Hi folks, when i try to compile a simple hello world application with my gcc (based on 4.4.2 for ARM cortex-m3 arch) i get the following errors -
-------------- [rag...@pingu bin]$ ./arm-uclinux-uclibc-gcc my.c ERROR: reloc type R_ARM_ABS32 is not supported for PIC ERROR: reloc type R_ARM_ABS32 is not supported for PIC ERROR: reloc type R_ARM_ABS32 is not supported for PIC ERROR: reloc type R_ARM_ABS32 is not supported for PIC ERROR: reloc type R_ARM_ABS32 is not supported for PIC ERROR: reloc type R_ARM_GOTOFF32 is not supported ERROR: reloc type R_ARM_GOTOFF32 is not supported ERROR: reloc type R_ARM_GOTOFF32 is not supported ERROR: reloc type R_ARM_GOT32 is not supported --------------- I understand that these are coming from the elf2flt convertor. But why ? ...and how do i get rid of these ? Regards --RK
_______________________________________________ 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