-
Notifications
You must be signed in to change notification settings - Fork 1k
Compilation Error #359
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
Comments
Hi @Vicky-S |
OS : Windows 10 Verbose Output: C:\Program Files\Arduino\arduino-builder -dump-prefs -logger=machine -hardware C:\Program Files\Arduino\hardware -hardware C:\Users\R&D\AppData\Local\Arduino15\packages -tools C:\Program Files\Arduino\tools-builder -tools C:\Program Files\Arduino\hardware\tools\avr -tools C:\Users\R&D\AppData\Local\Arduino15\packages -built-in-libraries C:\Program Files\Arduino\libraries -libraries C:\Users\R&D\Desktop\LTSketchbook\libraries -fqbn=STM32:stm32:GenF103:pnum=BLUEPILL_F103C8,flash=C8,upload_method=STLinkMethod,xserial=generic,opt=osstd -ide-version=10807 -build-path C:\Users\R&D\AppData\Local\Temp\arduino_build_253507 -warnings=none -build-cache C:\Users\R&D\AppData\Local\Temp\arduino_cache_848226 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.arm-none-eabi-gcc.path=C:\Users\R&D\AppData\Local\Arduino15\packages\STM32\tools\arm-none-eabi-gcc\6-2017-q2-update -prefs=runtime.tools.arm-none-eabi-gcc-6-2017-q2-update.path=C:\Users\R&D\AppData\Local\Arduino15\packages\STM32\tools\arm-none-eabi-gcc\6-2017-q2-update -prefs=runtime.tools.STM32Tools.path=C:\Users\R&D\AppData\Local\Arduino15\packages\STM32\tools\STM32Tools\1.1.0 -prefs=runtime.tools.STM32Tools-1.1.0.path=C:\Users\R&D\AppData\Local\Arduino15\packages\STM32\tools\STM32Tools\1.1.0 -prefs=runtime.tools.CMSIS.path=C:\Users\R&D\AppData\Local\Arduino15\packages\STM32\tools\CMSIS\5.3.0 -prefs=runtime.tools.CMSIS-5.3.0.path=C:\Users\R&D\AppData\Local\Arduino15\packages\STM32\tools\CMSIS\5.3.0 -verbose C:\Users\R&D\Desktop\LTSketchbook\Blink\Blink\Blink.ino exit status 1 |
Thanks for the log. |
ok. |
After some check, I could not handle this as this is a limitation of the cmd.exe.
So, only way is to avoid & in your path. |
ok. But I cant rename it. I can change my user name however the path remains same. How to correct this error? |
Use the portable feature of arduino by creating a folder named "portable" in the arduino install dir |
I have installed STM32 core from Arduino boards manager in another computer. While compiling basic sketch im getting the below error. How to solve it?
"& was unexpected at this time.
exit status 1
Error compiling for board Generic STM32F103 series."
The text was updated successfully, but these errors were encountered: