From mboxrd@z Thu Jan 1 00:00:00 1970 From: MNShukla To: gcc@gcc.gnu.org Subject: Query Date: Mon, 22 Jan 2001 06:20:00 -0000 Message-id: <3A6C412B.529B4827@cirrus.stpp.soft.net> X-SW-Source: 2001-01/msg01232.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?? Thanks in advance... M.N.Shukla