2023-03-28 09:07 PM
How to create ***.map file at build time?
Or, in which file is the build information for the executable file written?
2023-03-31 09:11 AM
@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.
2023-04-03 09:12 PM
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"?