-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's not the same as before Build #212
Comments
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. |
@jortbmd I might figure it out. In STM32Make.make mkdir_function.
When creating new directory, you should check if it already exists before calling md, otherwise an error occurs saying that "子目录或文件xxx已存在" (directory/file already exists). The simplest way to solve it is to change I'm also wondering if there are any ways to modify it manually, something like modifying the source code (where is this line of code generated). I'm struggling with a project and the deadline is approaching, so I would like a quicker way to get this extension work on my vscode (rather than waiting for the next fix). I appreciate it very much. @ClingYang 按这样改一下就能用了。然后手动输入 make -j16 -f STM32Make.make 就好,clean/flash/debug 任务同理。和make、arm-toolchain、openocd版本都没关系,纯粹是makefile小问题。 |
@qwertym88 我退回这个插件版本了 |
@ClingYang and @ qwertym88 thanks for the input! Will update this accordingly and I will put a small patch version out which addresses it. Will let you know once it is live. |
fix: issue #212 Used fix proposed by qwertym88
Have created a new version. It is currently in beta because I still need to test it some more. However if you want to test it you can find it here and install it manually: https://github.com/bmd-studio/stm32-for-vscode/releases/tag/v3.2.9-beta |
Thanks a lot, it works fine. |
Hello, I have the same problem. Can I ask if you already know when the v3.2.9 will be officially released? |
This version still has errors |
Hi All. Thanks for responding to this issue. Some more work is required to get the new patch version out, as I feel that the current implementation of the Makefile causes to many side effects so I need to make some time to fix some more issues. Will let you know when this is done and an new test version is available. |
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
The text was updated successfully, but these errors were encountered: