Trouble starts with Eclipse CDT & mingw

Howdie all,

I installed Eclipse CDT and MinGW with GCC.

The mingw \ bin environment variable has been added to the path environment variable.

When I try to create a new C ++ project using the HelloWorld wizard, I get a build error:

make: **** [app.o] Error 127 Error launching external scanner info generator (gcc -E -P -v -dD ... 

EDIT:

OK the problem is solved, does anyone know how to fix this other warning about an external scanner?

+4
source share
1 answer

Ah ha!

in the C / C ++ build settings, make sure that the build command:

 mingw32-make -f makefile 

Thanks!

+4
source

All Articles