How to create ***.map file at build time?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-28 9:07 PM
How to create ***.map file at build time?
Or, in which file is the build information for the executable file written?
- Labels:
-
STM32CubeIDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-31 9: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-04-03 9: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"?
