Re: [Etherboot-developers] "__asm__" blocks in pci.c and pci.h
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Ken Y. <ke...@nl...> - 2000-11-18 11:47:20
|
>I'm trying to compile it with the M$ C++ compiler, and am running into >problems compiling 'pci.c' due to the use of '__asm__'. Can someone help >give me a kick-start by showing me how to convert these to either plain >assembly, straight C (preferrably this since I don't know much assembly), or >something else...? I don't think you're likely to get very far using M$ C++, the software depends heavily on the GNU toolchain. Even if you get past the compilation problem, there's still the linking. If you just want ROM images, go to rom-o-matic.net. If you really want to compile it on a Windoze platform, you *might* be able to do it using the DJGPP tools on Windoze, you could even be a pioneer. :-) |