bmd-studio / stm32-for-vscode

STM32 extension for working with STM32 and CubeMX in VSCode
MIT License
204 stars 27 forks source link

It's not the same as before Build #212

Open ClingYang opened 1 day ago

ClingYang commented 1 day ago

Snipaste_2024-09-24_15-50-36 In the past, I could start compiling regardless of whether there was this "build" folder or not, but now I get an error. I am very confused. I don't know why my computer system is Windows 10

jortbmd commented 1 day ago

Thanks for opening up an issue for this. With this release the makefile moved to a more advanced directory structure. It could be that this is causing some issues. Could you maybe translate the above output to English? It might help me understand the errors a bit better. I also see that you are using the Mingw32-make. Could you maybe tell me which version you are on? For now should this be an issue which continuous you could rollback the version to 3.2.6 to remedy the problem for now and I will update you once a fix might be available for your issue.

ClingYang commented 1 day ago

iYoung 2024-09-24_20-16-21 You're welcome, I'll repeat the problem I encountered: in previous versions, I was able to use "build", but now I can't because "the subdirectory or file build\debug already exists". I don't know if the translation can accurately convey the meaning. I'm reproducing this problem on Windows 10. This is a screenshot of my compilation environment。