Skip to main content



      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 03:12 Go to next message
Eclipse UserFriend
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 02:50] by Moderator

Re: make: *** [scd_cmd_1] Error for no reason [message #852151 is a reply to message #851678] Sat, 21 April 2012 14:31 Go to previous messageGo to next message
Eclipse UserFriend
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 02:49 Go to previous message
Eclipse UserFriend
Thanks, I'll try
Previous Topic:[solved] Symbol could not be resolved
Next Topic:How to debug forked processes
Goto Forum:
  


Current Time: Sun Jun 15 21:26:13 EDT 2025

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

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

Back to the top