This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos 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]

libgcc.a uses FPA instructions, whereas coyote.bin uses VFP instructions..


Friends,

Am using arm-elf-gcc 3.0. On trying to link my ecos library with
Libgcc, am seeing error as mismatch in floating point instructions.
Also in the mail archive saw someone suggesting recompiling gcc
Library and or using newer arm-elf-gcc. I could not locate proper
pointers to download either of them. Any suggestions on how to
proceed would be helpful. Following is a clipping of the output.

--------------
/usr/bin/arm-elf-3.0/bin/../lib/gcc-lib/arm-elf/3.0/../../../../arm-elf/bin/ld: ERROR: /usr/bin/arm-elf-3.0/bin/../lib/gcc-lib/arm-elf/3.0/libgcc.a(_pack_df.o) uses FPA instructions, whereas coyote.bin uses VFP instructions
Success: failed to merge target specific data of file /usr/bin/arm-elf-3.0/bin/../lib/gcc-lib/arm-elf/3.0/libgcc.a(_pack_df.o)
/usr/bin/arm-elf-3.0/bin/../lib/gcc-lib/arm-elf/3.0/../../../../arm-elf/bin/ld: ERROR: /usr/bin/arm-elf-3.0/bin/../lib/gcc-lib/arm-elf/3.0/libgcc.a(_unpack_df.o) uses FPA instructions, whereas coyote.bin uses VFP instructions
Success: failed to merge target specific data of file /usr/bin/arm-elf-3.0/bin/../lib/gcc-lib/arm-elf/3.0/libgcc.a(_unpack_df.o)
/usr/bin/arm-elf-3.0/bin/../lib/gcc-lib/arm-elf/3.0/../../../../arm-elf/bin/ld: ERROR: /usr/bin/arm-elf-3.0/bin/../lib/gcc-lib/arm-elf/3.0/libgcc.a(_fpcmp_parts_df.o) uses FPA instructions, whereas coyote.bin uses VFP instructions
Success: failed to merge target specific data of file /usr/bin/arm-elf-3.0/bin/../lib/gcc-lib/arm-elf/3.0/libgcc.a(_fpcmp_parts_df.o)
collect2: ld returned 1 exit status
--------------

Thanks and Regards,
Vijay
?
?
------------------------
Vijay Kumar .P
Wipro Technologies,
Tel: 30295119
------------------------



Confidentiality Notice

The information contained in this electronic message and any attachments to this message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged information. If
you are not the intended recipient, please notify the sender at Wipro or Mailadmin@wipro.com immediately
and destroy all copies of this message and any attachments.

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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