You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using STM32 MCU based boards by STMicroelectronics version 2.3.0.
the code failed to compile as the compiler cannot resolve a link with spaces in it.
Error in Arduino:
arm-none-eabi-g++: error: lab\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.3.0=.: No such file or directory
exit status 1
Error compiling for board Generic STM32F4 series.
The link to the hardware files is "C:\Users\pqm lab\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.3.0", but it is unable to take the space in the user name "pqm lab".
The text was updated successfully, but these errors were encountered:
I am using STM32 MCU based boards by STMicroelectronics version 2.3.0.
the code failed to compile as the compiler cannot resolve a link with spaces in it.
Error in Arduino:
arm-none-eabi-g++: error: lab\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.3.0=.: No such file or directory
exit status 1
Error compiling for board Generic STM32F4 series.
The link to the hardware files is "C:\Users\pqm lab\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.3.0", but it is unable to take the space in the user name "pqm lab".
The text was updated successfully, but these errors were encountered: