2024-09-11 08: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.
2024-09-11 02:39 PM
Pls ignore. The MCU GCC archiver IS ar.
2024-09-11 02:39 PM
Pls ignore. The MCU GCC archiver IS ar.