|
|
Re: how to configure mingw32-make.exe [message #98720 is a reply to message #97319] |
Mon, 05 April 2004 10:30  |
Eclipse User |
|
|
|
Originally posted by: alecclews.yahoo.com
G'Day,
"chentong" <wapmail@yeah.net> wrote in message
news:c3tj32$h0f$1@eclipse.org...
> Someone could tell me how to configure the "makefile".
> thanks a lot
I struggled with MinGW installed from Sourceforge. In the end I pursued the
following path:
1) Install Cygwin (works out of the box with CDT) and make sure I installed
MinGW runtime libraries during Cygwin setup
2) In the Eclipse C/C++ project setup (compile and link) make sure
the --mno-cygwin is set
3) I had to migrated all my legacy K&R style function definitions to ANSI,
not sure why. Switching off -pedandic should get around that.
I have managed to build a static lib and a Windows executable, seems to work
OK.
YMMV
Alec Clews alecclews@yahoo.com
|
|
|
Powered by
FUDForum. Page generated in 0.06166 seconds