This is just some place holders for my notes on manually
constructing a GCC ".a"
library from a CodeWarrior
".Lib"
library that the ScanMgr interface stub was
shipped as. This might be generally useful for later APIs.
As noted in the original effort: with a little help from my friends:
m68k-palmos-coff-objdump --disassemble --show-raw-insn
perl
emacs
movew %pc@(Ltbl,%d0:w),%d0
from Miro Jurisic of MITenabled me to produce a normal COFF archive that works with GCC.
Sorry this is so sparse, I'll stuff my conversion scripts here once I sanitize them a bit...