Hi, everyone
I used CCS4.5 to develop OMAP137 ARM. I want to initialize global variable when they are defined, for example, "int aa= 123;" (before main and other functions) and the compiler hasn't report any error, but when I ran the program, the variable ' a ' isn't 123. In the 'Build Options', I chose the "load- time initialization" item. Is there something else I need to do ?