libraries are lost (?)

Post here first, or if you can't find a relevant section!
Post Reply
ReMadza
Posts: 2
Joined: Sun Apr 19, 2020 12:30 pm

libraries are lost (?)

Post 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?
by fpiSTM » 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
Go to full post
User avatar
fpiSTM
Posts: 1746
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: libraries are lost (?)

Post 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
ReMadza
Posts: 2
Joined: Sun Apr 19, 2020 12:30 pm

Re: libraries are lost (?)

Post 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
Post Reply

Return to “General discussion”