Hello, i am having trouble parsing some installation errors. BingUI and BingMachine are the base modules of the project. Given this is someone else’s project I had to deduce their platformio.ini file:
[env:release]
platform = atmelsam
board = due
framework = arduino
lib_ldf_mode = deep
lib_extra_dirs = ../../libs, ../../external
lib_deps =
greiman/SdFat @ ^1.1.4
https://github.com/jamesbowman/gd2-lib/archive/refs/heads/master.zip
adafruit/Adafruit DRV2605 Library@^1.2.0
adafruit/Adafruit BusIO @ ^1.11.5
https://github.com/adafruit/Adafruit_LED_Backpack.git
adafruit/Adafruit GFX Library @ ^1.11.0
monitor_speed = 115200
Both get compilation error inside Adafruit and Gameduino librarys, but i don’t understand them. The Wire related errors confuse me because their supposed to be part of Arduino so there might be some serious incompatibilty issues. You may notice that SdFat version is older that latest one. That is to use the extended SdFat Class. These are the outputs i get when i try to compile in the release environment