-
Notifications
You must be signed in to change notification settings - Fork 96
File not found #7
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 @scargill, P.S.: please for any issue around cores submit issue on the related github. For this one: Arduino_Core_STM32F1/issues |
Much appreciated. Yes realise I should have used the other repository - and have done for an important i2c question. I'll try your mod, thank you. |
I've reproduced the issue then disable the cache core and it's ok. |
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.
The text was updated successfully, but these errors were encountered: