From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Earnshaw To: mnshukla Cc: gcc@gcc.gnu.org, Richard.Earnshaw@arm.com Subject: Re: Query Date: Mon, 22 Jan 2001 06:27:00 -0000 Message-id: <200101221426.OAA03007@cam-mail2.cambridge.arm.com> References: <3A6C412B.529B4827@cirrus.stpp.soft.net> X-SW-Source: 2001-01/msg01233.html > Hi, > > I am using gcc for ArmLinux obtained from following site: > arm-linux-cross.tar.bz2 from > http://www.lart.tudelft.nl/lartware/compile-tools/ (LARTware Compiler > tools) > > I cross compiled Linux and the OS (Linux) is working fine. Now, I am > cross compiling an Application with for ARM-SDT compiler and generating > an image in elf format and when I run it on ARM board (with Linux OS), > it gives memory violation -- this may be because of non static linking > (as there is no linker option in ARM-SDT for static linking). So I tried > to cross-compile the applicatin and I wanted to link it by gcc - linker > but I am not able to do it. This is because ARM-SDT generate object file > in AOF format. > > Is there any utility to convert object files in AOF format to ELF > format?? I'm not aware of any. The latest ARM SDT tools (well, ADS anyway) generate ELF images. There are tools which convert from ELF to AOF, but not vice versa.