bmd-studio / stm32-for-vscode

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

The term 'X86' is not recognized #162

Open uldispo opened 11 months ago

uldispo commented 11 months ago

Executing task: "C:\PROGRAM FILES (X86)\ARM GNU TOOLCHAIN ARM-NONE-EABI\12.2 MPACBTI-REL1\BIN\MAKE.EXE" -j16 -f STM32Make.make

X86: The term 'X86' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. What to do?

jortbmd commented 10 months ago

Hi thanks for opening up an issue. As far as I can tell the issue is because of the space in the path name. I will look into this. For now what should work is if you run the install build tools from the extension. The other option is escaping the spaces in the arm-none-eabi toolchain path in your settings.

uldispo commented 10 months ago

Resolved. Use folders without spaces.