2009-04-16 03:27 PM
Question: '__init_array_end isn't defined'
2011-05-17 04:09 AM
I tried to compile the STM32 example I downloaded at the winarm homepage ; everything else worked fine but then I got the following message:../ld.exe: main.elf: hidden symbol '__init_array_end' isn't defined.
I guess,as a newbie, that I have to supply some kind of symbol so that the loader can allocate actual memory. What do I have to add so that the example application works properly? Thanks.