2025-10-23 3:59 AM - last edited on 2025-10-23 4:14 AM by Andrew Neil
Hi every one,
I want to program STM32H745 nucleo-144 using VS Code, after i generate the code using Cube MX with Toolchain "make file". But when i try to build the code this happen "Something went wrong during the build process: 1".
Can any one help me.
Thanks.
Solved! Go to Solution.
2025-10-23 5:51 AM
Takes care supported integration nowadays is about CMake not Make. CMakelists.txt are expected not Makefile.
Makefile is possible such said but for now you have to rely on your own supported by some VSCode marketplace goods.
2025-10-23 4:04 AM
Hello @Elite
I suggest you to have a look at thisYouTube quick tutorial to program your STM32 Using the VS code extension.
Best Regards.
II
2025-10-23 5:51 AM
Takes care supported integration nowadays is about CMake not Make. CMakelists.txt are expected not Makefile.
Makefile is possible such said but for now you have to rely on your own supported by some VSCode marketplace goods.
2025-10-25 11:48 PM
Thanks for reply,
My mistake will solved if i used CMake instead of Makefile???
thanks a lot
2025-10-25 11:49 PM
Thanks dear
2025-10-27 12:49 AM
Thanks a lot dear, now i can build my code
But how to flash my code to the board
2025-10-29 11:23 PM