Hello,
I am using TI Hercules Evaluation Board TMS570LS0714 which is ARM Cortex R. For this processor TI provides pre-compiled libraries, available at http://www.ti.com/tool/HERCULES-DSPLIB .I am able to add these libraries to my project in code composer studio successfully and everything works fine. But now I am trying to build my project using an scons and don't want to use pre-compiled libraries. Could someone please point me towards some documentation about the same. Or if you have worked on something similar what I am trying to do, could you please help me with the it.
Thanks,
Aditi
fixed it. My compiler version was 16.9.3.LTS which was giving me many errors. Changing it to 18.12.0.LTS solved it