Skip to main content
subramanya
Associate
June 7, 2022
Solved

Is there any way to work build analyzer using MAP file which is generated from IAR Eclipse plugins inside cubeIDE? Build analyzer is not working with MAP generated from IAR Eclipse plugins.

  • June 7, 2022
  • 2 replies
  • 4202 views

..

This topic has been closed for replies.
Best answer by Markus GIRDLAND

I believe you might be able to do it, from chapter 8.1 of the STM32CubeIDE User Guide:

"The STM32CubeIDE Build Analyzer feature interprets program information from the elf file in detail and presents the information in a view. If a map file, with similar name, is found in the same folder as the elf file the information from the map file is also used and even more information can be presented."

Make sure it has the correct name and is placed in the correct folder.

2 replies

Markus GIRDLAND
ST Employee
June 13, 2022

I believe you might be able to do it, from chapter 8.1 of the STM32CubeIDE User Guide:

"The STM32CubeIDE Build Analyzer feature interprets program information from the elf file in detail and presents the information in a view. If a map file, with similar name, is found in the same folder as the elf file the information from the map file is also used and even more information can be presented."

Make sure it has the correct name and is placed in the correct folder.

subramanya
Associate
June 17, 2022

thanks

Pavel A.
Super User
June 13, 2022

Which IAR version? Their map file format could change.