cancel
Showing results for 
Search instead for 
Did you mean: 

How to create ***.map file at build time?

ckim.2390
Associate II

How to create ***.map file at build time?

Or, in which file is the build information for the executable file written?

2 REPLIES 2
FBL
ST Employee

@ckim.2390​ Hi,

Could you specify your toolchain?

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

sorry.

I don't know in detail.

I initially set the map file option in the "./cmake/st-project.cmake" file.

I added it and it worked.

But in the first line of "st-project.cmake" file

"# THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT."

is written.

If so, where should I add additional build options or include paths between "CMakeLists.txt" and "gcc-arm-none-eabi.cmake"?