2011-05-11 08:00:08 2010R1 busy box build error on Fedora 14
Ashish Gupta (INDIA)
Message: 100576
Hi,
I am using the 2010R1 uclinux distro with latest release matching toolchain on Fedora 14. I did install the development packages mentioned under "installing/configuring host linux (suse section)" section on the wiki. Following packages were not found :
# No package liblzo2-2 / libncurses5 / pkg-config available
# No package libmpfr1 available
# No package xorg-x11-devel available.
# No package gtk-devel available.
# No package libusb-dev / libftdi-dev available.
# No package xorg-x11-server-extra available.
However following packages are installed:
lzo-2.03-3, lzo-devel-2.03-3,
mpfr-2.4.2-1,
gtk3-2.90.5, gtk2-devel-2.22.0-1, PackageKit-gtk-module-0.6.12-2, gtk2-2.22.0-1,
libusb-devel-0.1.12-23, ibusb1-1.0.8-1, libusb-0.1.12-23, libftdi-devel-0.18-3.fc14.i686, libftdi-0.18-3.fc14.i686
Also downgraded make to version 3.81 since i got an error documented here:
blackfin.uclinux.org/gf/project/uclinux-dist/forum/?_forum_action=ForumMessageBrowse&thread_id=44242&action=ForumBrowse&forum_id=39
I get following error while during busy box compilation (log for make single): -
=======================================================================================
[ ! -d "busybox" ] || ( touch busybox/.sgbuilt_user && make -C busybox ) || exit $?
make[5]: Entering directory `/home/ashish/blackfin-sources/2010R1/uClinux-dist/user/busybox'
make -C build-busybox-1.16.2
make[6]: Entering directory `/home/ashish/blackfin-sources/2010R1/uClinux-dist/user/busybox/build-busybox-1.16.2'
make[6]: *** No targets specified and no makefile found. Stop.
make[6]: Leaving directory `/home/ashish/blackfin-sources/2010R1/uClinux-dist/user/busybox/build-busybox-1.16.2'
make[5]: *** [all] Error 2
make[5]: Leaving directory `/home/ashish/blackfin-sources/2010R1/uClinux-dist/user/busybox'
make[4]: *** [busybox] Error 2
make[4]: Leaving directory `/home/ashish/blackfin-sources/2010R1/uClinux-dist/user'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/ashish/blackfin-sources/2010R1/uClinux-dist/user'
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/home/ashish/blackfin-sources/2010R1/uClinux-dist'
make[1]: *** [single_] Error 2
make[1]: Leaving directory `/home/ashish/blackfin-sources/2010R1/uClinux-dist'
make: *** [single] Error 2
===================================================================================
Any suggestions?
best regards
Ashish
QuoteReplyEditDelete
2011-05-11 08:35:28 Re: 2010R1 busy box build error on Fedora 14
Gilles Ganault (FRANCE)
Message: 100577
You could try downloading the 2010R1-RC5 and its toolchain instead of relying on the RPM packages, and see if it compiles OK.
QuoteReplyEditDelete
2011-05-11 11:06:10 Re: 2010R1 busy box build error on Fedora 14
Ashish Gupta (INDIA)
Message: 100583
Hi,
I am using 2010R1-RC5 distro
------------------------------------------------------------------------------------------------
[ashish@AshishHD uClinux-dist]$ svn info
Path: .
URL: svn://blackfin.uclinux.org/svn/uclinux-dist/tags/2010R1-RC5
Repository Root: svn://blackfin.uclinux.org/svn/uclinux-dist
Repository UUID: 3e2a5524-39e8-4cb9-84a9-c49da69cba3a
Revision: 9998
Node Kind: directory
Schedule: normal
Last Changed Author: sonicz
Last Changed Rev: 9996
Last Changed Date: 2010-11-29 12:40:44 +0530 (Mon, 29 Nov 2010)
-----------------------------------------------------------------------------------------------------
and 2010R1-RC4 toolchain:
----------------------------------------------------------------------------------------------------
blackfin-toolchain-2010R1-RC4.i386
blackfin-toolchain-uclibc-full-2010R1-RC4.i386
blackfin-toolchain-elf-gcc-4.3-2010R1-RC4.i386
----------------------------------------------------------------------------------------------------
Regards
Ashish
QuoteReplyEditDelete
2011-05-11 11:44:31 Re: 2010R1 busy box build error on Fedora 14
Ashish Gupta (INDIA)
Message: 100587
The issue is resolved, due to some reason the makefiles was not being generated, I cleaned up the distro, unzipped from fresh repo and recompiled, it worked fine
Thanks
Ashish