This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Linking an ADS object with arm-elf-gcc


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]