PDA

View Full Version : cpu peak during debug process



dmartino
3rd June 2011, 11:35
Hi to everybody!

I'm using Qt 4.7.1 on Windows pc and I realized a quite big system. All worked fine until now, but from 3 days to now when i build my application i get a CPU peak of 100% and the build process seems not terminating ... I seen in pc task manager the process cl.exe.

Only when i manually kill this process the CPU come back to work normally.

I really don't know which is the problem.

Please, can somebody help me?

Many thanks!!

squidge
3rd June 2011, 20:48
'cl.exe' is part of Microsoft Visual C++, do you also use MS VS? If so, you will need to contact MS.

dmartino
4th June 2011, 18:02
No i don't use MS VS but it is installed on pc.
The fact is that i'm using qt-win-opensource-4.7.1-vs2008.exe maybe this create a link with microsoft compiler...

I tried to reinstall t-win-opensource-4.7.1-vs2008.exe without nice results.
Do you think i can use the qt-win-opensource-4.7.1-mingw.exe? Or i can try to download and reinstall cl.exe?

Thanks!

squidge
4th June 2011, 21:26
The easiest way to use Qt will always be to download the full SDK which comes with MinGW compiler suite.

DanH
5th June 2011, 01:44
As I suggested over on the Nokia forum, you probably have your Windows path polluted with VS, and some VS executable is being found in it before the "correct" identically-named executable can be found.