This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Linking an ADS object with arm-elf-gcc
- From: Berta Ferrer <berta dot ferrer at st dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Tue, 18 Mar 2003 14:59:29 +0100
- Subject: Linking an ADS object with arm-elf-gcc
- Organization: STMicroelectronics
Hello,
I'm trying to link an ADS built object (a library) together with a
c-file (an application file) using arm-elf-gcc. I've got this error:
=====================================================================
/bin/Build/lib/gcc-lib/arm-elf/3.2.2/../../../../arm-elf/bin/ld: ERROR:
c:/cygwin/bin/lib/LEA.lib(GPIO_management.o) is compiled for EABI
version 2, whereas ./debug/App.out is compiled for version 0
File format not recognized: failed to merge target specific data of file
c:/cygwin/bin/lib/BlueGrass.lib(cfw_GPIO_management.o)
======================================================================
which is a little strange taking into account that EABI version 2 does
not exist (or I'm not aware of it)
Do you have any idea if what I'm trying is feasible? Did anybody succeed
in doing this before? I will appreciate very much any hint on that.
Many thanks in advance.
Regards
Berta Ferrer