[A89] Re: linkers
[Next][Index][Thread]
[A89] Re: linkers
>Yes. go to my page http://www.ti89hardware.tk/ that I just mentioned :)
>There you can get mlink by Johan Eilert.
Since mlink's sources are not public, it cannot be recompiled for M68k.
However, if you are using the obj2ti from TIGCC, you must know that A68k
support has been #ifdef'd out, since it is handled through the programs
objcopy and ld from the GNU binutils package. So you either have to
recompile binutils (then you also have real linking of multiple files, plus
linking with C code), or you must look at the top of obj2ti.cpp for
something like //#define SUPPORT_AMIGA, and remove the comments.
But the problem may also be A68k (if it still doesn't work, try creating
the object file on a different computer), or there may be a bug in obj2ti
(but you can probably use gdb or similar to find that).