uClibc build failure for generic i686
Tobias
openembedded-users at sm0svx.shacknet.nu
Thu May 1 11:31:29 UTC 2008
I had a typo in my BBPATH environment variable. Maybe that caused the problem.
Trying to rebuild now...
/ Tobias
On Thursday 01 May 2008 11:14:37 Tobias wrote:
> Hello,
>
> I just registered on the list. I have some trouble building a generic i686
> image. I'm trying to build an image for an old thin client, a
> Fujitsu-Siemens Futro B100.
>
> http://www.fujitsu-siemens.co.uk/rl/servicesupport/techsupport/professional
>pc/ThinClients/FutroBxxx/FutroB100.htm
>
> It has a Geode GX1LV 300MHz processor. This is my local.conf:
>
> BBFILES
> = "/home/blomman/projs/svxbox/stuff/org.openembedded.dev/packages/*/*.bb"
> DISTRO = "generic-uclibc"
> MACHINE = "i686-generic"
>
> I followed the "Getting started" guide to get everything setup on my Gentoo
> box. Are the DISTRO and MACHINE choices reasonable ones for the given
> target machine?
>
> My goal is to compile a minimal distribution for running my own application
> on.
>
> I used "bitbake bootstrap-image" to start the compilation. It failed when
> compiling uClibc. Log file attached. One strange thing I see in the log
> file is the choice of target architecture, which is "alpha". Shouldn't this
> be "i386"?
>
> It errors out on an internal compiler error but I guess what causing it is
> this: "CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/".
>
> This is my OE Build Configuration:
> BB_VERSION = "1.8.10"
> OE_REVISION = "a73b62bfa46dd3bec609e1b1307c59a93f4a4469"
> TARGET_ARCH = "i686"
> TARGET_OS = "linux-uclibc"
> MACHINE = "i686-generic"
> DISTRO = "generic-uclibc"
> DISTRO_VERSION = ".dev-snapshot-20080501"
> TARGET_FPU = ""
>
> Where do I go from here?
>
> / Tobias
More information about the Openembedded-users
mailing list