2008-10-24 04:53:46 Cross-Compiling error:Invalidconfiguration `bfin-uclinux': system `uclinux' not recognized
Ten Cai (AFGHANISTAN)
Message: 64152
error of the MiniGUI Cross-Compiling.
The stuff I input : ./configure --prefix=/usr/local/minigui1.6.10 --build=i386-linux --host=bfin-uclinux --target=bfin-uclinux --with-osname=uclinux --with-targetname=bfin --enable-static
The information :
checking build system type... i386-pc-linux-gnu
checking host system type... Invalid configuration `bfin-uclinux': system `uclinux' not recognized
configure: error: /bin/sh ./config.sub bfin-uclinux failed
How to fix it??
QuoteReplyEditDelete
2008-10-24 08:07:12 Re: Cross-Compiling error:Invalidconfiguration `bfin-uclinux': system `uclinux' not recogn
Robin Getz (UNITED STATES)
Message: 64159
Ten:
You need to update the config.sub and config.guess in the package to something more recent - you can use the ones in the uClinux-dist/tools directory.
-Robin