[uClibc] bin/ folders wont install

Manuel Novoa III mjn3 at codepoet.org
Sun Jun 6 02:12:41 UTC 2004


On Sat, Jun 05, 2004 at 07:08:22PM -0700, maillist at heteromail.com wrote:
> 
> 
> So I'm not too sure what I'm doing wrong here. I'm trying to install
> uClibc-0.9.26 and everything builds just fine, I'm using a default .config
> file, except I changed
> SHARED_LIB_LOADER_PATH="/lib"
> RUNTIME_PREFIX="${PRJROOT}/tools/uclibc"
> DEVEL_PREFIX="${PRJROOT}/tools/uclibc/usr"
> 
> from there i run "make CROSS=i386-linux-"
> and then "make CROSS-i386-linux- PREFIX="" install"
> 
> it compiles and installs with no errors, but when i got $PRJROOT/tools/uclibc
> (my install dir) there's no bin/ folder with i386-uclibc-gcc, isn't it supposed
> to be there? How else do I compile my programs against uClibc?

Your information is outdated.  We killed off the gcc wrapper program
several releases ago and now require that you build a uClibc-based
toolchain.  See the FAQ for details.

Manuel



More information about the uClibc mailing list