STM32CubeIDE Project For Static Library
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-11 8:23 AM
I had a STM32CubeIDE v1.15.1 static library project against which I was linking with no problems. The static library project created the lib*.a file fine.
After moving the project to a different workspace, the lib*.a file is no longer created. Instead the final build step creates an archive file with ar.
How do I change the tool settings in the static library project to use the g++ linker in the final build step rather than ar?
Solved! Go to Solution.
- Labels:
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-11 2:39 PM
Pls ignore. The MCU GCC archiver IS ar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-11 2:39 PM
Pls ignore. The MCU GCC archiver IS ar.
