2025-10-21 11:47 PM
Is there any way to automatically build the toolchain, even though the standard library is no longer recommended?
Solved! Go to Solution.
2025-10-22 2:19 AM
the only way to do it is to generate an empty project from the extension and do the needed modifications to add and build your lib
2025-10-22 2:19 AM
the only way to do it is to generate an empty project from the extension and do the needed modifications to add and build your lib
2025-10-22 2:25 AM
Thank you, I am learning how to write a Makefile to build a project