"Empty Invalid Condition Code" @ portasm.asm
Closed this issue · 2 comments
v-i-s-h commented
While compiling this in CCS6.1.1, I'm getting the following error
Description | Resource | Path| Location| Type
---------------| ------------| ------- | -------------| ----------
[E0003] Empty or Invalid condition code| portasm.asm| /FreeRTOS8.2_tiva_demo/FreeRTOS/portable/CCS/ARM_CM4F |line 117| C/C++ Problem
[E0003] Empty or Invalid condition code |portasm.asm| /FreeRTOS8.2_tiva_demo/FreeRTOS/portable/CCS/ARM_CM4F| line 147| C/C++ Problem
[W0004] Incorrect condition code inside of IT block| portasm.asm| /FreeRTOS8.2_tiva_demo/FreeRTOS/portable/CCS/ARM_CM4F| line 118| C/C++ Problem
[W0004] Incorrect condition code inside of IT block| portasm.asm|/FreeRTOS8.2_tiva_demo/FreeRTOS/portable/CCS/ARM_CM4F| line 148| C/C++ Problem
This project was created using a version of compiler that is not currently installed: 5.1.11 [ARM]. Another version of the compiler will be used during build: 5.1.6. Please go to <a href="liveaction:OpenAppCenter">CCS App Center</a> to install the compiler of the required version, or migrate the project to one of the available compiler versions by adjusting project properties. FreeRTOS8.2_tiva_demo properties Problems
akobyl commented
Did you happen to change the target device or any other settings in the project settings (right click the project in CCS and select project settings)? It also looks like your compiler is slightly out of date, although I don't think that should be a problem you never know!
akobyl commented
Change the compiler version - I just built this with 5.1.9 although other similar versions should also work. Go to Help > Install new software > Code Generation Tool Updates to install other compiler versions.
Also, uncheck 'show only the latest versions' to see older compiler versions.