LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Errors while configuring buildroot package. (https://www.linuxquestions.org/questions/linux-software-2/errors-while-configuring-buildroot-package-716243/)

ravi_chobey 04-02-2009 01:10 AM

Errors while configuring buildroot package.
 
Hi all,

i am configuring buildroot for i386 based Embedded system,i am getting the
below mentioned errors.Any body has ideas how to sort this out.Its a quite recent package and it is uploaded today itself:

Code:

chmod a+x /home/buildroot/project_build_i386/uclibc/root/usr/share/udhcpc/defaul
t.script
>>> libiconv 1.12 Extracting
tar: unrecognized option `--strip-components=1'
Try `tar --help' for more information.

Please guide me to sort this out.

Thanks and Regards,
Ravi Chobey

TB0ne 04-02-2009 07:22 PM

Quote:

Originally Posted by ravi_chobey (Post 3495701)
Hi all,

i am configuring buildroot for i386 based Embedded system,i am getting the
below mentioned errors.Any body has ideas how to sort this out.Its a quite recent package and it is uploaded today itself:

Code:

tar: unrecognized option `--strip-components=1'
Try `tar --help' for more information.


Seems clear...you're passing an option to the version of TAR that you're using, that it doesn't recognize, hence the error message "UNRECOGNIZED OPTION". Go into the script and remove it.


All times are GMT -5. The time now is 12:51 AM.