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.

SK-AM64: A53 gcc global variable constructor not called

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?