ld < test.o
It gives me:
Incorrect ELF header size: 13312
ld error: error loading file (errno = 0x3d0001).
value = 0 = 0x0
My program doesn't use any libraries or other header files. Any idea
what this means?
It works now if I compile with these options
arm-gp2x-linux-gcc -c -mbig-endian test.c
Can anyone explain what's going on