|
|||||||||||
|
Technical Support Support Resources
Product Information |
DS-5: WARNING(IMG53): No Line Debug Information in the ImageInformation in this knowledgebase article applies to:
SYMPTOMThe message "WARNING(IMG53): No line debug information in the image" occurs when loading debug information from an image or shared library. CAUSEThis warning is generated when the debugger tries to load debug information from a stripped image or shared library. A stripped file is where the debug information is removed, typically to reduce the file size. In Eclipse, you can see this warning if you select Download and Debug Application in the Debug Configurations dialog box and enter the location of a stripped file in the Path to application on the host field. The warning is also generated from the command line when using the file command with a stripped file. RESOLUTIONTo successfully debug an image or shared library at source level you need to load into the debugger an unstripped file. Apart from the debug information, the images and shared libraries that you load into the debugger must contain the same code as the ones you are running on your target. If you specify a symbol file in the Symbol files on host field then this warning can safely be ignored. The debugger automatically loads symbols from this file after failing to load them from the stripped image.
If you see this warning in other circumstances, you can load debug
information by using the file path_to_image_with_debug_symbols Last Reviewed: Thursday, February 11, 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.