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.

CC1354P10: Unable to build SimpleLink drivers with tiarmclang

Part Number: CC1354P10
Other Parts Discussed in Thread: SYSBIOS, SYSCONFIG

Tool/software:

I am trying to build SimpleLink 8.30.01.01 using tiarmclang 4.0.2. I have modified imports.mak to use the correct compiler but it fails on the following error:

/home/marco/ti/simplelink_cc13xx_cc26xx_sdk_8_30_01_01/kernel/tirtos7/packages/ti/sysbios/family/arm/m3/TaskSupport_asm_gcc.s:60:9: error: instruction requires: fp registers
vpush {d8-d15}
^
/home/marco/ti/simplelink_cc13xx_cc26xx_sdk_8_30_01_01/kernel/tirtos7/packages/ti/sysbios/family/arm/m3/TaskSupport_asm_gcc.s:77:9: error: instruction requires: fp registers
vpop {d8-d15} @ pop vfp caller regs
^

Building with gcc seems to work just fine.