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.

Controlling Listing Files

I'd like to read the Assembler output files (C comments plus Assembler).

I see that there seem to be some command line commends to control the compiler, but I'd rather use Code Composer than do command-line compilation.

How do I edit and control the compiler options from within Code Composer?

Thanks.

  • Chuck,

    Under project Properties - > C/C++ Build -> MSP430 Compiler -> Assembler Options you have some configurations that allow this, such as:

    • Keep the generated assembly language (.asm) file
    • Source interlist (with choices)
    • Generate listing file

    (You can see the various command line options next to the check boxes.)

    Hope that helps!

    Dave H.

  • Dave,

    Thanks for the quick reply. I would imagine this works, but your answer has revealed to me that something might be wrong with my CCS4 installation. When I follow your instructions, I get the following window opening on my system when I click C/C++ Build, which does not seem to have the options you describe. Sometimes when I click this tab, I get a more discombobulated window opening. I'm using a Macbook running Parallels and Windows 7. Everything seems to work fine, I can compile, build, load to FET target, so I thought CCS4 was working fine on my Macbook. Now it seems there's a bug somewhere. I don't know if this is the Macbook configuration, or something else is wrong with my CCS4 installation. Anyone who can help with this, ideas are welcome. Here's the screen shot:

     

  • This is a known issue with dialog drawing that occurs on some PCs running 64-bit operating system. Please take a look at this page for a workaround:
    http://processors.wiki.ti.com/index.php/FAQ_-_CCSv4#Q:_Does_CCS_support_64bit_Operating_Systems.3F