--- In gbadev@y..., George Agnelli <george@m...> wrote:
> I have been trying to build Jeff Frohweins' Flinker 1.72 on
> Mac OS 10.1 but I'm getting a lot of errors. Starting with:
>
> /usr/bin/ld: Undefined symbols:
> _inb
> _inw
> _outb
> _outw
Those functions contain x86 instructions that write directly to
an I/O location on a PC, such as a parallel port. On the Mac,
you may have to talk to some parallel to USB adapter.
Does FLinker support the Visoly USB linker? If so, taking out
support for the PC parallel port will get it a step closer to
working. If not, you're stuck.
> I'm no expert programmer and I wouldn't know where to begin
> in order to do a Mac port.
You'll probably have to figure out the USB linker's protocol.
(This is likely beyond your skill.)
> Has anyone successfully ported this tool to Mac OS X? I haven't
> been able to find any other Mac or Linux software for getting
> data onto a cart. Does anyone know of any?
Linux/x86 or Linux/PPC?
--
Damian