|
Atari coding BBS
Re: gcc m68060 option |
Posted by: mikro
|
Jan,18.2010-10:23
|
Hi,
what gcc are you using? (easymint's 2.95 or my 4.4.2 or some cross compiler by Vincent or yourself)
m68060 should definitely work alone but beware, most of FP stuff comes from math library (libm.a) and here could be the source of problem -- m68060 must be specified (while compiling gcc binary) to be path for /usr/lib/m68060/*.a else /usr/lib/*.a is used. try to use m68020-60, IIRC even gcc 2.95 is correctly configured / compiled for this target. i guess m68881 forces gcc to look into /usr/lib/68020-60/*.a so it works after all (68000 and 68020+ [FPU] libm.a are incompatible because 68000 returns stuff in d0 while 68020+ in FP0)
|
[All messages in this thread] [Start new thread]
What's the anti-troll code? That's your personal code to be able to add comments and messages on the dhs.nu site.
Don't have a code or forgot it? Fix it here.
|