Tool/software: Linux
Hi,
I am a newbie having an embedded systems course in Coursera, and I am a bit late so the forum there is not active now.
We have to build an executable output for a given project using ubuntu OS and GNU make tool.
The following error message occur when trying to generate object file from the given c file.
I searched for this and I didn't find any info, about.
So any help would be greatly appreciated.
Thanks in advance.
ecee@embedded-vm:~/C1M2-Abubaker/src$ make build PLATFORM=MSP432 arm-none-eabi-gcc -DMSP432 -I../include/common -I../include/CMSIS -I../include/msp432 interrupts_msp432p401r_gcc.c -c /tmp/cc73SbT3.s: Assembler messages: /tmp/cc73SbT3.s:54: Error: selected processor does not support `it lt' in Thumb mode /tmp/cc73SbT3.s:55: Error: Thumb does not support conditional execution Makefile:75: recipe for target 'interrupts_msp432p401r_gcc.o' failed make: *** [interrupts_msp432p401r_gcc.o] Error 1