tags:

views:

959

answers:

1

Error Launching external scanner info generator - gcc link problem on MingGW

Error launching external scanner info generator (sh -c 'g++ -E -P -v -dD C:/Documents and Settings/user1/workspace123/.metadata/.plugins/org.eclipse.cdt.make.core/specs.cpp ')

Error launching external scanner info generator (sh -c 'gcc -E -P -v -dD C:/Documents and Settings/user1/workspace123/.metadata/.plugins/org.eclipse.cdt.make.core/specs.c ')

this problem occuring in eclipse-SDK-3.2.2-win32 -cdt can any one solve this problem .did any one have any solution to this problem .please help to me to solve this problem . yours faithfully. anilkumar

A: 

I'm presently trying to resolve this issue for myself, however on a Mac and with AVR-GCC on Eclipse... in my search I found this answer which seems more applicable to you than to me:

http://www.codeproject.com/KB/tips/CPP%5FDev%5Feclipse%5FCDT.aspx

It speaks specifically to Win32 and there are examples more similar to your error...

Best of luck.

Ejoso