Tool/software: TI C/C++ Compiler
Hello,
I have a problem while compiling an assembly file (.asm), I have attached a snapshot of the error message.
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.
Tool/software: TI C/C++ Compiler
Hello,
I have a problem while compiling an assembly file (.asm), I have attached a snapshot of the error message.
Bishoy,
The correct ARM compiler for SDK v3.1 is 16.9.6.LTS. This is included in the SDK installer. I would also recommend not using any versions of Code Composer Studio 9. There have been several reported issues with v9. Please use CCS v8.3
Regards,
Kyle
Your first error indicates that it cannot find the header file that is included in the .asm, which means your path is probably not set properly or the header got deleted in your installation.