This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Exception occurred during launch Reason: Program file does not exist



Hello,

I have been successfully using Code Composer Studio Core Edition V: 4.2.3.00004 for the last 6 months and today i was using the program until all of a sudden as i pressed debug launch the following error appears:

Exception occurred during launch Reason: Program file does not exist

in the details of the error it says "filename".out not found

I checked the path of the project in the workspace and there was no filename.out in the folder.

I rebooted the computer to see if that was the problem but it still comes up with the same error.

 

Its just funny as i was compiling and running my code today and it was working fine.

Anyone know whats going on?

Cheers

Michael Dalton

 

  • Michael,

    If you Build the project what error messages are displayed?  Sounds like there is a build error that is resulting in a failed build so the .out is not generated, then when the debugger launches it fails to find the .out.  Normally it will tell you that there was an error during build and prompt you if you want to continue with launch (but there is an option to turn that off that may have been set in your environment).

     

    The .out would be located in the folder for the configuration you are building, i.e. \Debug or \Release

    Regards,

    John

     

  • Hey John

    It was a silly error, i forgot a } at the end of my code after cut and pasting some stuff around in my code.

    I didn't see it becuase i minimised the error window.

    Thanks for the reply though

    :)

    Regards

     

    Michael Dalton