Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » make: *** [scd_cmd_1] Error for no reason(make: *** [scd_cmd_1] Error 1 regedit [Discovery Options] page in project properties C/C++ Problem)
make: *** [scd_cmd_1] Error for no reason [message #851678] Sat, 21 April 2012 07:12 Go to next message
Ilya Basin is currently offline Ilya BasinFriend
Messages: 25
Registered: October 2011
Junior Member
I've built wine and imported programs/regedit as Makefile project.
In project options I checked "Automate discovery of paths and symbols"
Everything works except sometimes when I restart Eclipse this error appears:
make: *** [scd_cmd_1] Error 1 regedit [Discovery Options] page in project properties C/C++ Problem

Nothing suspicious on that page though. The error may sometimes disappear after I build the project, but I really haven't noticed a strict relation here.
What this error means? It's not very informative.

[Updated on: Tue, 24 April 2012 06:50]

Report message to a moderator

Re: make: *** [scd_cmd_1] Error for no reason [message #852151 is a reply to message #851678] Sat, 21 April 2012 18:31 Go to previous messageGo to next message
Klaus km is currently offline Klaus kmFriend
Messages: 142
Registered: November 2011
Senior Member
Hi,

the "scanner discovery" could not parse the output of the compiler, if the compiler is using your local language. Are you sure that the compiler is printing all messages in English?

You could set a environment variable, for example LC_MESSAGE=en, to switch the compiler output back to en.

http://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html

I'm not sure if this is the problem on your PC, but you should check this.

regards,
Klaus


Re: make: *** [scd_cmd_1] Error for no reason [message #854690 is a reply to message #852151] Tue, 24 April 2012 06:49 Go to previous message
Ilya Basin is currently offline Ilya BasinFriend
Messages: 25
Registered: October 2011
Junior Member
Thanks, I'll try
Previous Topic:[solved] Symbol could not be resolved
Next Topic:How to debug forked processes
Goto Forum:
  


Current Time: Thu Apr 25 12:55:46 GMT 2024

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

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

Back to the top