Other Parts Discussed in Thread: HALCOGEN, LAUNCHXL-TMS57004, TMS570LS0432
Hi,
I am using HalCoGen tool to initialize my LAUNCHXL-TMS57004 board.
After properly linking the source and include folders generated by HalCoGen when I build the project am getting following error -
[E0002] Instruction requires VFP or NEON support os_portasm.asm /tri/source line 319 C/C++ Problem
the error line is hilighted in the snippet -
; vPortTaskUsesFPU
.asmfunc
swiPortTaskUsesFPU
ldr r12, ulTaskHasFPUContextConst
mov r0, #1
str r0, [r12]
mov r0, #0
fmxr FPSCR, r0
bx r14
.endasmfunc
Thanks and regards
Vivek Thota