<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:lucida console,sans-serif;font-size:10pt;color:#000000;"><div>Hello.&nbsp; I am working on my first embedded linux project (and second ever embedded project).&nbsp; I have an existing computer that is running Linux 2.6.24 and BusyBox.&nbsp; It has an arm processor.&nbsp; I want to add uClibc and cross-compile a c program for that box.&nbsp; It seems buildroot is exactly what I need.&nbsp; However, I seem to be having some difficulty getting it up and running.<br><br>I unpacked it, did a "make menuconfig" and configured to the best of my ability, though I admit I didn't understand everything there.&nbsp; Then I did "make".&nbsp; The operation ended with the following results:<br>--------------------------------------------------------------------------------<br>config.status: creating po/Makefile.in<br>config.status: executing depfiles
 commands<br>config.status: executing libtool commands<br>config.status: executing default-1 commands<br>config.status: executing bfd_stdint.h commands<br>config.status: executing default commands<br>make[4]: Leaving directory `/buildroot-2009.02-rc1/toolchain_build_arm/binutils-2.19-build/bfd/po'<br>make[4]: Entering directory `/buildroot-2009.02-rc1/toolchain_build_arm/binutils-2.19-build/bfd/po'<br>make[4]: Nothing to be done for `info'.<br>make[4]: Leaving directory `/buildroot-2009.02-rc1/toolchain_build_arm/binutils-2.19-build/bfd/po'<br>make[4]: Entering directory `/buildroot-2009.02-rc1/toolchain_build_arm/binutils-2.19-build/bfd'<br>make[4]: Nothing to be done for `info-am'.<br>make[4]: Leaving directory `/buildroot-2009.02-rc1/toolchain_build_arm/binutils-2.19-build/bfd'<br>make[3]: *** [info-recursive] Error 1<br>make[3]: Leaving directory `/buildroot-2009.02-rc1/toolchain_build_arm/binutils-2.19-build/bfd'<br>make[2]: *** [all-bfd] Error
 2<br>make[2]: Leaving directory `/buildroot-2009.02-rc1/toolchain_build_arm/binutils-2.19-build'<br>make[1]: *** [all] Error 2<br>make[1]: Leaving directory `/buildroot-2009.02-rc1/toolchain_build_arm/binutils-2.19-build'<br>make: *** [/buildroot-2009.02-rc1/toolchain_build_arm/binutils-2.19-build/binutils/objdump] Error 2<br>--------------------------------------------------------------------------------<br><br>It would seem to me something is failing, but I don't understand what.&nbsp; However, I'm not 100% sure what sort of results the make process was supposed to produce, so I am not sure.&nbsp; Many empty directories were created, which seems strange, and leads me to believe the make process never completed.<br><br>Does anybody know what might be going wrong?&nbsp; I would appreciate any help.<br><br>Thank you,<br><br>Dave<br><br>(By the way, this is my first mailing list, so I am not certain how this works.)<br></div></div></body></html>