the linker and outb
Posted: Fri Jan 31, 2003 4:56 pm
Well, I've included some outb code in my project and I compile it with gcc fine. But when I go to link the thing, it doesn't recognize the references to outb (undefined reference to '_outb').
Anyone know where the problem is? I can't imagine that the linker wouldn't be able to recognize outb if gcc can...
Anyone know where the problem is? I can't imagine that the linker wouldn't be able to recognize outb if gcc can...