From mboxrd@z Thu Jan 1 00:00:00 1970 From: "sivashankar nagappan" To: "'gcc-help@gcc.gnu.org'" Subject: Arm cross compiler: Error Date: Thu, 27 Sep 2001 23:16:00 -0000 Message-id: <3BB4062D.26C5BCD6@wipro.com> X-SW-Source: 2001-09/msg00138.html Hello, I have built GCC cross compiler for arm and tried to use it. When I compile a program with -c, -s options the object file and assembly files are created respectively. But when I try to make the executable it prompts me an error saying unable to find crt0.o and the ld exits with 1 as return status. May anyone help me in finding what would be wrong in the building the cross compiler. -rgds N.Siva