This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
link.exe /DRIVER flag
- From: "Craig Edwards" <craig at haenterprises dot com dot au>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 02 Jun 2004 17:17:19 +1000
- Subject: link.exe /DRIVER flag
- Organization: H.A. Enterprises Pty Ltd
I am trying to compile an existing application (openXDK -
http://openxdk.sourceforge.net) using GCC (as opposed to its current
requirement of Visual C++). I have got compilation working, but run into
trouble when I try to link.
The file that is produced by the existing mechanism is a kernel mode exe
(by passing the /DRIVER flag to Microsoft's link.exe). I can't seem to
find an appropriate gcc/ld flag to do the same thing - in fact, my
searching of the web leads me to believe it may not be possible. Any
thoughts or advice would be much appreciated. Many thanks.
BTW, I am using Cygwin GCC 3.3.1 under Windows 2000.
--
Craig