Thanks for reading and sorry for HTML.
Just for archive:
My first mistake was to use the wrong flags: -mfloat-abi=softfp
-mfpu=vfpv3xd instead of -mhard-float
The secound one was a correction of the file:
uClinux-dist/uClibc/libc/sysdeps/linux/arm/Makefile.arch:
-libc-shared-y += $(ARCH_OUT)/aeabi_unwind_cpp_pr1.o
+libc-static-y += $(ARCH_OUT)/aeabi_unwind_cpp_pr1.o
+libc-nonshared-y += $(ARCH_OUT)/aeabi_unwind_cpp_pr1.os
Maybe that one of the above lines is not necessary. However the compiler
sends no messages like:
------------------8<---------------------8<-----------------------8<---------
/undefined reference to `__aeabi_unwind_cpp_pr0'
or
/error: alias.o uses VFP register arguments, boa does not
------------------8<---------------------8<-----------------------8<---------
Greets
Frank
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev