Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com Subject: binutil equivalent to /DRIVER Date: Thu, 03 Jun 2004 09:59:37 +1000 From: "Craig Edwards" Organization: H.A. Enterprises Pty Ltd MIME-Version: 1.0 Message-ID: User-Agent: Opera M2/7.50 (Win32, build 3733) Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id i5301at3030098 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 Edwards -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/