Part Number: PROCESSOR-SDK-AM64X
Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
I was using the __attribute__((constructor(x) / destructor(y)) property in C code for A53 core with GCC compiler.
the GCC attribute is __attribute__((destructor(x))), where x means API priority number.
I am unable to see my constructor getting called before main function and destructor is also not called after main exits.