mauiaaron / apple2

Apple //e emulator
http://deadc0de.org/apple2ix
GNU General Public License v3.0
32 stars 3 forks source link

Possible to compile on Pi? #37

Open webspacecreations opened 3 years ago

webspacecreations commented 3 years ago

The combination of ARM machine language support and OpenGL ES support make this project especially interesting for Pi (testing on RasPi 4). However, upon trying to compile on Pi (./configure) I get the result: configure: error: emulator does not presently support architecture armv7l-unknown-linux-gnueabihf.

In reviewing the Makefile, all assembly code references appear to point to the x86 directory. Looking inside the Android directory, it looks like a Gradle build system, which I'm guessing means it generates Java output. Is it likely that Java files are going to build on Pi or are there key components that are going to break an attempt to build this software on Pi systems (apologies, I'm not as familiar w/ Gradle)?