[Pat Villani <patv@unx.dec.com> writes:]
>> ...  If somebody's game to hunt down this stuff and fix
>> it again, I'd be happy to fold it back in.
>It's worth taking a look at.  BTW -- is VSTa still "buildable" via djgpp?
At least one fellow is building parts of it via djgpp... the current djgpp
defaults to ELF, but it's basically a GNU ld which can be switched back to
a.out.  I'm not aware of any other particular problems using cross
tools--just make sure you pick the right text/data addresses.  For kernel
this is text @ 1 meg, data immediately following.  For user programs, text
is at 0x1020 (a.out header at 0x1000), with data at first 4 meg boundary
above and of text.
2.x GNU ld with its load maps makes this easy to do.
                                                        Andy
Received on Tue Oct 21 08:28:35 1997
This archive was generated by hypermail 2.1.8 : Thu Sep 22 2005 - 15:12:43 PDT