Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » is there a page somewhere that discribes
is there a page somewhere that discribes [message #61959] Wed, 12 February 2003 03:21 Go to next message
Eclipse UserFriend
Originally posted by: jpetzold.earthlink.net

how to setup a compiler under windows? I have MinGW installed in C:\MinGW

thanks
Re: is there a page somewhere that discribes [message #62078 is a reply to message #61959] Wed, 12 February 2003 17:00 Go to previous messageGo to next message
Eclipse UserFriend
The CDT User's Guide indicates to add a build path to your project.

i.e.
make -f makefile
User's Guide
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt- home/user/faq.ht
ml?cvsroot=Tools_Project


For compiler specific set up see the documentation provided by CygWin and
MinGW.


-Judy

"Jeremy Petzold" <jpetzold@earthlink.net> wrote in message
news:3E4A0401.6060604@earthlink.net...
| how to setup a compiler under windows? I have MinGW installed in C:\MinGW
|
| thanks
|
Re: is there a page somewhere that discribes [message #62102 is a reply to message #62078] Thu, 13 February 2003 05:18 Go to previous messageGo to next message
Eclipse UserFriend
I have downloaded mingw what should I else have to compile
my hello.cpp???
Re: is there a page somewhere that discribes [message #62275 is a reply to message #62102] Fri, 14 February 2003 15:49 Go to previous messageGo to next message
Eclipse UserFriend
Oleksandr wrote:
> I have downloaded mingw what should I else have to compile
> my hello.cpp???

This issue has been answered here some time ago.
Again:
1. Add the MinGW binary path to your PATH environment variable.
How this is done depends on your Windows (98/ME <-> 2k/XP)

2. Make sure, there is an make.exe in that binary path. If not
and you just find an win32-make.exe copy it to make.exe in
the same path.

3. Write an Makefile and save it in your projects top-directory.

4. Compile your project.


Henning
Re: is there a page somewhere that discribes [message #62489 is a reply to message #62275] Tue, 18 February 2003 03:54 Go to previous message
Eclipse UserFriend
i just did all this.

but still get:
Build Error
(Exec error:Launching failed)


Henning Riedel wrote:
> Oleksandr wrote:
>
>> I have downloaded mingw what should I else have to compile
>> my hello.cpp???
>
>
> This issue has been answered here some time ago.
> Again:
> 1. Add the MinGW binary path to your PATH environment variable.
> How this is done depends on your Windows (98/ME <-> 2k/XP)
>
> 2. Make sure, there is an make.exe in that binary path. If not
> and you just find an win32-make.exe copy it to make.exe in
> the same path.
>
> 3. Write an Makefile and save it in your projects top-directory.
>
> 4. Compile your project.
>
>
> Henning
>
Previous Topic:CDT & M5 ... or any other Eclipse 2.1.0 builds
Next Topic:where can I get the source code and Jar files for eclipse-- UI, SWT,...?
Goto Forum:
  


Current Time: Sun Jun 01 00:04:33 EDT 2025

Powered by FUDForum. Page generated in 0.03852 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top