cmsis-pack-eclipse
cmsis-pack-eclipse copied to clipboard
Error compiling startup_ARMCA7.c
Hi all, I installed the last release: CmsisPackPlugIn2.10.0.zip I configured for my ST32MP135 board a simple blink code that uses ARMA/ as device and RTOS. So I selected the following modules:
- CORE
- RTOS2 / Keil RTX5
- IRQ controller
- OS Tick API
- startup
When I run the build, after some succesful operation, I have the following error:
Building file: ../RTE/Device/ARMCA7/startup_ARMCA7.c Invoking: GNU Arm Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-a7 -mthumb -mlittle-endian -mfloat-abi=hard -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -g3 -D_RTE_ -DARMCA7 -I"C:/Users/stefano.mora/AppData/Local/Arm/Packs/ARM/CMSIS/5.6.0/CMSIS/Core_A/Include" -I"C:/Users/stefano.mora/AppData/Local/Arm/Packs/ARM/CMSIS/5.6.0/CMSIS/RTOS2/Include" -I"C:/Users/stefano.mora/AppData/Local/Arm/Packs/ARM/CMSIS/5.6.0/CMSIS/RTOS2/RTX/Include" -I"C:/Users/stefano.mora/AppData/Local/Arm/Packs/ARM/CMSIS/5.6.0/Device/ARM/ARMCA7/Include" -I"C:\Progetti\dbTechnologies\testSTM32\test_CMSIS_RTE/RTE" -I"C:\Progetti\dbTechnologies\testSTM32\test_CMSIS_RTE/RTE/CMSIS" -I"C:\Progetti\dbTechnologies\testSTM32\test_CMSIS_RTE/RTE/Device/ARMCA7" -isystem"C:/Users/stefano.mora/AppData/Local/Arm/Packs/ARM/CMSIS/5.6.0/CMSIS/Core_A/Include" -isystem"C:/Users/stefano.mora/AppData/Local/Arm/Packs/ARM/CMSIS/5.6.0/CMSIS/RTOS2/Include" -isystem"C:/Users/stefano.mora/AppData/Local/Arm/Packs/ARM/CMSIS/5.6.0/CMSIS/RTOS2/RTX/Include" -isystem"C:/Users/stefano.mora/AppData/Local/Arm/Packs/ARM/CMSIS/5.6.0/Device/ARM/ARMCA7/Include" -isystem"C:\Progetti\dbTechnologies\testSTM32\test_CMSIS_RTE/RTE" -isystem"C:\Progetti\dbTechnologies\testSTM32\test_CMSIS_RTE/RTE/CMSIS" -isystem"C:\Progetti\dbTechnologies\testSTM32\test_CMSIS_RTE/RTE/Device/ARMCA7" -std=gnu11 -MMD -MP -MF"RTE/Device/ARMCA7/startup_ARMCA7.d" -MT"RTE/Device/ARMCA7/startup_ARMCA7.o" -c -o "RTE/Device/ARMCA7/startup_ARMCA7.o" "../RTE/Device/ARMCA7/startup_ARMCA7.c" C:\Users\STEFAN~1.MOR\AppData\Local\Temp\ccdvJ4Mp.s: Assembler messages: C:\Users\STEFAN~1.MOR\AppData\Local\Temp\ccdvJ4Mp.s:78: Error: thumb conditional instruction should be in IT block --
wfine '
make: *** [RTE/Device/ARMCA7/subdir.mk:39: RTE/Device/ARMCA7/startup_ARMCA7.o] Error 1
"make all" terminated with exit code 2. Build might be incomplete.
`
Any idea?