Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » CDT with MinGW "build is stopped" while there's no error("Build error occurred, build is stopped", but g++ was executed)
CDT with MinGW "build is stopped" while there's no error [message #880761] Sat, 02 June 2012 23:19 Go to next message
Liu Yan is currently offline Liu YanFriend
Messages: 6
Registered: March 2011
Location: China
Junior Member
I installed CDT on my home PC (WinXP x64), when I try to build project using MinGW tool chain, it stopped. I googled, but didn't found same issue: g++ is working (compiling, report compile warnings), but it stopped without any error message.

Build log:

**** Build of configuration Debug for project WaveMix ****

**** Internal Builder is used for build               ****
g++ -O0 -g3 -Wall -c -fmessage-length=0 -o WaveMix.o ..\WaveMix.cpp
..\WaveMix.cpp: In function 'void MixAudio(WAVE_DATA_INFO*, WORD, WAVE_DATA_INFO&)':
..\WaveMix.cpp:219:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'DWORD {aka long unsigned int}' [-Wformat]
..\WaveMix.cpp:219:5: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'DWORD {aka long unsigned int}' [-Wformat]
..\WaveMix.cpp:230:4: warning: format '%d' expects argument of type 'int', but argument 3 has type 'DWORD {aka long unsigned int}' [-Wformat]
..\WaveMix.cpp:230:4: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'DWORD {aka long unsigned int}' [-Wformat]
..\WaveMix.cpp:238:3: warning: format '%d' expects argument of type 'int', but argument 2 has type 'DWORD {aka long unsigned int}' [-Wformat]
..\WaveMix.cpp:238:3: warning: format '%X' expects argument of type 'unsigned int', but argument 3 has type 'DWORD {aka long unsigned int}' [-Wformat]
..\WaveMix.cpp:289:109: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'double' [-Wformat]
..\WaveMix.cpp: In function 'void WriteWavePCMFile(const char*, WAVE_DATA_INFO)':
..\WaveMix.cpp:323:6: warning: variable 'nWrite' set but not used [-Wunused-but-set-variable]
Build error occurred, build is stopped
Time consumed: 1172  ms.  


I've also installed CDT on my office computer (WinXP 32bit), it works fine (compile same code) with MinGW tool chain.

Home PC environment:
- Windows XP x64
- JDK 1.6.32 x64
- Eclipse Indigo SR-2 32bit
- MinGW repository catalogue 20120426

[Updated on: Mon, 04 June 2012 01:25]

Report message to a moderator

Re: CDT with MinGW "build is stopped" while there's no error [message #880844 is a reply to message #880761] Sun, 03 June 2012 05:55 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 06/02/2012 05:19 PM, LiuYan ?? Mising name wrote:
> I installed CDT on my home PC, when I try to build project using MinGW
> tool chain, it stopped.
> [snip]

The sticky posts at the top of this forum clearly indicate you should
ask C/C++ development questions in the Eclipse CDT forum.
Re: CDT with MinGW "build is stopped" while there's no error [message #880886 is a reply to message #880844] Sun, 03 June 2012 08:58 Go to previous messageGo to next message
Liu Yan is currently offline Liu YanFriend
Messages: 6
Registered: March 2011
Location: China
Junior Member
sorry for mis-post here, can this thread moved to CDT forum? or should I post a new thread in CDT ?
Re: CDT with MinGW "build is stopped" while there's no error [message #880990 is a reply to message #880886] Sun, 03 June 2012 15:24 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 06/03/2012 02:58 AM, Liu Yan wrote:
> sorry for mis-post here, can this thread moved to CDT forum? or should I
> post a new thread in CDT ?

I'd repost. There are those who can move it, but you're just as well off
re-posting.
Previous Topic:problem of installing Android ADT plugin in Eclipse
Next Topic:plugins installation problems
Goto Forum:
  


Current Time: Thu Apr 25 01:39:26 GMT 2024

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

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

Back to the top