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.

MSP430 C/C++ Compiler v3.2.2 has encountered a problem and needs to close

Hi.

I am running Code Composer Studio v4.1.0.02006.  Whenever I clean a project and then peform a build I get the following Windows pop-up:

MSP430 C/C++ Compiler v3.2.2 has encountered a problem and needs to close.

The console shows the following error:

preproc_dependency="Firmware/Devices/Source/st7529.pp" --obj_directory="Firmware/Devices/Source" "../Firmware/Devices/Source/st7529.c"

C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [Firmware/Devices/Source/st7529.obj] Error -1073741819

This error only seems to happen if I perform a clean, then a build (The file name always changes, but the error listed in the console is always the same).  If I close the application and just build the project, there is no error.

Has anyone else seen this problem?  Is there a fix?

Thanks.

 

 

 

  • CCSv4 does the build by auto-generating a makefile then invoking gmake.  It appears the error here is in the generation of the makefile.  The compiler itself does not perform that step, CCS does.  Thus, I'm moving this post to the CCS forum.

    FWIW, filing this post in the compiler forum is quite reasonable.  Just make your best guess on which forum to post in.  We expect move posts once in a while.

    Thanks and regards,

    -George

     

  • bwest - could you provide a test case? It would help us immensely in our investigations. It can be a stripped down version of the project, as long as the error is reproducible.

    Thanks

    ki

  • Sorry for taking such a long time to reply.

    I don't have a test case that can reproduce the problem.  I created a new project with a subset of some of my files, but I cannot reproduce the issue.  The only way that I can reproduce the problem is with the full project, but I cannot supply any source code.

     

    By the way, I found a similar issue reported when I was searching through the forums.  Here is a link:

    http://e2e.ti.com/support/development_tools/compiler/f/343/tags/cl430+shell+crash/default.aspx