Other Parts Discussed in Thread: SYSBIOS
Hello,
Yet ANOTHER out of the box failure.
I have a project, It's an AM335x Project. Compiles with GNU 7.3 (linaro)
I go to the App Center page.
I install/update GNU 9.2.1 (Linaro) (seen here after the fact)

Then try to build... Right out of the box. Problems with ITS OWN HEADERS.
+11 -fno-threadsafe-statics @"configPkg/compiler.opt" -o"print.o" "../print.cpp"
subdir_rules.mk:30: recipe for target 'print.o' failed
cc1plus.exe: warning: switch '-mcpu=cortex-a8' conflicts with '-march=armv7-a' switch
In file included from c:\ti\bios_6_76_03_01\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\stdio.h:60,
from ../print.cpp:1:
c:\ti\bios_6_76_03_01\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\reent.h:407:11: warning: unnecessary parentheses in declaration of '_sig_func' [-Wparentheses]
407 | void (**(_sig_func))(int);
| ^
In file included from c:\ti\ccs1011\ccs\tools\compiler\gcc-arm-none-eabi-9-2019-q4-major\arm-none-eabi\include\c++\9.2.1\cstdlib:75,
from c:\ti\ccs1011\ccs\tools\compiler\gcc-arm-none-eabi-9-2019-q4-major\arm-none-eabi\include\c++\9.2.1\bits\stl_algo.h:59,
from c:\ti\ccs1011\ccs\tools\compiler\gcc-arm-none-eabi-9-2019-q4-major\arm-none-eabi\include\c++\9.2.1\algorithm:62,
from ../print.cpp:4:
c:\ti\ccs1011\ccs\tools\compiler\gcc-arm-none-eabi-9-2019-q4-major\arm-none-eabi\include\stdlib.h:91:7: error: expected initializer before '__alloc_size2'
91 | __alloc_size2(1, 2) _NOTHROW;
| ^~~~~~~~~~~~~
In file included from c:\ti\ccs1011\ccs\tools\compiler\gcc-arm-none-eabi-9-2019-q4-major\arm-none-eabi\include\c++\9.2.1\bits\stl_algo.h:59,
from c:\ti\ccs1011\ccs\tools\compiler\gcc-arm-none-eabi-9-2019-q4-major\arm-none-eabi\include\c++\9.2.1\algorithm:62,
from ../print.cpp:4:
c:\ti\ccs1011\ccs\tools\compiler\gcc-arm-none-eabi-9-2019-q4-major\arm-none-eabi\include\c++\9.2.1\cstdlib:144:11: error: '::calloc' has not been declared
144 | using ::calloc;
| ^~~~~~
gmake: *** [print.o] Error 1
Does no one test these things before releasing them to users?
