Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Project Clean does not work([clean] Error 1 (ignored), Nothing to be done for `all'.)
Project Clean does not work [message #1751973] Tue, 17 January 2017 12:33 Go to next message
Robert Ty is currently offline Robert TyFriend
Messages: 20
Registered: June 2012
Junior Member
Hello,

I'm using Eclipse Neon for MSP430 Projects with C. Everything is ok except,
I'm not able to Clean the project. I always get

" .... mingw32-make: [clean] Error 1 (ignored)"
and
".... mingw32-make: Nothing to be done for `all'."

It is very boring always to touch sources , just to be able to compile
them again.

Does anybody know what I'm possible doing wrong ?

Thank you.
Re: Project Clean does not work [message #1751978 is a reply to message #1751973] Tue, 17 January 2017 13:03 Go to previous messageGo to next message
Jonah Graham is currently offline Jonah GrahamFriend
Messages: 416
Registered: June 2014
Senior Member
Is there anything before the "mingw32-make: [clean] Error 1 (ignored)" in the console? That implies that a command has failed to run, knowing which command failed would help, likewise knowing that that is the only output helps too.
Re: Project Clean does not work [message #1751980 is a reply to message #1751978] Tue, 17 January 2017 13:46 Go to previous messageGo to next message
Robert Ty is currently offline Robert TyFriend
Messages: 20
Registered: June 2012
Junior Member
Yes, there is more. I also forgot to mention that makefile is generated by
Eclipse and I'm using Win8.1 Prof.

"C:\\MSP430GCC\\msp430-toolchain-win-x86-3.0\\bin\\make.bat" clean

C:\SW\HA430-FWS\Debug>set dirname=C:\MSP430GCC\msp430-toolchain-win-x86-3.0\bin\ rm -rf ./CommonCode/LCDNHDC0220.o ./CommonCode/RTC-pcf8563.o ./CommonCode/flash.o ./CommonCode/i2c.o ./CommonCode/key.o ./CommonCode/timesaving.o ./CommonCode/zwir-uart.o ./ha430-fws.o ./tsic.o libUSER_OBJS.a HA430-FWS.elf
mingw32-make: [clean] Error 1 (ignored)
' '

Thanks for help

[Updated on: Tue, 17 January 2017 13:48]

Report message to a moderator

Re: Project Clean does not work [message #1751989 is a reply to message #1751980] Tue, 17 January 2017 14:51 Go to previous messageGo to next message
Jonah Graham is currently offline Jonah GrahamFriend
Messages: 416
Registered: June 2014
Senior Member
Mmm, strange one. Are you using custom MSP 430 plug-ins? If so, you need to be in touch with them for further support.

However, I can try and help. Does the command line (set ...) work if you try it at the command line manually? I am not expert on Windows CMD, but I don't understand why there is a set on the same line as the rm.

I am not sure how the make.bat is getting in here, is mingw32-make really launching it?

Sorry that I can't be more help.
Re: Project Clean does not work [message #1752011 is a reply to message #1751989] Tue, 17 January 2017 18:54 Go to previous messageGo to next message
Robert Ty is currently offline Robert TyFriend
Messages: 20
Registered: June 2012
Junior Member
No problem, thank you anyway.

I'll try command line afterwards.

I'm also a bit confused, because I do not know how to influence
the make file on one hand, on the other hand everything works so far
if I modify source files.

I'll report if I find a solution.

Thanks again

Rob
Re: Project Clean does not work [message #1752040 is a reply to message #1752011] Wed, 18 January 2017 08:11 Go to previous message
Robert Ty is currently offline Robert TyFriend
Messages: 20
Registered: June 2012
Junior Member
Just an information.

Using command line was not successful.

I found a hint, that the problem can possible not be fixed because of
the local constellation of the different involved tools.

I found an unconventional workaround.
I simply defined a batch file which clears the object files and the elf file "off line".
Nothing else does the clean section of the make file. The script can even be
executed from Eclipse GUI.

I can live with this.

Thanks again for trying to help.

Previous Topic:Help with #include
Next Topic:Custom CDT build parser for auto discovery
Goto Forum:
  


Current Time: Tue Mar 19 04:21:30 GMT 2024

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

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

Back to the top