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
2025-10-24 1:17 PM
@zhuxiaodics6
CMake is the elected technology for now ... so I guess you're shooting for CMakelists.txt rather than Makefile ...
2025-10-24 6:33 PM
Oh yeah you're right about that. I made a typo. I've configured the environment and successfully compiled and debugged thanks!