Question: '__init_array_end isn't defined'
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2009-04-16 3:27 PM
Posted on April 17, 2009 at 00:27
Question: '__init_array_end isn't defined'
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-05-17 4:09 AM
Posted on May 17, 2011 at 13:09
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.