Tool/software: Code Composer Studio
Hi there. I'm trying to compile a test code to blink an LED with an RM48, however I'm getting this error in Code Composer Studio:
>> Compilation failure
subdir_rules.mk:9: recipe for target 'main.obj' failed
"C:\Users\tekver\AppData\Local\Temp\1420810", ERROR! at line 80: [E0002] Instruction only available in V7
WFI
Errors in Source - Assembler Aborted
gmake: *** [main.obj] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
Note that I'm using some linked files from another project, however I've provided all the paths in the project properties. Any idea of what might be triggering this error?
Also the other project I talk about compiles without any errors (I didn't code that other project, just to specify that the problem is probably being caused in this project alone.)
Thanks in advance.
Gabriel Sá Pinto

