Faux86-remake

Faux86 Emulator ARM RPi Build

The Faux86-remake source code can be compiled using standard linux and arm build tools. For compiling and targeting ARM RPi builds the Circle SDK from the develop branch is required. The instructions below for cloning and compiling the ARM RPi build were provided by moononournation

For ARM RPi builds a custom settings file can be used for each model which is performance optimized for that particular RPi model. The following settings file will be used for each build:

Github Clone Source

git clone -b develop https://github.com/rsta2/circle.git
git clone https://github.com/ArnoldUK/Faux86-remake.git

Install build Toolchain

apt update && apt install -y make gcc-arm-linux-gnueabihf gcc-arm-none-eabi

Setup Config Files

Edit Circle SDK Config Rules

Compile and Build Circle SDK

Compile and Build Faux86

cd /git/Faux86-remake/pi && make clean && make libs && make