This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

libz.so uses FPA instructions, whereas refui does not


Hi All,

I successfully buit gcc-3.3.3 with zlib1.2.1 and glibc2.3.2 before...
Now I wanted to add some simple patch to linux-elf.h file to make my profiling
work. Then I built using same procedure all components. 
It worked fine for helloworld program. But when I tried to compile opera source
code as follows:: 

arm-softfloat-linux-gnu-gcc -o refui main.o dialogs.o prefsdialog.o
editcookiesdialog.o -L../../lib -L/home/davidk/opera_lib -lopera -lz -lm
-lsupc++ -lpthread -latk-1.0 -lgdk-directfb-2.0 -lgmodule-2.0 -lglib-2.0
-lgthread-2.0 -lpango-1.0 -lgobject-2.0 -lgdk_pixbuf-2.0 -lgtk-directfb-2.0
-lpangoft2-1.0 -ldirectfb  -lfreetype

It gives me following error ::

/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:

ERROR:
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libz.so
uses FPA instructions, whereas refui does not

/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
failed to merge target specific data of file
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libz.so
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
ERROR:
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libm.so
uses FPA instructions, whereas refui does not
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
failed to merge target specific data of file
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libz.so
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
ERROR:
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libm.so
uses FPA instructions, whereas refui does not
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
failed to merge target specific data of file
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libm.so
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
ERROR:
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libsupc++.a(del_op.o)
uses FPA instructions, whereas refui does not
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
failed to merge target specific data of file
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libsupc++.a(del_op.o)
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
ERROR:
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libsupc++.a(del_opv.o)
uses FPA instructions, whereas refui does not
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
failed to merge target specific data of file
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libsupc++.a(del_opv.o)
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
ERROR:
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libsupc++.a(new_op.o)
uses FPA instructions, whereas refui does not
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
failed to merge target specific data of file
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libsupc++.a(new_op.o)
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
ERROR:
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libsupc++.a(new_opv.o)
uses FPA instructions, whereas refui does not
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
failed to merge target specific data of file
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libsupc++.a(new_opv.o)
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
ERROR:
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libsupc++.a(pure.o)
uses FPA instructions, whereas refui does not
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
failed to merge target specific data of file
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libsupc++.a(pure.o)
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
ERROR:
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libsupc++.a(eh_alloc.o)
uses FPA instructions, whereas refui does not
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
failed to merge target specific data of file
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libsupc++.a(eh_alloc.o)
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
ERROR:
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libsupc++.a(eh_personality.o)
uses FPA instructions, whereas refui does not
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
failed to merge target specific data of file
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libsupc++.a(eh_personality.o)
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
ERROR:
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libsupc++.a(eh_terminate.o)
uses FPA instructions, whereas refui does not
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
failed to merge target specific data of file
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libsupc++.a(eh_terminate.o)
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
ERROR:
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libsupc++.a(eh_throw.o)
uses FPA instructions, whereas refui does not
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
failed to merge target specific data of file
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libsupc++.a(eh_throw.o)
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
ERROR:
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libsupc++.a(new_handler.o)
uses FPA instructions, whereas refui does not
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
failed to merge target specific data of file
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libsupc++.a(new_handler.o)
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
ERROR:
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libsupc++.a(tinfo.o)
uses FPA instructions, whereas refui does not
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
failed to merge target specific data of file
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libsupc++.a(tinfo.o)
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
ERROR:
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libsupc++.a(eh_catch.o)
uses FPA instructions, whereas refui does not
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
failed to merge target specific data of file
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libsupc++.a(eh_catch.o)
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
ERROR:
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libsupc++.a(eh_exception.o)
uses FPA instructions, whereas refui does not
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
failed to merge target specific data of file
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libsupc++.a(eh_exception.o)
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
ERROR:
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libsupc++.a(eh_globals.o)
uses FPA instructions, whereas refui does not
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
failed to merge target specific data of file
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libsupc++.a(eh_globals.o)
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
ERROR:
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libpthread.so.0
uses FPA instructions, whereas refui does not
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
failed to merge target specific data of file
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libpthread.so.0
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
ERROR:
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/libgcc.a(_modsi3.oS)
uses FPA instructions, whereas refui does not
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
failed to merge target specific data of file
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/libgcc.a(_modsi3.oS)
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
ERROR:
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/libgcc.a(_dvmd_lnx.oS)
uses FPA instructions, whereas refui does not
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
failed to merge target specific data of file
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/libgcc.a(_dvmd_lnx.oS)
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
ERROR:
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/libgcc_eh.a(unwind-sjlj.o)
uses FPA instructions, whereas refui does not
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
failed to merge target specific data of file
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/libgcc_eh.a(unwind-sjlj.o)
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
ERROR:
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libc.so.6
uses FPA instructions, whereas refui does not
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
failed to merge target specific data of file
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libc.so.6
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
ERROR:
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libc_nonshared.a(elf-init.oST)
uses FPA instructions, whereas refui does not
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
failed to merge target specific data of file
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/libc_nonshared.a(elf-init.oST)
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
ERROR:
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/crtend.o
uses FPA instructions, whereas refui does not
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
failed to merge target specific data of file
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/crtend.o
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
ERROR:
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/crtn.o
uses FPA instructions, whereas refui does not
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
failed to merge target specific data of file
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/lib/crtn.o

any help ...
thanks 
mkmk


	
		
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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