Knowledge base/Frequently Asked Questions/Tools FAQ

energyAware Profiler unable to read Keil .axf

Marius Grannæs
posted this on December 09, 2010 14:46

Q:

 When I load the .axf file (generated by Keil) into the energyAware Profiler, I get an error message stating "Unable to read DWARF information". What is wrong?

 

A:

This message is displayed if the .axf file is corrupt or missing debug information. The profiler needs the debug information to be included in the .axf file to be able to connect the program counter samples with the source code. To make sure the .axf file is generated with debug information, make sure that the "Debug Information" box is checked in the Output tab of the project options before you build your project:

keil.bmp

 
Topic is closed for comments