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.
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.
Hello David,
It really depends on how you have configured your HalcoGen project. If your halcogen project has the VFP unit enabled, then your CCS project will need VFP support.
Regards,
Sem Amesawu