Part Number: PROCESSOR-SDK-AM57X
Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
Hello.
I'm using AM572x IDK board and want to use some C++ in my Cortex A15 core project.
When I insert an algorithm library in my cpp file, I saw 21 compilation errors instead of 0. I'm using GCC 7.3.1 compiler, which comes with SDK 05.03.00.07
If I set GCC compiler to 7.2.1 version, it looks good & all was compiled successfully.
But I need to use SDK provided compiler only in my projects.
What do I need to fix that bug?
A test project to reproduce that bug: idk_am572x_a15_empty_test.zip
My environment: Windows 10 Pro x64 with release 1803 with CCS 9.0.1 and TI-RTOS SDK 05.03.00.07
With regards,
Alex
P.S. I see in default project settings, that SYS/BIOS include path sets before GCC include path & SYS/BIOS really use old (GCC 7.2.1) header files, that differ in new (GCC 7.3.1) compiler folder

