Results 1 to 5 of 5

Thread: cpu peak during debug process

  1. #1
    Join Date
    Oct 2010
    Posts
    14
    Thanks
    7

    Default cpu peak during debug process

    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!!

  2. #2
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: cpu peak during debug process

    'cl.exe' is part of Microsoft Visual C++, do you also use MS VS? If so, you will need to contact MS.

  3. #3
    Join Date
    Oct 2010
    Posts
    14
    Thanks
    7

    Default Re: cpu peak during debug process

    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!

  4. #4
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: cpu peak during debug process

    The easiest way to use Qt will always be to download the full SDK which comes with MinGW compiler suite.

  5. #5
    Join Date
    Apr 2011
    Posts
    124
    Thanks
    1
    Thanked 10 Times in 10 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Windows Symbian S60

    Default Re: cpu peak during debug process

    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.

Similar Threads

  1. Qt + Linux + Eclipse - debug using debug build?
    By will49 in forum Qt Programming
    Replies: 6
    Last Post: 13th April 2012, 06:27
  2. Replies: 4
    Last Post: 30th September 2010, 10:31
  3. Cannot debug: No process is on the other end of the pipe.
    By rubikon in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 3rd September 2010, 14:52
  4. How to communicate Qt Process with non-qt process
    By nrabara in forum Qt for Embedded and Mobile
    Replies: 9
    Last Post: 15th February 2009, 21:01
  5. Replies: 11
    Last Post: 22nd March 2006, 19:06

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.