[ 1%] Creating C:\Users\silvi\AppData\Local\Temp\Stino_build\Sheme\Sheme.ino.cpp.o...
'"arm-none-eabi-g++"' is not recognized as an internal or external command,
operable program or batch file.
I will not answer Sublime questions. Get blink or some canned example running under current ArduiniIDE. You are on your own with Sublime, however there are a few other users that have documented issues/fixes for alternate IDE’s.
Available cores
1. The current STM32F1/F4 core files (Leaflabs-based core) for the latest version of ArduinoIDE for clone boards
https://github.com/rogerclarkmelbourne/Arduino_STM32
– The original documentation from Leaflabs … the Maple commercial project that lasted only a few years
http://docs.leaflabs.com/docs.leaflabs.com/index.html
– WiKi resources
https://github.com/rogerclarkmelbourne/ … STM32/wiki and
http://wiki.stm32duino.com/index.php?title=Main_Page
2. The current STM32 core files for STM32 based boards (official STM core, HAL based)
https://github.com/stm32duino/Arduino_Core_STM32
– Please address all hardware or core questions for Nucleo boards in this sub-forum: http://stm32duino.com/viewforum.php?f=29
3. An alternative generic core: *OUTDATED not under development anymore * edited: 23.08.2013
https://github.com/danieleff/STM32GENERIC
Note:
– do not forget that when you install the core per the online instructions, you will get many examples. I expect you to review examples and hopefully even bring them up and play a bit. Understanding example code can go a long way to help you acclimate to the STM32duino way of doing things. We do try and keep ourselves “arduino-centric” but sometimes it is necessary to deviate or invent new ways to use functions within the 32-bit ARM architecture that just does not exist in the 8-bit Arduino introductory world.
I think I should add path to arm-none-eabi-g. I’ll fix it somehow
If you do not know what core you have… then what STM32 board do you have?
[Pararera – Fri Oct 05, 2018 4:03 pm] –
Hi guys,
just bought STM32 generic bord for my Onboard Computer for bicycle project.
I’m from Croatia and 19 yo
Generic … like this http://wiki.stm32duino.com/index.php?title=Blue_Pill ???
I suspect that’s it’s the LibMaple Core or STM32 GENERIC if the Arm compiler was not installed
Also
Since all cores are originally stored in GitHub , you could have been better off manually installing by downloading or cloning from github
ALL the cores are only designed to run on the Arduino IDE.
There are thousands of differnt text editors and programming environments and IDEs etc, so it’s impossible to support anything other than the official Arduino IDE.
fatal error: Wire.h: No such file or directoryhttps://github.com/rogerclarkmelbourne/arduino_stm32
I’m not sure if anyone is else is using Sublime, so you are likely to be on your own getting this to work.
I hope it will solve problem with multiple libs in ArduinoIDE so I can compile code.
Remove the old one entirely from that directory, or zip and delete the dir.
Compile should be anyway successful, unless you have other errors.
Multiple libraries were found for "Wire.h"
Used: C:\Users\silvi\Documents\Arduino\libraries\Wire
Not used: C:\Users\silvi\Documents\Arduino\hardware\Arduino_STM32-master\STM32F1\libraries\WireSlave
Not used: C:\Users\silvi\Documents\Arduino\hardware\Arduino_STM32-master\STM32F1\libraries\Wire
exit status 1
Error compiling for board Generic STM32F103C series.
arm-none-eabi-g++: error: {archive_file_path}: No such file or directory
[Pararera – Sat Oct 06, 2018 1:51 pm] –
…
I’m not sure why in Sublime compiler doesn’t work but in ArduinoIDE it works.
Good.
I’m marking this SOLVED
Ray
I think this was a change made by Arduino themselves at least 6 months ago, where they modified how platform.txt works
I suspect that whatever plugin you are useing in Sublime has not been updated, to match what is now required


