Hi,
I am running CCS 5.5 with the TMS570. I use Halcogen to generate code. I currently have 18 errors in my project (all are one of two errors, below)
Description Resource Path Location Type
[E0002] Instruction requires VFP or NEON support sys_core.asm /Runtime/Halcogen/source line 76 C/C++ Problem
Description Resource Path Location Type
[E0002] Instruction requires VFP support sys_core.asm /Runtime/Halcogen/source line 78 C/C++ Problem
I have my runtime support library set to automatic and floating point support set to blank.
I have found if I set them to rtsv7R4_T_be_v3D16_eabi.lib and VFPv3D16 respectively that it build OK, but my understanding was that setting it to automatic and blank are the proper settings.
Thanks for any help you can provide.