[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MiNT] Cross Compiler
Hi guys,
I've been trying to get a cross-compiler working, and its been a pain to
just to get it to build, but evidently, I've done something wrong. Does
anyone know what this means, or do I have to do my own research?
Here's the output:
lain root # m68k-atari-mint-gcc-3.3.5 hello.c
/usr/local/lib/gcc-lib/m68k-atari-mint/3.3.5/libgcc.a(_floatex.o)(.data
+0x6):../../gcc-3.3.5/gcc/config/m68k/lb1sf68.asm:218: relocation
truncated to fit: 16 *ABS*
/usr/local/lib/gcc-lib/m68k-atari-mint/3.3.5/libgcc.a(_floatex.o)(.data
+0x8):../../gcc-3.3.5/gcc/config/m68k/lb1sf68.asm:218: relocation
truncated to fit: 16 *ABS*
/usr/local/lib/gcc-lib/m68k-atari-mint/3.3.5/libgcc.a(_floatex.o)(.data
+0xa):../../gcc-3.3.5/gcc/config/m68k/lb1sf68.asm:218: relocation
truncated to fit: 16 *ABS*
I got similar errors during GCCs build. Evidently, libgcc.a wasn't
built right. I figured someone here might have more experience with
this and might have seen it before.
Thanks,
Evan