Is there such a thing?
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.
Is there such a thing?
I presume you are talking about the compiler for the C6000 series of CPU's. No, there is no such option.
Thanks and regards,
-George
Hi RandyP.
Processor is C6748, Rev 2.2 silicon. Using Code Composer Studio IDE, and compiler version 7.6 (this also applies to compiler version 7.4, though). This "option" appears in the following menu; bring up the project properties (right click on project), and then find the Build, C6000 Compiler Options, Advanced Options, Assembler Options, Pre-define Assembly Symbol Name. In this field, I find the following definition:
__TI_NO_PARALLEL_LOADS=0
Code Composer stuffs that definition in by default when a project (C/C++) is created. I can delete it, but CCS will always re-insert it when a project is copied, moved, etc.
Tim
Yes. I have the compiler/IDE configured for the C674x core.
I also have noted that despite its presence in the IDE, the CRC's of the software object/binary produced by an independent build sequence under Cygwin using the compiler/assembler stand-alone and without this option are identical. I am tying up loose ends in the project.
Thank you for your prompt response and information.
Regards,
Tim