This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Query
- To: gcc at gcc dot gnu dot org
- Subject: Query
- From: MNShukla <mnshukla at cirrus dot stpp dot soft dot net>
- Date: Mon, 22 Jan 2001 19:48:19 +0530
- Reply-To: mnshukla <mnshukla at cirrus dot stpp dot soft dot net>
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