-
Notifications
You must be signed in to change notification settings - Fork 97
Description
VERY frustrating.. Ok, I started from SCRATCH - Arduino 1.8.3 - grabbed the URL, installed STM32F1xx Cores by ST MicroElectronics version 2017.1.20 - so everything up to date on Windows 10 64 bits.
I loaded a simple program - lighting the green onboard LED on the BLUEPILL F103C8 board.... alll well - program compiled - via serial it loaded up on the board. The light came on.
I made a minor change and..
arm-none-eabi-gcc: error: C:\Users\Peter\AppData\Local\Temp\arduino_build_514602/core/syscalls_stm32.c.o: No such file or directory
exit status 1
Error compiling for board BluePill F103C8.
I moved the Arduino directory from Program File x86 to simply "\Arduino" - as some old post suggested an issue with spaces (note that some slashes are forward, some are back). Voila - compilation worked.
Made a change back... tried to compile again - back to square 1 !!!!
HELP.