Hi, I am trying to build an arm cross compiler on x86(host) running linux. I have compiled binutils(2.11), gcc(2-95.3) and glibc-2.2.2. kernelheaders-> linux-2.2.2-arm.
When I compile using arm-linux-gcc, I get the following error: "ld: cannot open crt1.o: No such file or directory" I gave --with-libs=$HOME/usr/arm/glibc/arm-linux-glibc/lib while configuring and I can see that make install has put .so and .a and .o files in proper directory. Any ideas what needs to be done ? TIA, -siddharth __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

