Skip to main content
Visitor II
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
  • 319 views

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

    This topic has been closed for replies.
    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

    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

    Visitor II
    October 22, 2025

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

    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 ...