Sloeber / arduino-eclipse-plugin

A plugin to make programming the arduino in eclipse easy
https://eclipse.baeyens.it/
419 stars 131 forks source link

Bug in Giga Config SDRAM.cpp #1683

Closed PineappleFruitDud closed 1 week ago

PineappleFruitDud commented 1 week ago

I am using sloeber together with an Arduino Giga R1 Wifi. Additionally I am using the Display Shield of the Giga in combination with lvgl. When compiling the checkbox example from here, there were first some problems with missing .h files ("no such files or directories). I fixed that by copying the missing files in to the Arduino_H7_Video folder. Now I am getting the following error: C:\Sloeber\arduinoPlugin\packages\arduino\hardware\mbed_giga\4.1.5\libraries\Arduino_H7_Video\src/SDRAM.cpp:34: undefined reference to `sdram_init'
This seems to be a bug in the SDRAM.cpp, if I am not completely mistaken.

PineappleFruitDud commented 1 week ago

I added the libraries manually in sloeber and by that resolved the error