Part Number: SK-AM64
Hi,
I am building a C++ code in CCS to run on A53. I am using GCC compiler. fundamental global variables like int do get intialized to the required value but global struct/class constructors are not being called.
How to solve the problem?