Failed to compile examples of FabGL #389
Replies: 1 comment
-
The user Xalior gave me the solution:
Thank you very much. I have installed the version 2.0.17 and the examples compiled without problem |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I submitted it as a issue, but I think this fits best here.
Terrible title, I know. Sorry.
I have Arduino IDE 2.3.2 installed, installed FabGL 1.0. using the Library Manager and installed esp32 3.0.2 by espressif as instructed by many videos on internet (preferences->Additional boards manager...).
The Arduino IDE is the 'arduino-ide_2.3.2_Linux_64bit.AppImage' on Linux Ubuntu 20.04.
I selected the ESP32 Dev Module and started compiling the example sketches from FabGL.
The first I have tried was the VIC20 with the partition Scheme Huge App. The compilation finished with the error:
Compilation error: 'ets_delay_us' was not declared in this scope; did you mean 'sys_delay_ms'?
I tried to compile the Atari8800 and it finished with:
Compilation error: exit status 1
I have tried to compile the following:
ANSI Terminal, Audio, ClassicRacer, ColisionDetection, DirectVGA, Hardware Test and Loopback Terminal
All of them finished the compilation with errors, the first one being:
Beta Was this translation helpful? Give feedback.
All reactions