Skip to content

How do I compile the SpaceInvaders game for the ESP32-SBC-FabGL? Getting multiple errors #391

Answered by Andy2No
Andy2No asked this question in Q&A
Discussion options

You must be logged in to vote

Update/solution: It turns out the compilation problems were caused by using the current version of Espressif ESP32 boards support for Arduino (v3.0.2), which breaks compatibility with software written for v2.0.x. Both fdivitto/FabGL and Olimex's fork of FabGL apparently need v2.0.x, and Olimex were using v2.0.11.

The board type (Tools->Board) should be set to:
ESP32 Dev Module

Olimex has their own fork of FabGL, specifically for the ESP32_SBC_FabGL, it seems best to just use that:

https://github.com/OLIMEX/FabGL

There's also this other repo for other things relating to that board, which relies on their FabGL fork:
https://github.com/OLIMEX/ESP32-SBC-FabGL

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Andy2No
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant