Search the web
Sign In
New User? Sign Up
gbadev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Flash Linker for Mac OS X?   Message List  
Reply | Forward Message #13220 of 15019 |
Re: Flash Linker for Mac OS X?

--- 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





Tue Nov 5, 2002 8:34 pm

yerricde
Offline Offline
Send Email Send Email

Forward
Message #13220 of 15019 |
Expand Messages Author Sort by Date

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 ...
George Agnelli
george_mobile
Offline Send Email
Nov 5, 2002
5:57 pm

... but ... The in and out assembler commands are Pentium / clone specific and allow access to hardware ports on the machine. This includes the printer port, ...
James Boulton
jim@...
Send Email
Nov 5, 2002
10:35 pm

... So this is an issue regarding the processor architecture rather than missing libraries or the wrong compiler version? ... I was planning to use a usb =>...
George Agnelli
george_mobile
Offline Send Email
Nov 6, 2002
9:37 am

I assume that there is a driver for this Keyspan thingie under MacOSX. If there is none, then you're tied. I read above that it creates a /dev node. You can...
George Andre
pdafantast
Offline Send Email
Nov 9, 2002
10:13 am

note that the cc that comes with MacOSX is quite "custom". It is based on GCC, but doens't have much to do with it anymore... If you want to try to build it,...
ePAc
epac@...
Send Email
Nov 5, 2002
10:36 pm

... 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...
yerricde
Offline Send Email
Nov 5, 2002
10:36 pm

... I've been using a Keyspan USB RS232 adapter on Mac OS X. It works fine so long as you have software that can see the emulated port (in this case ...
George Agnelli
george_mobile
Offline Send Email
Nov 6, 2002
9:37 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help