Skip to main content



      Home
Home » Newcomers » Newcomers » How to use MinGW with Eclipse CDT
How to use MinGW with Eclipse CDT [message #268129] Mon, 26 January 2009 18:13 Go to next message
Eclipse UserFriend
Originally posted by: jamescobban.sympatico.ca

I have been using the Cygwin version of GCC with Eclipse CDT, but I wish
to switch to the MinGW version because it is more current. I read Fred
Lackey's wiki and made the suggested changes to the PATH. That didn't
work even after a reboot. I then went into Eclipse and changed the path
under the project properties. Regardless I get the following:

**** Build of configuration Debug for project Ged2Html ****

make all
bash.exe: warning: could not find /tmp, please create!
Building file: ../Address.cpp
bash.exe: warning: could not find /tmp, please create!
Invoking: GCC C++ Compiler
g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"Address.d"
-MT"Address.d" -o"Address.o" "../Address.cpp"
bash.exe: warning: could not find /tmp, please create!

This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application's support team for more information.
make: *** [Address.o] Error 3

----------------------
I tried putting a /tmp directory in both the msys and MinGW directories.

I am trying this with eclipse-cpp-ganymede-SR1-win32.
Re: How to use MinGW with Eclipse CDT [message #268513 is a reply to message #268129] Thu, 12 February 2009 09:04 Go to previous message
Eclipse UserFriend
James Cobban wrote:
> I have been using the Cygwin version of GCC with Eclipse CDT, but I wish
> to switch to the MinGW version because it is more current. I read Fred
> Lackey's wiki and made the suggested changes to the PATH. That didn't
> work even after a reboot. I then went into Eclipse and changed the path
> under the project properties. Regardless I get the following:
>
> **** Build of configuration Debug for project Ged2Html ****
>
> make all
> bash.exe: warning: could not find /tmp, please create!
> Building file: ../Address.cpp
> bash.exe: warning: could not find /tmp, please create!
> Invoking: GCC C++ Compiler
> g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"Address.d"
> -MT"Address.d" -o"Address.o" "../Address.cpp"
> bash.exe: warning: could not find /tmp, please create!
>
> This application has requested the Runtime to terminate it in an unusual
> way.
> Please contact the application's support team for more information.
> make: *** [Address.o] Error 3
>
> ----------------------
> I tried putting a /tmp directory in both the msys and MinGW directories.
>
> I am trying this with eclipse-cpp-ganymede-SR1-win32.

have you tried creating tmp on the root of c:?

--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
ICQ# lbetto, 16080134 (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
http://www.myspace.com/supertrouperabba
BLOGS: http://tronprog.blogspot.com http://longlivemusic.blogspot.com
http://www.gnu.org/software/src-highlite
http://www.gnu.org/software/gengetopt
http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net
Previous Topic:Hidden error?
Next Topic:Passing Through the Project Explorer Tree
Goto Forum:
  


Current Time: Fri Nov 07 10:54:51 EST 2025

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

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

Back to the top