From: H. P. A. <hp...@zy...> - 2009-06-26 06:25:17
|
Ermin Robert Alegrid wrote: > It's because you're trying to use Microsoft's linker with an ELF file. link.exe does not support ELF. Either switch to MS's object file format (/f win32), or use a linker which supports ELF (like ld.exe). Not to mention that int 80h is a Linux system call, which is hardly something you want to use under anything where you could possibly run the Microsoft linker. -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf. |