Open BlazejKrysztofiak opened 2 months ago
I have gcc compiler installed, when I get back to older version then it works fine.
Thanks for opening up an issue for this. As far as I can tell this is due to the fact that there are parent directories in your makefile. I do not have the time to do an immediate fix however it will go on top of the priority list and will let you know when there is a fix. For now using the 3.2.7 Should work for you
Yup, 3.2.7 is working fine. Thank you for answering :)
Hi My extension automatically updated to version 3.2.8 and my build started to fails: Here is my STM32Make.make file:
And here is my build output:
cmd /c rd /s /q build
Terminal will be reused by tasks, press any key to close it.
Executing task in folder ComApp: & 'C:\USERS\BLAKRZ\APPDATA\ROAMING\CODE\USER\GLOBALSTORAGE\BMD.STM32-FOR-VSCODE\@XPACK-DEV-TOOLS\WINDOWS-BUILD-TOOLS\4.4.1-2.1.CONTENT\BIN\MAKE.EXE' -j16 -O -f STM32Make.make
cmd /e:on /c md build\debug cmd /e:on /c md build\debug\Drivers\STM32G4xx_HAL_Driver\Src cmd /e:on /c md build\debug\Src cmd /e:on /c md build\debug\parentparentShared\Api cmd /e:on /c md build\debug\parentparentShared\CircularBuffer cmd /e:on /c md build\debug\parentparentShared\CmdParser cmd /e:on /c md build\debug\parentparentShared\Crc cmd /e:on /c md build\debug\parentparentShared\ExternalFlash cmd /e:on /c md build\debug\parentparentShared\FileSystem cmd /e:on /c md build\debug\parentparentShared\LittleFs cmd /e:on /c md build\debug\parentparentShared\Log cmd /e:on /c md build\debug\parentparentShared\Modem cmd /e:on /c md build\debug\parentparentShared\Spi cmd /e:on /c md build\debug\parentparentShared\SwTimer MAKE.EXE: No rule to make target 'build/debug/parentparentShared/Api/Api.o', needed by 'build/ComApp.elf'. Stop. MAKE.EXE: Waiting for unfinished jobs.... cmd /e:on /c md build\debug\parentparentShared\Uart cmd /e:on /c md build\debug\parentparentShared\Utils
I am working on Windows 11.