Problem with MSVC2010
Posted: Thu Aug 20, 2015 5:19 pm
Hi guys,
I'm trying to use MSVC2010 to compile my code, but I don't know how to configure it correctly.
it always shows me these error messages .
Here is the configuration for MSVC2010
I'm trying to use MSVC2010 to compile my code, but I don't know how to configure it correctly.
it always shows me these error messages .
Code: Select all
C:\Windows\system32\cmd.exe /C "e:/TDMGCC/bin/mingw32-make.exe -j2 SHELL=cmd.exe -e -f Makefile"
"----------Building project:[ test - Debug ]----------"
mingw32-make.exe[1]: Entering directory 'V:/test/test'
codelite-cc "e:/MSVCPP/MSVC2010/bin/cl.exe" -nologo -FC -EHs -c "V:/test/test/main.cpp" /Zi /FoDebug/main.cpp.obj /Ie:/MSVCPP/MSVC2010/include/ /I.
A subdirectory or file Debug already exists.
mingw32-make.exe[1]: *** [Debug/.d] Error 1
mingw32-make.exe[1]: *** Waiting for unfinished jobs....
test.mk:89: recipe for target 'Debug/.d' failed
'codelite-cc' is not recognized as an internal or external command,
operable program or batch file.
mingw32-make.exe[1]: *** [Debug/main.cpp.obj] Error 1
mingw32-make.exe: *** [All] Error 2
test.mk:98: recipe for target 'Debug/main.cpp.obj' failed
mingw32-make.exe[1]: Leaving directory 'V:/test/test'
Makefile:4: recipe for target 'All' failed
0 errors, 0 warnings