Skip to main content
Associate
October 22, 2025
Solved

How should I use VS Code to develop a project based on the Standard Peripheral Library or the LL library?

  • October 22, 2025
  • 1 reply
  • 320 views

Is there any way to automatically build the toolchain, even though the standard library is no longer recommended?

Best answer by Nawres GHARBI

Hi @zhuxiaodics6 

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

1 reply

Nawres GHARBI
Nawres GHARBIBest answer
Technical Moderator
October 22, 2025

Hi @zhuxiaodics6 

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

Associate
October 22, 2025

Thank you, I am learning how to write a Makefile to build a project

Cartu38 OpenDev
Graduate II
October 24, 2025

@zhuxiaodics6 
CMake is the elected technology for now ... so I guess you're shooting for CMakelists.txt rather than Makefile ...