Page 1 of 1

libraries are lost (?)

Posted: Sun Apr 19, 2020 1:20 pm
by ReMadza
Hi.

lately I formatted my whole PC's Hard disc... after installing windows (8.1) and arduino ide (1.8.12 with stm32 boards package) I tried to compile one of my old sketch including "RTClock.h", "Adafruit_ILI9341_STM.h" and "Adafruit_GFX_AS.h", but ide couldn't compile them:

Code: Select all

RTClock.h: No such file or directory
and so...

i tried with old version of boards package(1, 1.5, 1.6 and so on) and ide (1.8.7) but no use...

anyone can help me please?

Re: libraries are lost (?)

Posted: Sun Apr 19, 2020 1:45 pm
by fpiSTM
I guess you tried with the STM32 core while before you used Roger's core.

All libs are here:
https://github.com/rogerclarkmelbourne/ ... /libraries

So you have to use this core:
https://github.com/rogerclarkmelbourne/Arduino_STM32

not this one (STM32 core):
https://github.com/stm32duino/Arduino_Core_STM32

Re: libraries are lost (?)

Posted: Sun Apr 19, 2020 3:51 pm
by ReMadza
fpiSTM wrote: Sun Apr 19, 2020 1:45 pm I guess you tried with the STM32 core while before you used Roger's core.

All libs are here:
https://github.com/rogerclarkmelbourne/ ... /libraries

So you have to use this core:
https://github.com/rogerclarkmelbourne/Arduino_STM32

not this one (STM32 core):
https://github.com/stm32duino/Arduino_Core_STM32
thanks a lot... solved!! <3