|
|||||||||||
|
Technical Support Support Resources
Product Information |
DS-5: ERROR(CMD16-COR97): Failed to Load Image "Foo.so"Information in this knowledgebase article applies to:
SYMPTOMWhat does the following error mean? ERROR(CMD16-COR97): ! Failed to load image "foo.so" ! Range 0x00008144..0x000081C3 overlaps with range 0x00008148..0x00008167 currently in map CAUSEThis means that the debugger tried to load debug symbols from a file and the address of some of those symbols overlaps with symbols that are already loaded. The most likely cause of this is that, within Eclipse, you specified shared library symbols in the Symbol files on host field of the Debug Configuration dialog box. This field is intended for adding symbols files with an offset of 0, which is very unlikely to be correct for shared libraries. RESOLUTION
If you want to load the debug symbols for a shared library then
you can use the set solib-search-path "C:\myLibraries"
Having set the search path you can then issue the
To perform these steps automatically each time you connect, write the commands into a script file, and then use the Run Script option in the debugger launcher panel in Eclipse. Last Reviewed: Monday, February 8, 2021 | ||||||||||
|
|||||||||||
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.