Removed unneeded files

This commit is contained in:
Dimitris Panokostas 2018-10-17 20:31:58 +02:00
parent 4738adde49
commit 6310c36c29
21 changed files with 0 additions and 6942 deletions

View file

@ -1,15 +0,0 @@
<?xml version="1.0"?>
<VisualGDBUserPreferences xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<UserDefinedVariableValues />
<DebugPreferences>
<CatchpointConfiguration>
<Exec>false</Exec>
<Fork>false</Fork>
<Vfork>false</Vfork>
<Syscalls />
<CXXCatchpoints />
</CatchpointConfiguration>
<MaskInterruptsWhileStepping>false</MaskInterruptsWhileStepping>
<MemoryWindowPreferences />
</DebugPreferences>
</VisualGDBUserPreferences>

View file

@ -1,18 +0,0 @@
<?xml version="1.0"?>
<VisualGDBUserPreferences xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<UserDefinedVariableValues />
<DebugPreferences>
<CatchpointConfiguration>
<Throw>false</Throw>
<Rethrow>false</Rethrow>
<Catch>false</Catch>
<Exec>false</Exec>
<Fork>false</Fork>
<Vfork>false</Vfork>
<Syscalls />
</CatchpointConfiguration>
<LiveWatches />
<MaskInterruptsWhileStepping>false</MaskInterruptsWhileStepping>
<MemoryWindowPreferences />
</DebugPreferences>
</VisualGDBUserPreferences>

View file

@ -1,32 +0,0 @@
## NetBeans Project
This folder contains the project files to enable remote compiling and debugging of Amiberry. Currently tested on Windows version of the NetBeans IDE.
### IDE Setup
* Download Netbeans C++ IDE from: https://netbeans.org/
* Download JDK from : http://www.oracle.com/technetwork/java/javase/downloads
* Update Netbeans Shortcut Target to the following provided default paths are used: `"C:\Program Files\NetBeans 8.2\bin\netbeans64.exe" --jdkhome "C:\Program Files\Java\jdk1.8.0_121"`
* Launch NetBeans from the modified shortcut
* Open Project > Navigate to this folder on your local system
* Assumed your RPi has the hostname of `retropie`, if not, add a new C/C++ Build Host under the Services tab, entering Hostname/IP and username/password, leaving the rest as default
### Pi Setup
* On the remote RaspberryPi
* Setup a script for executing gdb as root
* `sudo nano /home/pi/debug_script`
* Copy the following in to this new file:
```shell
#!/bin/bash
PROG=$(which gdb)
sudo $PROG "$@" 2>&1 /tmp/error.log
```
* Set new script as excutable
* `sudo chmod +x /home/pi/debug_script`
### Remote Debugging
Make sure the Debug profile is selected in NetBeans to ensure `-g` switch is enabled when compiling. If breakpoints don't hit when you expect them to do a make clean from NetBeans.

File diff suppressed because it is too large Load diff

View file

@ -1 +0,0 @@
# Automatic path mapper. CRC = 1

View file

@ -1,140 +0,0 @@
C:/github/uae4arm-rpi/src/archivers/zip/unzip.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/zip/unzip.o src/archivers/zip/unzip.cpp
C:/github/uae4arm-rpi/src/archivers/7z/Archive/7z/7zHeader.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/7z/Archive/7z/7zHeader.o src/archivers/7z/Archive/7z/7zHeader.cpp
C:/github/uae4arm-rpi/src/archivers/7z/Archive/7z/7zAlloc.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/7z/Archive/7z/7zAlloc.o src/archivers/7z/Archive/7z/7zAlloc.cpp
C:/github/uae4arm-rpi/src/archivers/7z/Archive/7z/7zItem.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/7z/Archive/7z/7zItem.o src/archivers/7z/Archive/7z/7zItem.cpp
C:/github/uae4arm-rpi/src/archivers/7z/Archive/7z/7zIn.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/7z/Archive/7z/7zIn.o src/archivers/7z/Archive/7z/7zIn.cpp
C:/github/uae4arm-rpi/src/archivers/7z/Archive/7z/7zDecode.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/7z/Archive/7z/7zDecode.o src/archivers/7z/Archive/7z/7zDecode.cpp
C:/github/uae4arm-rpi/src/archivers/7z/Archive/7z/7zExtract.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/7z/Archive/7z/7zExtract.o src/archivers/7z/Archive/7z/7zExtract.cpp
C:/github/uae4arm-rpi/src/archivers/7z/Bra.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/7z/Bra.o src/archivers/7z/Bra.cpp
C:/github/uae4arm-rpi/src/archivers/7z/LzmaDec.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/7z/LzmaDec.o src/archivers/7z/LzmaDec.cpp
C:/github/uae4arm-rpi/src/archivers/7z/7zBuf.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/7z/7zBuf.o src/archivers/7z/7zBuf.cpp
C:/github/uae4arm-rpi/src/archivers/7z/7zStream.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/7z/7zStream.o src/archivers/7z/7zStream.cpp
C:/github/uae4arm-rpi/src/archivers/7z/7zCrc.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/7z/7zCrc.o src/archivers/7z/7zCrc.cpp
C:/github/uae4arm-rpi/src/archivers/7z/Bcj2.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/7z/Bcj2.o src/archivers/7z/Bcj2.cpp
C:/github/uae4arm-rpi/src/archivers/7z/Bra86.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/7z/Bra86.o src/archivers/7z/Bra86.cpp
C:/github/uae4arm-rpi/src/archivers/wrp/warp.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/wrp/warp.o src/archivers/wrp/warp.cpp
C:/github/uae4arm-rpi/src/archivers/lha/header.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/lha/header.o src/archivers/lha/header.cpp
C:/github/uae4arm-rpi/src/archivers/lha/lhamaketbl.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/lha/lhamaketbl.o src/archivers/lha/lhamaketbl.cpp
C:/github/uae4arm-rpi/src/archivers/lha/util.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/lha/util.o src/archivers/lha/util.cpp
C:/github/uae4arm-rpi/src/archivers/lha/dhuf.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/lha/dhuf.o src/archivers/lha/dhuf.cpp
C:/github/uae4arm-rpi/src/archivers/lha/huf.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/lha/huf.o src/archivers/lha/huf.cpp
C:/github/uae4arm-rpi/src/archivers/lha/crcio.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/lha/crcio.o src/archivers/lha/crcio.cpp
C:/github/uae4arm-rpi/src/archivers/lha/slide.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/lha/slide.o src/archivers/lha/slide.cpp
C:/github/uae4arm-rpi/src/archivers/lha/lharc.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/lha/lharc.o src/archivers/lha/lharc.cpp
C:/github/uae4arm-rpi/src/archivers/lha/shuf.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/lha/shuf.o src/archivers/lha/shuf.cpp
C:/github/uae4arm-rpi/src/archivers/lha/larc.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/lha/larc.o src/archivers/lha/larc.cpp
C:/github/uae4arm-rpi/src/archivers/lha/uae_lha.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/lha/uae_lha.o src/archivers/lha/uae_lha.cpp
C:/github/uae4arm-rpi/src/archivers/dms/u_heavy.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/dms/u_heavy.o src/archivers/dms/u_heavy.cpp
C:/github/uae4arm-rpi/src/archivers/dms/getbits.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/dms/getbits.o src/archivers/dms/getbits.cpp
C:/github/uae4arm-rpi/src/archivers/dms/u_init.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/dms/u_init.o src/archivers/dms/u_init.cpp
C:/github/uae4arm-rpi/src/archivers/dms/u_rle.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/dms/u_rle.o src/archivers/dms/u_rle.cpp
C:/github/uae4arm-rpi/src/archivers/dms/pfile.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/dms/pfile.o src/archivers/dms/pfile.cpp
C:/github/uae4arm-rpi/src/archivers/dms/u_medium.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/dms/u_medium.o src/archivers/dms/u_medium.cpp
C:/github/uae4arm-rpi/src/archivers/dms/crc_csum.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/dms/crc_csum.o src/archivers/dms/crc_csum.cpp
C:/github/uae4arm-rpi/src/archivers/dms/maketbl.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/dms/maketbl.o src/archivers/dms/maketbl.cpp
C:/github/uae4arm-rpi/src/archivers/dms/u_quick.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/dms/u_quick.o src/archivers/dms/u_quick.cpp
C:/github/uae4arm-rpi/src/archivers/dms/tables.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/dms/tables.o src/archivers/dms/tables.cpp
C:/github/uae4arm-rpi/src/archivers/dms/u_deep.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/dms/u_deep.o src/archivers/dms/u_deep.cpp
C:/github/uae4arm-rpi/src/archivers/lzx/unlzx.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/archivers/lzx/unlzx.o src/archivers/lzx/unlzx.cpp
C:/github/uae4arm-rpi/src/jit/compemu_fpp.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/jit/compemu_fpp.o src/jit/compemu_fpp.cpp
C:/github/uae4arm-rpi/src/jit/compemu_support.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/jit/compemu_support.o src/jit/compemu_support.cpp
C:/github/uae4arm-rpi/src/jit/compstbl.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/jit/compstbl.o src/jit/compstbl.cpp
C:/github/uae4arm-rpi/src/jit/compemu.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/jit/compemu.o src/jit/compemu.cpp
C:/github/uae4arm-rpi/src/machdep/support.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/machdep/support.o src/machdep/support.cpp
C:/github/uae4arm-rpi/src/osdep/gui/UaeListBox.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/gui/UaeListBox.o src/osdep/gui/UaeListBox.cpp
C:/github/uae4arm-rpi/src/osdep/gui/PanelDisplay.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/gui/PanelDisplay.o src/osdep/gui/PanelDisplay.cpp
C:/github/uae4arm-rpi/src/osdep/gui/PanelSound.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/gui/PanelSound.o src/osdep/gui/PanelSound.cpp
C:/github/uae4arm-rpi/src/osdep/gui/EditFilesysVirtual.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/gui/EditFilesysVirtual.o src/osdep/gui/EditFilesysVirtual.cpp
C:/github/uae4arm-rpi/src/osdep/gui/PanelFloppy.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/gui/PanelFloppy.o src/osdep/gui/PanelFloppy.cpp
C:/github/uae4arm-rpi/src/osdep/gui/SelectFolder.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/gui/SelectFolder.o src/osdep/gui/SelectFolder.cpp
C:/github/uae4arm-rpi/src/osdep/gui/PanelSavestate.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/gui/PanelSavestate.o src/osdep/gui/PanelSavestate.cpp
C:/github/uae4arm-rpi/src/osdep/gui/PanelPaths.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/gui/PanelPaths.o src/osdep/gui/PanelPaths.cpp
C:/github/uae4arm-rpi/src/osdep/gui/InGameMessage.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/gui/InGameMessage.o src/osdep/gui/InGameMessage.cpp
C:/github/uae4arm-rpi/src/osdep/gui/UaeRadioButton.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/gui/UaeRadioButton.o src/osdep/gui/UaeRadioButton.cpp
C:/github/uae4arm-rpi/src/osdep/gui/EditFilesysHardfile.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/gui/EditFilesysHardfile.o src/osdep/gui/EditFilesysHardfile.cpp
C:/github/uae4arm-rpi/src/osdep/gui/main_window.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/gui/main_window.o src/osdep/gui/main_window.cpp
C:/github/uae4arm-rpi/src/osdep/gui/PanelHD.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/gui/PanelHD.o src/osdep/gui/PanelHD.cpp
C:/github/uae4arm-rpi/src/osdep/gui/PanelCPU.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/gui/PanelCPU.o src/osdep/gui/PanelCPU.cpp
C:/github/uae4arm-rpi/src/osdep/gui/PanelRAM.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/gui/PanelRAM.o src/osdep/gui/PanelRAM.cpp
C:/github/uae4arm-rpi/src/osdep/gui/SelectorEntry.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/gui/SelectorEntry.o src/osdep/gui/SelectorEntry.cpp
C:/github/uae4arm-rpi/src/osdep/gui/ShowMessage.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/gui/ShowMessage.o src/osdep/gui/ShowMessage.cpp
C:/github/uae4arm-rpi/src/osdep/gui/Navigation.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/gui/Navigation.o src/osdep/gui/Navigation.cpp
C:/github/uae4arm-rpi/src/osdep/gui/UaeDropDown.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/gui/UaeDropDown.o src/osdep/gui/UaeDropDown.cpp
C:/github/uae4arm-rpi/src/osdep/gui/PanelInput.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/gui/PanelInput.o src/osdep/gui/PanelInput.cpp
C:/github/uae4arm-rpi/src/osdep/gui/CreateFilesysHardfile.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/gui/CreateFilesysHardfile.o src/osdep/gui/CreateFilesysHardfile.cpp
C:/github/uae4arm-rpi/src/osdep/gui/SelectFile.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/gui/SelectFile.o src/osdep/gui/SelectFile.cpp
C:/github/uae4arm-rpi/src/osdep/gui/PanelMisc.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/gui/PanelMisc.o src/osdep/gui/PanelMisc.cpp
C:/github/uae4arm-rpi/src/osdep/gui/UaeCheckBox.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/gui/UaeCheckBox.o src/osdep/gui/UaeCheckBox.cpp
C:/github/uae4arm-rpi/src/osdep/gui/PanelConfig.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/gui/PanelConfig.o src/osdep/gui/PanelConfig.cpp
C:/github/uae4arm-rpi/src/osdep/gui/sdltruetypefont.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/gui/sdltruetypefont.o src/osdep/gui/sdltruetypefont.cpp
C:/github/uae4arm-rpi/src/osdep/gui/PanelChipset.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/gui/PanelChipset.o src/osdep/gui/PanelChipset.cpp
C:/github/uae4arm-rpi/src/osdep/gui/PanelROM.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/gui/PanelROM.o src/osdep/gui/PanelROM.cpp
C:/github/uae4arm-rpi/src/osdep/menu/menu_config.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/menu/menu_config.o src/osdep/menu/menu_config.cpp
C:/github/uae4arm-rpi/src/osdep/mp3decoder.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/mp3decoder.o src/osdep/mp3decoder.cpp
C:/github/uae4arm-rpi/src/osdep/hardfile_pandora.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/hardfile_pandora.o src/osdep/hardfile_pandora.cpp
C:/github/uae4arm-rpi/src/osdep/sigsegv_handler.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/sigsegv_handler.o src/osdep/sigsegv_handler.cpp
C:/github/uae4arm-rpi/src/osdep/fsdb_host.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/fsdb_host.o src/osdep/fsdb_host.cpp
C:/github/uae4arm-rpi/src/osdep/pandora.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/pandora.o src/osdep/pandora.cpp
C:/github/uae4arm-rpi/src/osdep/pandora_input.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/pandora_input.o src/osdep/pandora_input.cpp
C:/github/uae4arm-rpi/src/osdep/pandora_filesys.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/pandora_filesys.o src/osdep/pandora_filesys.cpp
C:/github/uae4arm-rpi/src/osdep/rasp_gfx.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/rasp_gfx.o src/osdep/rasp_gfx.cpp
C:/github/uae4arm-rpi/src/osdep/writelog.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/writelog.o src/osdep/writelog.cpp
C:/github/uae4arm-rpi/src/osdep/bsdsocket_host.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/bsdsocket_host.o src/osdep/bsdsocket_host.cpp
C:/github/uae4arm-rpi/src/osdep/keyboard.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/keyboard.o src/osdep/keyboard.cpp
C:/github/uae4arm-rpi/src/osdep/pandora_mem.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/pandora_mem.o src/osdep/pandora_mem.cpp
C:/github/uae4arm-rpi/src/osdep/pandora_gui.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/pandora_gui.o src/osdep/pandora_gui.cpp
C:/github/uae4arm-rpi/src/osdep/cda_play.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/cda_play.o src/osdep/cda_play.cpp
C:/github/uae4arm-rpi/src/osdep/charset.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/charset.o src/osdep/charset.cpp
C:/github/uae4arm-rpi/src/osdep/pandora_rp9.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/pandora_rp9.o src/osdep/pandora_rp9.cpp
C:/github/uae4arm-rpi/src/osdep/picasso96.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/osdep/picasso96.o src/osdep/picasso96.cpp
C:/github/uae4arm-rpi/src/sounddep/sound_sdl_new.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/sounddep/sound_sdl_new.o src/sounddep/sound_sdl_new.cpp
C:/github/uae4arm-rpi/src/cdrom.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/cdrom.o src/cdrom.cpp
C:/github/uae4arm-rpi/src/savestate.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/savestate.o src/savestate.cpp
C:/github/uae4arm-rpi/src/readcpu.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/readcpu.o src/readcpu.cpp
C:/github/uae4arm-rpi/src/fpp.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/fpp.o src/fpp.cpp
C:/github/uae4arm-rpi/src/traps.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/traps.o src/traps.cpp
C:/github/uae4arm-rpi/src/cpustbl.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/cpustbl.o src/cpustbl.cpp
C:/github/uae4arm-rpi/src/blkdev.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/blkdev.o src/blkdev.cpp
C:/github/uae4arm-rpi/src/filesys.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/filesys.o src/filesys.cpp
C:/github/uae4arm-rpi/src/aros.rom.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/aros.rom.o src/aros.rom.cpp
C:/github/uae4arm-rpi/src/blittable.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/blittable.o src/blittable.cpp
C:/github/uae4arm-rpi/src/newcpu.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/newcpu.o src/newcpu.cpp
C:/github/uae4arm-rpi/src/autoconf.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/autoconf.o src/autoconf.cpp
C:/github/uae4arm-rpi/src/diskutil.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/diskutil.o src/diskutil.cpp
C:/github/uae4arm-rpi/src/calc.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/calc.o src/calc.cpp
C:/github/uae4arm-rpi/src/uaeresource.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/uaeresource.o src/uaeresource.cpp
C:/github/uae4arm-rpi/src/fsdb_unix.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/fsdb_unix.o src/fsdb_unix.cpp
C:/github/uae4arm-rpi/src/audio.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/audio.o src/audio.cpp
C:/github/uae4arm-rpi/src/native2amiga.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/native2amiga.o src/native2amiga.cpp
C:/github/uae4arm-rpi/src/fsusage.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/fsusage.o src/fsusage.cpp
C:/github/uae4arm-rpi/src/main.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/main.o src/main.cpp
C:/github/uae4arm-rpi/src/cfgfile.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/cfgfile.o src/cfgfile.cpp
C:/github/uae4arm-rpi/src/keybuf.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/keybuf.o src/keybuf.cpp
C:/github/uae4arm-rpi/src/expansion.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/expansion.o src/expansion.cpp
C:/github/uae4arm-rpi/src/fsdb.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/fsdb.o src/fsdb.cpp
C:/github/uae4arm-rpi/src/disk.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/disk.o src/disk.cpp
C:/github/uae4arm-rpi/src/statusline.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/statusline.o src/statusline.cpp
C:/github/uae4arm-rpi/src/events.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/events.o src/events.cpp
C:/github/uae4arm-rpi/src/gfxutil.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/gfxutil.o src/gfxutil.cpp
C:/github/uae4arm-rpi/src/cpuemu_4.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/cpuemu_4.o src/cpuemu_4.cpp
C:/github/uae4arm-rpi/src/blitter.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/blitter.o src/blitter.cpp
C:/github/uae4arm-rpi/src/akiko.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/akiko.o src/akiko.cpp
C:/github/uae4arm-rpi/src/hardfile.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/hardfile.o src/hardfile.cpp
C:/github/uae4arm-rpi/src/zfile.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/zfile.o src/zfile.cpp
C:/github/uae4arm-rpi/src/bsdsocket.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/bsdsocket.o src/bsdsocket.cpp
C:/github/uae4arm-rpi/src/cpuemu_0.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/cpuemu_0.o src/cpuemu_0.cpp
C:/github/uae4arm-rpi/src/newcpu_common.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/newcpu_common.o src/newcpu_common.cpp
C:/github/uae4arm-rpi/src/zfile_archive.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/zfile_archive.o src/zfile_archive.cpp
C:/github/uae4arm-rpi/src/cia.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/cia.o src/cia.cpp
C:/github/uae4arm-rpi/src/memory.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/memory.o src/memory.cpp
C:/github/uae4arm-rpi/src/gfxboard.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/gfxboard.o src/gfxboard.cpp
C:/github/uae4arm-rpi/src/cpuemu_11.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/cpuemu_11.o src/cpuemu_11.cpp
C:/github/uae4arm-rpi/src/blitfunc.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/blitfunc.o src/blitfunc.cpp
C:/github/uae4arm-rpi/src/custom.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/custom.o src/custom.cpp
C:/github/uae4arm-rpi/src/drawing.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/drawing.o src/drawing.cpp
C:/github/uae4arm-rpi/src/blkdev_cdimage.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/blkdev_cdimage.o src/blkdev_cdimage.cpp
C:/github/uae4arm-rpi/src/rommgr.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/rommgr.o src/rommgr.cpp
C:/github/uae4arm-rpi/src/uaelib.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/uaelib.o src/uaelib.cpp
C:/github/uae4arm-rpi/src/cpudefs.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/cpudefs.o src/cpudefs.cpp
C:/github/uae4arm-rpi/src/inputdevice.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/inputdevice.o src/inputdevice.cpp
C:/github/uae4arm-rpi/src/crc32.cpp=C:/github/uae4arm-rpi#-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DPANDORA -DPICASSO96 -DWITH_INGAME_WARNING -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -DROM_PATH_PREFIX=\"./\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./saves/\" -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -fexceptions -fpermissive -g -DDEBUG -Wl,--export-dynamic -c -o src/crc32.o src/crc32.cpp

View file

@ -1 +0,0 @@
/Users/horaceandthespider/Documents/Geek/Amiberry/amiberry-hats/src/osdep/gui/PanelInput.cpp=/Users/horaceandthespider/Documents/Geek/Amiberry/amiberry-hats#-march=armv8-a -mfpu=neon-fp-armv8 -mfloat-abi=hard -I/usr/include/libxml2 -DCPU_arm -DARMV6_ASSEMBLY -DWITH_INGAME_WARNING -DUSE_SDL -DARMV6T2 -DUSE_ARMNEON -DRASPBERRY -DCAPSLOCK_DEBIAN_WORKAROUND -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -Isrc -Isrc/osdep -Isrc/threaddep -Isrc/include -Isrc/archivers -Wno-unused -Wno-format "-DGCCCONSTFUNC=__attribute__((const))" -mstructure-size-boundary=32 -falign-functions=32 -std=gnu++14 -g -rdynamic -funwind-tables -mapcs-frame -DDEBUG -Wl,--export-dynamic -c src/osdep/gui/PanelInput.cpp -o src/osdep/gui/PanelInput.o

View file

@ -1,75 +0,0 @@
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2016 Oracle and/or its affiliates. All rights reserved.
*
* Oracle and Java are registered trademarks of Oracle and/or its affiliates.
* Other names may be trademarks of their respective owners.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common
* Development and Distribution License("CDDL") (collectively, the
* "License"). You may not use this file except in compliance with the
* License. You can obtain a copy of the License at
* http://www.netbeans.org/cddl-gplv2.html
* or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
* specific language governing permissions and limitations under the
* License. When distributing the software, include this License Header
* Notice in each file and include the License file at
* nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this
* particular file as subject to the "Classpath" exception as provided
* by Oracle in the GPL Version 2 section of the License file that
* accompanied this code. If applicable, add the following below the
* License Header, with the fields enclosed by brackets [] replaced by
* your own identifying information:
* "Portions Copyrighted [year] [name of copyright owner]"
*
* If you wish your version of this file to be governed by only the CDDL
* or only the GPL Version 2, indicate your decision by adding
* "[Contributor] elects to include this software in this distribution
* under the [CDDL or GPL Version 2] license." If you do not indicate a
* single choice of license, a recipient has the option to distribute
* your version of this file under either the CDDL, the GPL Version 2 or
* to extend the choice of license to its licensees as provided above.
* However, if you add GPL Version 2 code and therefore, elected the GPL
* Version 2 license, then the option applies only if the new code is
* made subject to such option by the copyright holder.
*
* Contributor(s):
*/
// List of standard headers was taken in http://en.cppreference.com/w/c/header
#include <assert.h> // Conditionally compiled macro that compares its argument to zero
#include <ctype.h> // Functions to determine the type contained in character data
#include <errno.h> // Macros reporting error conditions
#include <float.h> // Limits of float types
#include <limits.h> // Sizes of basic types
#include <locale.h> // Localization utilities
#include <math.h> // Common mathematics functions
#include <setjmp.h> // Nonlocal jumps
#include <signal.h> // Signal handling
#include <stdarg.h> // Variable arguments
#include <stddef.h> // Common macro definitions
#include <stdio.h> // Input/output
#include <string.h> // String handling
#include <stdlib.h> // General utilities: memory management, program utilities, string conversions, random numbers
#include <time.h> // Time/date utilities
#include <iso646.h> // (since C95) Alternative operator spellings
#include <wchar.h> // (since C95) Extended multibyte and wide character utilities
#include <wctype.h> // (since C95) Wide character classification and mapping utilities
#ifdef _STDC_C99
#include <complex.h> // (since C99) Complex number arithmetic
#include <fenv.h> // (since C99) Floating-point environment
#include <inttypes.h> // (since C99) Format conversion of integer types
#include <stdbool.h> // (since C99) Boolean type
#include <stdint.h> // (since C99) Fixed-width integer types
#include <tgmath.h> // (since C99) Type-generic math (macros wrapping math.h and complex.h)
#endif
#ifdef _STDC_C11
#include <stdalign.h> // (since C11) alignas and alignof convenience macros
#include <stdatomic.h> // (since C11) Atomic types
#include <stdnoreturn.h> // (since C11) noreturn convenience macros
#include <threads.h> // (since C11) Thread library
#include <uchar.h> // (since C11) UTF-16 and UTF-32 character utilities
#endif

View file

@ -1,547 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<configurationDescriptor version="100">
<logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
<df root="." name="0">
<df name="_Archived Items">
</df>
<df name="conf">
</df>
<df name="data">
</df>
<df name="kickstarts">
</df>
<df name="savestates">
</df>
<df name="screenshots">
</df>
<df name="src">
<df name="archivers">
<df name="7z">
<df name="Archive">
<df name="7z">
<in>7zAlloc.cpp</in>
<in>7zAlloc.h</in>
<in>7zDecode.cpp</in>
<in>7zDecode.h</in>
<in>7zExtract.cpp</in>
<in>7zExtract.h</in>
<in>7zHeader.cpp</in>
<in>7zHeader.h</in>
<in>7zIn.cpp</in>
<in>7zIn.h</in>
<in>7zItem.cpp</in>
<in>7zItem.h</in>
</df>
</df>
<in>7z.h</in>
<in>7zAlloc.cpp</in>
<in>7zAlloc.h</in>
<in>7zBuf.cpp</in>
<in>7zBuf.h</in>
<in>7zBuf2.c</in>
<in>7zCrc.cpp</in>
<in>7zCrc.h</in>
<in>7zCrcOpt.cpp</in>
<in>7zDec.cpp</in>
<in>7zFile.c</in>
<in>7zFile.h</in>
<in>7zIn.cpp</in>
<in>7zStream.cpp</in>
<in>7zVersion.h</in>
<in>Alloc.c</in>
<in>Alloc.h</in>
<in>Bcj2.cpp</in>
<in>Bcj2.h</in>
<in>Bra.cpp</in>
<in>Bra.h</in>
<in>Bra86.cpp</in>
<in>BraIA64.c</in>
<in>CpuArch.c</in>
<in>CpuArch.h</in>
<in>Delta.c</in>
<in>Delta.h</in>
<in>LzFind.cpp</in>
<in>LzFind.h</in>
<in>LzFindMt.c</in>
<in>LzFindMt.h</in>
<in>LzHash.h</in>
<in>Lzma2Dec.cpp</in>
<in>Lzma2Dec.h</in>
<in>Lzma2Enc.c</in>
<in>Lzma2Enc.h</in>
<in>Lzma86.h</in>
<in>Lzma86Dec.c</in>
<in>Lzma86Enc.c</in>
<in>LzmaDec.cpp</in>
<in>LzmaDec.h</in>
<in>LzmaEnc.cpp</in>
<in>LzmaEnc.h</in>
<in>LzmaLib.c</in>
<in>LzmaLib.h</in>
<in>MtCoder.c</in>
<in>MtCoder.h</in>
<in>Ppmd.h</in>
<in>Ppmd7.c</in>
<in>Ppmd7.h</in>
<in>Ppmd7Dec.c</in>
<in>Ppmd7Enc.c</in>
<in>RotateDefs.h</in>
<in>Sha256.c</in>
<in>Sha256.h</in>
<in>Threads.c</in>
<in>Threads.h</in>
<in>Types.h</in>
<in>Xz.cpp</in>
<in>Xz.h</in>
<in>XzCrc64.c</in>
<in>XzCrc64.h</in>
<in>XzDec.c</in>
<in>XzEnc.c</in>
<in>XzEnc.h</in>
<in>XzIn.c</in>
</df>
<df name="dms">
<in>cdata.h</in>
<in>crc_csum.cpp</in>
<in>crc_csum.h</in>
<in>getbits.cpp</in>
<in>getbits.h</in>
<in>maketbl.cpp</in>
<in>maketbl.h</in>
<in>pfile.cpp</in>
<in>pfile.h</in>
<in>tables.cpp</in>
<in>tables.h</in>
<in>u_deep.cpp</in>
<in>u_deep.h</in>
<in>u_heavy.cpp</in>
<in>u_heavy.h</in>
<in>u_init.cpp</in>
<in>u_init.h</in>
<in>u_medium.cpp</in>
<in>u_medium.h</in>
<in>u_quick.cpp</in>
<in>u_quick.h</in>
<in>u_rle.cpp</in>
<in>u_rle.h</in>
</df>
<df name="lha">
<in>crcio.cpp</in>
<in>dhuf.cpp</in>
<in>header.cpp</in>
<in>huf.cpp</in>
<in>larc.cpp</in>
<in>lha.h</in>
<in>lha_macro.h</in>
<in>lhamaketbl.cpp</in>
<in>lharc.cpp</in>
<in>shuf.cpp</in>
<in>slide.cpp</in>
<in>uae_lha.cpp</in>
<in>util.cpp</in>
</df>
<df name="lzx">
<in>unlzx.cpp</in>
</df>
<df name="mp2">
<in>kjmp2.cpp</in>
<in>kjmp2.h</in>
</df>
<df name="wrp">
<in>warp.cpp</in>
<in>warp.h</in>
</df>
<df name="zip">
<in>unzip.cpp</in>
<in>unzip.h</in>
</df>
</df>
<df name="include">
<df name="uae">
<in>attributes.h</in>
<in>cdrom.h</in>
<in>io.h</in>
<in>likely.h</in>
<in>mman.h</in>
<in>string.h</in>
<in>types.h</in>
<in>vm.h</in>
</df>
<in>akiko.h</in>
<in>ar.h</in>
<in>audio.h</in>
<in>autoconf.h</in>
<in>blit.h</in>
<in>blitfunc.h</in>
<in>blitter.h</in>
<in>blkdev.h</in>
<in>bsdsocket.h</in>
<in>calc.h</in>
<in>cd32_fmv.h</in>
<in>cia.h</in>
<in>clipboard.h</in>
<in>commpipe.h</in>
<in>cpu_prefetch.h</in>
<in>cpummu.h</in>
<in>cputbl.h</in>
<in>crc32.h</in>
<in>custom.h</in>
<in>debug.h</in>
<in>devices.h</in>
<in>disk.h</in>
<in>diskutil.h</in>
<in>drawing.h</in>
<in>ersatz.h</in>
<in>events.h</in>
<in>execio.h</in>
<in>execlib.h</in>
<in>fdi2raw.h</in>
<in>filesys.h</in>
<in>flags_arm.h</in>
<in>flashrom.h</in>
<in>fpp-ieee-be.h</in>
<in>fpp-unknown.h</in>
<in>fpp.h</in>
<in>fsdb.h</in>
<in>fsusage.h</in>
<in>gayle.h</in>
<in>genblitter.h</in>
<in>gensound.h</in>
<in>gfxboard.h</in>
<in>gui.h</in>
<in>ide.h</in>
<in>inputdevice.h</in>
<in>keyboard.h</in>
<in>keybuf.h</in>
<in>mackbd.h</in>
<in>memory.h</in>
<in>mmu_common.h</in>
<in>native2amiga.h</in>
<in>native2amiga_api.h</in>
<in>newcpu.h</in>
<in>options.h</in>
<in>osemu.h</in>
<in>picasso96.h</in>
<in>readcpu.h</in>
<in>rommgr.h</in>
<in>rtc.h</in>
<in>rtgmodes.h</in>
<in>savestate.h</in>
<in>scsi.h</in>
<in>scsidev.h</in>
<in>statusline.h</in>
<in>sysdeps.h</in>
<in>traps.h</in>
<in>uae.h</in>
<in>uaeresource.h</in>
<in>xwin.h</in>
<in>zarchive.h</in>
<in>zfile.h</in>
</df>
<df name="jit">
<in>codegen_arm.cpp</in>
<in>codegen_arm.h</in>
<in>compemu.cpp</in>
<in>compemu.h</in>
<in>compemu_fpp.cpp</in>
<in>compemu_midfunc_arm.cpp</in>
<in>compemu_midfunc_arm.h</in>
<in>compemu_midfunc_arm2.cpp</in>
<in>compemu_midfunc_arm2.h</in>
<in>compemu_prefs.cpp</in>
<in>compemu_support.cpp</in>
<in>compstbl.cpp</in>
<in>comptbl.h</in>
<in>gencomp_arm.cpp</in>
</df>
<df name="machdep">
<in>m68k.h</in>
<in>maccess.h</in>
<in>md-fpp.h</in>
<in>rpt.h</in>
<in>support.cpp</in>
</df>
<df name="od-gles">
<in>gl.cpp</in>
<in>gl.h</in>
<in>gl_platform.cpp</in>
<in>gl_platform.h</in>
<in>gles_gfx.cpp</in>
<in>shader_stuff.cpp</in>
<in>shader_stuff.h</in>
</df>
<df name="osdep">
<df name="gui">
<in>CreateFilesysHardfile.cpp</in>
<in>EditFilesysHardfile.cpp</in>
<in>EditFilesysVirtual.cpp</in>
<in>InGameMessage.cpp</in>
<in>Navigation.cpp</in>
<in>PanelCPU.cpp</in>
<in>PanelChipset.cpp</in>
<in>PanelConfig.cpp</in>
<in>PanelCustom.cpp</in>
<in>PanelDisplay.cpp</in>
<in>PanelFloppy.cpp</in>
<in>PanelHD.cpp</in>
<in>PanelInput.cpp</in>
<in>PanelMisc.cpp</in>
<in>PanelPaths.cpp</in>
<in>PanelQuickstart.cpp</in>
<in>PanelRAM.cpp</in>
<in>PanelROM.cpp</in>
<in>PanelSavestate.cpp</in>
<in>PanelSound.cpp</in>
<in>SelectFile.cpp</in>
<in>SelectFolder.cpp</in>
<in>SelectorEntry.cpp</in>
<in>SelectorEntry.hpp</in>
<in>ShowHelp.cpp</in>
<in>ShowMessage.cpp</in>
<in>UaeCheckBox.cpp</in>
<in>UaeCheckBox.hpp</in>
<in>UaeDropDown.cpp</in>
<in>UaeDropDown.hpp</in>
<in>UaeListBox.cpp</in>
<in>UaeListBox.hpp</in>
<in>UaeRadioButton.cpp</in>
<in>UaeRadioButton.hpp</in>
<in>gui_handling.h</in>
<in>main_window.cpp</in>
<in>sdltruetypefont.cpp</in>
<in>sdltruetypefont.hpp</in>
</df>
<df name="menu">
<in>menu_config.cpp</in>
</df>
<in>arm_helper.s</in>
<in>bsdsocket_host.cpp</in>
<in>cda_play.cpp</in>
<in>cda_play.h</in>
<in>charset.cpp</in>
<in>config.h</in>
<in>fsdb_host.cpp</in>
<in>hardfile_pandora.cpp</in>
<in>keyboard.cpp</in>
<in>mp3decoder.cpp</in>
<in>mp3decoder.h</in>
<in>neon_helper.s</in>
<in>pandora.cpp</in>
<in>pandora_filesys.cpp</in>
<in>pandora_gfx.cpp</in>
<in>pandora_gui.cpp</in>
<in>pandora_input.cpp</in>
<in>pandora_mem.cpp</in>
<in>pandora_rp9.cpp</in>
<in>pandora_rp9.h</in>
<in>picasso96.cpp</in>
<in>picasso96.h</in>
<in>rasp_gfx.cpp</in>
<in>raspi_input.cpp</in>
<in>sigsegv_handler.cpp</in>
<in>sysconfig.h</in>
<in>target.h</in>
<in>writelog.cpp</in>
</df>
<df name="softfloat">
<in>softfloat-macros.h</in>
<in>softfloat-specialize.h</in>
<in>softfloat.cpp</in>
<in>softfloat.h</in>
<in>softfloat_decimal.cpp</in>
<in>softfloat_fpsp.cpp</in>
<in>softfloat_fpsp_tables.h</in>
</df>
<df name="sounddep">
<in>sound.cpp</in>
<in>sound.h</in>
<in>sound_sdl_new.cpp</in>
</df>
<df name="threaddep">
<in>thread.h</in>
</df>
<in>akiko.cpp</in>
<in>ar.cpp</in>
<in>aros.rom.cpp</in>
<in>audio.cpp</in>
<in>autoconf.cpp</in>
<in>blit.h</in>
<in>blitfunc.cpp</in>
<in>blitfunc.h</in>
<in>blitops.cpp</in>
<in>blittable.cpp</in>
<in>blitter.cpp</in>
<in>blkdev.cpp</in>
<in>blkdev_cdimage.cpp</in>
<in>bsdsocket.cpp</in>
<in>build68k.cpp</in>
<in>calc.cpp</in>
<in>cd32_fmv.cpp</in>
<in>cd32_fmv_genlock.cpp</in>
<in>cdrom.cpp</in>
<in>cfgfile.cpp</in>
<in>cia.cpp</in>
<in>cpudefs.cpp</in>
<in>cpuemu_0.cpp</in>
<in>cpuemu_11.cpp</in>
<in>cpuemu_4.cpp</in>
<in>cpuemu_40.cpp</in>
<in>cpuemu_44.cpp</in>
<in>cpustbl.cpp</in>
<in>cputbl.h</in>
<in>crc32.cpp</in>
<in>custom.cpp</in>
<in>def_icons.cpp</in>
<in>devices.cpp</in>
<in>disk.cpp</in>
<in>diskutil.cpp</in>
<in>drawing.cpp</in>
<in>events.cpp</in>
<in>expansion.cpp</in>
<in>fdi2raw.cpp</in>
<in>filesys.asm</in>
<in>filesys.cpp</in>
<in>filesys_bootrom.cpp</in>
<in>flashrom.cpp</in>
<in>fpp.cpp</in>
<in>fpp_native.cpp</in>
<in>fpp_softfloat.cpp</in>
<in>fsdb.cpp</in>
<in>fsdb_unix.cpp</in>
<in>fsusage.cpp</in>
<in>gayle.cpp</in>
<in>genblitter.cpp</in>
<in>gencpu.cpp</in>
<in>gfxboard.cpp</in>
<in>gfxutil.cpp</in>
<in>hardfile.cpp</in>
<in>hrtmon.rom.cpp</in>
<in>ide.cpp</in>
<in>inputdevice.cpp</in>
<in>inputevents.def</in>
<in>keybuf.cpp</in>
<in>linetoscr.c</in>
<in>linetoscr.cpp</in>
<in>main.cpp</in>
<in>memory.cpp</in>
<in>native2amiga.cpp</in>
<in>newcpu.cpp</in>
<in>newcpu_common.cpp</in>
<in>p96_blit.cpp</in>
<in>readcpu.cpp</in>
<in>rommgr.cpp</in>
<in>rtc.cpp</in>
<in>savestate.cpp</in>
<in>scsi.cpp</in>
<in>sinctable.cpp</in>
<in>statusline.cpp</in>
<in>trace.c</in>
<in>traps.cpp</in>
<in>uaelib.cpp</in>
<in>uaeresource.cpp</in>
<in>zfile.cpp</in>
<in>zfile_archive.cpp</in>
</df>
<df name="VisualGDB">
<df name="Amiberry">
</df>
</df>
<df name="VSLinux">
</df>
</df>
</logicalFolder>
<projectmakefile>Makefile</projectmakefile>
<confs>
<conf name="Pi3_Debug" type="0">
<toolsSet>
<developmentServer>pi@cd32.home:22</developmentServer>
<platform>2</platform>
</toolsSet>
<compile>
<compiledirpicklist>
<compiledirpicklistitem>.</compiledirpicklistitem>
<compiledirpicklistitem>${AUTO_FOLDER}</compiledirpicklistitem>
</compiledirpicklist>
<compiledir>${AUTO_FOLDER}</compiledir>
<compilecommandpicklist>
<compilecommandpicklistitem>${MAKE} ${ITEM_NAME}.o</compilecommandpicklistitem>
<compilecommandpicklistitem>${AUTO_COMPILE}</compilecommandpicklistitem>
</compilecommandpicklist>
<compilecommand>${AUTO_COMPILE}</compilecommand>
</compile>
<dbx_gdbdebugger version="1">
<gdb_pathmaps>
</gdb_pathmaps>
<gdb_interceptlist>
<gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
</gdb_interceptlist>
<gdb_options>
<DebugOptions>
</DebugOptions>
</gdb_options>
<gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
</dbx_gdbdebugger>
<nativedebugger version="1">
<engine>gdb</engine>
</nativedebugger>
<runprofile version="9">
<runcommandpicklist>
<runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
</runcommandpicklist>
<runcommand>"${OUTPUT_PATH}"</runcommand>
<rundir>.</rundir>
<buildfirst>false</buildfirst>
<console-type>2</console-type>
<terminal-type>0</terminal-type>
<remove-instrumentation>0</remove-instrumentation>
<environment>
</environment>
</runprofile>
</conf>
<conf name="Pi3_Release" type="0">
<toolsSet>
<developmentServer>pi@cd32.home:22</developmentServer>
<platform>2</platform>
</toolsSet>
<compile>
<compiledirpicklist>
<compiledirpicklistitem>.</compiledirpicklistitem>
<compiledirpicklistitem>${AUTO_FOLDER}</compiledirpicklistitem>
</compiledirpicklist>
<compiledir>${AUTO_FOLDER}</compiledir>
<compilecommandpicklist>
<compilecommandpicklistitem>${MAKE} ${ITEM_NAME}.o</compilecommandpicklistitem>
<compilecommandpicklistitem>${AUTO_COMPILE}</compilecommandpicklistitem>
</compilecommandpicklist>
<compilecommand>${AUTO_COMPILE}</compilecommand>
</compile>
<dbx_gdbdebugger version="1">
<gdb_pathmaps>
</gdb_pathmaps>
<gdb_interceptlist>
<gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
</gdb_interceptlist>
<gdb_options>
<DebugOptions>
</DebugOptions>
</gdb_options>
<gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
</dbx_gdbdebugger>
<nativedebugger version="1">
<engine>gdb</engine>
</nativedebugger>
<runprofile version="9">
<runcommandpicklist>
<runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
</runcommandpicklist>
<runcommand>"${OUTPUT_PATH}"</runcommand>
<rundir>.</rundir>
<buildfirst>false</buildfirst>
<terminal-type>0</terminal-type>
<remove-instrumentation>0</remove-instrumentation>
<environment>
</environment>
</runprofile>
</conf>
</confs>
</configurationDescriptor>

View file

@ -1,135 +0,0 @@
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2016 Oracle and/or its affiliates. All rights reserved.
*
* Oracle and Java are registered trademarks of Oracle and/or its affiliates.
* Other names may be trademarks of their respective owners.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common
* Development and Distribution License("CDDL") (collectively, the
* "License"). You may not use this file except in compliance with the
* License. You can obtain a copy of the License at
* http://www.netbeans.org/cddl-gplv2.html
* or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
* specific language governing permissions and limitations under the
* License. When distributing the software, include this License Header
* Notice in each file and include the License file at
* nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this
* particular file as subject to the "Classpath" exception as provided
* by Oracle in the GPL Version 2 section of the License file that
* accompanied this code. If applicable, add the following below the
* License Header, with the fields enclosed by brackets [] replaced by
* your own identifying information:
* "Portions Copyrighted [year] [name of copyright owner]"
*
* If you wish your version of this file to be governed by only the CDDL
* or only the GPL Version 2, indicate your decision by adding
* "[Contributor] elects to include this software in this distribution
* under the [CDDL or GPL Version 2] license." If you do not indicate a
* single choice of license, a recipient has the option to distribute
* your version of this file under either the CDDL, the GPL Version 2 or
* to extend the choice of license to its licensees as provided above.
* However, if you add GPL Version 2 code and therefore, elected the GPL
* Version 2 license, then the option applies only if the new code is
* made subject to such option by the copyright holder.
*
* Contributor(s):
*/
// List of standard headers was taken in http://en.cppreference.com/w/cpp/header
#include <cstdlib> // General purpose utilities: program control, dynamic memory allocation, random numbers, sort and search
#include <csignal> // Functions and macro constants for signal management
#include <csetjmp> // Macro (and function) that saves (and jumps) to an execution context
#include <cstdarg> // Handling of variable length argument lists
#include <typeinfo> // Runtime type information utilities
#include <bitset> // std::bitset class template
#include <functional> // Function objects, designed for use with the standard algorithms
#include <utility> // Various utility components
#include <ctime> // C-style time/date utilites
#include <cstddef> // typedefs for types such as size_t, NULL and others
#include <new> // Low-level memory management utilities
#include <memory> // Higher level memory management utilities
#include <climits> // limits of integral types
#include <cfloat> // limits of float types
#include <limits> // standardized way to query properties of arithmetic types
#include <exception> // Exception handling utilities
#include <stdexcept> // Standard exception objects
#include <cassert> // Conditionally compiled macro that compares its argument to zero
#include <cerrno> // Macro containing the last error number
#include <cctype> // functions to determine the type contained in character data
#include <cwctype> // functions for determining the type of wide character data
#include <cstring> // various narrow character string handling functions
#include <cwchar> // various wide and multibyte string handling functions
#include <string> // std::basic_string class template
#include <vector> // std::vector container
#include <deque> // std::deque container
#include <list> // std::list container
#include <set> // std::set and std::multiset associative containers
#include <map> // std::map and std::multimap associative containers
#include <stack> // std::stack container adaptor
#include <queue> // std::queue and std::priority_queue container adaptors
#include <algorithm> // Algorithms that operate on containers
#include <iterator> // Container iterators
#include <cmath> // Common mathematics functions
#include <complex> // Complex number type
#include <valarray> // Class for representing and manipulating arrays of values
#include <numeric> // Numeric operations on values in containers
#include <iosfwd> // forward declarations of all classes in the input/output library
#include <ios> // std::ios_base class, std::basic_ios class template and several typedefs
#include <istream> // std::basic_istream class template and several typedefs
#include <ostream> // std::basic_ostream, std::basic_iostream class templates and several typedefs
#include <iostream> // several standard stream objects
#include <fstream> // std::basic_fstream, std::basic_ifstream, std::basic_ofstream class templates and several typedefs
#include <sstream> // std::basic_stringstream, std::basic_istringstream, std::basic_ostringstream class templates and several typedefs
#include <strstream> // std::strstream, std::istrstream, std::ostrstream(deprecated)
#include <iomanip> // Helper functions to control the format or input and output
#include <streambuf> // std::basic_streambuf class template
#include <cstdio> // C-style input-output functions
#include <locale> // Localization utilities
#include <clocale> // C localization utilities
#include <ciso646> // empty header. The macros that appear in iso646.h in C are keywords in C++
#if __cplusplus >= 201103L
#include <typeindex> // (since C++11) std::type_index
#include <type_traits> // (since C++11) Compile-time type information
#include <chrono> // (since C++11) C++ time utilites
#include <initializer_list> // (since C++11) std::initializer_list class template
#include <tuple> // (since C++11) std::tuple class template
#include <scoped_allocator> // (since C++11) Nested allocator class
#include <cstdint> // (since C++11) fixed-size types and limits of other types
#include <cinttypes> // (since C++11) formatting macros , intmax_t and uintmax_t math and conversions
#include <system_error> // (since C++11) defines std::error_code, a platform-dependent error code
#include <cuchar> // (since C++11) C-style Unicode character conversion functions
#include <array> // (since C++11) std::array container
#include <forward_list> // (since C++11) std::forward_list container
#include <unordered_set> // (since C++11) std::unordered_set and std::unordered_multiset unordered associative containers
#include <unordered_map> // (since C++11) std::unordered_map and std::unordered_multimap unordered associative containers
#include <random> // (since C++11) Random number generators and distributions
#include <ratio> // (since C++11) Compile-time rational arithmetic
#include <cfenv> // (since C++11) Floating-point environment access functions
#include <codecvt> // (since C++11) Unicode conversion facilities
#include <regex> // (since C++11) Classes, algorithms and iterators to support regular expression processing
#include <atomic> // (since C++11) Atomic operations library
#include <ccomplex> // (since C++11)(deprecated in C++17) simply includes the header <complex>
#include <ctgmath> // (since C++11)(deprecated in C++17) simply includes the headers <ccomplex> (until C++17)<complex> (since C++17) and <cmath>: the overloads equivalent to the contents of the C header tgmath.h are already provided by those headers
#include <cstdalign> // (since C++11)(deprecated in C++17) defines one compatibility macro constant
#include <cstdbool> // (since C++11)(deprecated in C++17) defines one compatibility macro constant
#include <thread> // (since C++11) std::thread class and supporting functions
#include <mutex> // (since C++11) mutual exclusion primitives
#include <future> // (since C++11) primitives for asynchronous computations
#include <condition_variable> // (since C++11) thread waiting conditions
#endif
#if __cplusplus >= 201300L
#include <shared_mutex> // (since C++14) shared mutual exclusion primitives
#endif
#if __cplusplus >= 201500L
#include <any> // (since C++17) std::any class template
#include <optional> // (since C++17) std::optional class template
#include <variant> // (since C++17) std::variant class template
#include <memory_resource> // (since C++17) Polymorphic allocators and memory resources
#include <string_view> // (since C++17) std::basic_string_view class template
#include <execution> // (since C++17) Predefined execution policies for parallel versions of the algorithms
#include <filesystem> // (since C++17) std::path class and supporting functions
#endif

View file

@ -1,42 +0,0 @@
# Launchers File syntax:
#
# [Must-have property line]
# launcher1.runCommand=<Run Command>
# [Optional extra properties]
# launcher1.displayName=<Display Name, runCommand by default>
# launcher1.hide=<true if lancher is not visible in menu, false by default>
# launcher1.buildCommand=<Build Command, Build Command specified in project properties by default>
# launcher1.runDir=<Run Directory, ${PROJECT_DIR} by default>
# launcher1.runInOwnTab=<false if launcher reuse common "Run" output tab, true by default>
# launcher1.symbolFiles=<Symbol Files loaded by debugger, ${OUTPUT_PATH} by default>
# launcher1.env.<Environment variable KEY>=<Environment variable VALUE>
# (If this value is quoted with ` it is handled as a native command which execution result will become the value)
# [Common launcher properties]
# common.runDir=<Run Directory>
# (This value is overwritten by a launcher specific runDir value if the latter exists)
# common.env.<Environment variable KEY>=<Environment variable VALUE>
# (Environment variables from common launcher are merged with launcher specific variables)
# common.symbolFiles=<Symbol Files loaded by debugger>
# (This value is overwritten by a launcher specific symbolFiles value if the latter exists)
#
# In runDir, symbolFiles and env fields you can use these macroses:
# ${PROJECT_DIR} - project directory absolute path
# ${OUTPUT_PATH} - linker output path (relative to project directory path)
# ${OUTPUT_BASENAME}- linker output filename
# ${TESTDIR} - test files directory (relative to project directory path)
# ${OBJECTDIR} - object files directory (relative to project directory path)
# ${CND_DISTDIR} - distribution directory (relative to project directory path)
# ${CND_BUILDDIR} - build directory (relative to project directory path)
# ${CND_PLATFORM} - platform name
# ${CND_CONF} - configuration name
# ${CND_DLIB_EXT} - dynamic library extension
#
# All the project launchers must be listed in the file!
#
# launcher1.runCommand=...
# launcher2.runCommand=...
# ...
# common.runDir=...
# common.env.KEY=VALUE
# launcher1.runCommand=<type your run command here>

View file

@ -1,27 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<data xmlns="http://www.netbeans.org/ns/make-project-private/1">
<activeConfTypeElem>0</activeConfTypeElem>
<activeConfIndexElem>1</activeConfIndexElem>
</data>
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="1">
<file>
<url>src/osdep/gui/ShowMessage.cpp</url>
<bookmark id="1">
<name/>
<line>98</line>
<key/>
</bookmark>
</file>
</editor-bookmarks>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group>
<file>file:/Users/horaceandthespider/Documents/Geek/Amiberry/amiberry-hats/src/custom.cpp</file>
<file>file:/Users/horaceandthespider/Documents/Geek/Amiberry/amiberry-hats/src/include/options.h</file>
<file>file:/Users/horaceandthespider/Documents/Geek/Amiberry/amiberry-hats/src/osdep/gui/PanelInput.cpp</file>
<file>file:/Users/horaceandthespider/Documents/Geek/Amiberry/amiberry-hats/src/include/inputdevice.h</file>
<file>file:/Users/horaceandthespider/Documents/Geek/Amiberry/amiberry-hats/src/cfgfile.cpp</file>
<file>file:/Users/horaceandthespider/Documents/Geek/Amiberry/amiberry-hats/src/inputdevice.cpp</file>
</group>
</open-files>
</project-private>

File diff suppressed because it is too large Load diff

View file

@ -1,23 +0,0 @@
#!/bin/sh
#set -x
real_tool=/usr/bin/g++
if [ -n "${__CND_BUILD_LOG__}" ]; then
OS=`uname`;
if [ $OS = Darwin -o $OS = FreeBSD ]; then
__CND_TEMP_FILE__=`mktemp -t nbwrapper`
else
__CND_TEMP_FILE__=`mktemp`
fi
echo "called: ${real_tool}" > ${__CND_TEMP_FILE__}
echo "\t`pwd`" >> ${__CND_TEMP_FILE__}
echo "\t${real_tool}" >> ${__CND_TEMP_FILE__}
for opt in "$@"; do
echo "\t${opt}" >> ${__CND_TEMP_FILE__}
done
echo >> ${__CND_TEMP_FILE__}
cat ${__CND_TEMP_FILE__} >> ${__CND_BUILD_LOG__}
rm ${__CND_TEMP_FILE__}
fi
PATH=`dirname "${real_tool}"`:${PATH}
export PATH
exec "${real_tool}" "$@"

View file

@ -1,23 +0,0 @@
#!/bin/sh
#set -x
real_tool=/usr/bin/gcc
if [ -n "${__CND_BUILD_LOG__}" ]; then
OS=`uname`;
if [ $OS = Darwin -o $OS = FreeBSD ]; then
__CND_TEMP_FILE__=`mktemp -t nbwrapper`
else
__CND_TEMP_FILE__=`mktemp`
fi
echo "called: ${real_tool}" > ${__CND_TEMP_FILE__}
echo "\t`pwd`" >> ${__CND_TEMP_FILE__}
echo "\t${real_tool}" >> ${__CND_TEMP_FILE__}
for opt in "$@"; do
echo "\t${opt}" >> ${__CND_TEMP_FILE__}
done
echo >> ${__CND_TEMP_FILE__}
cat ${__CND_TEMP_FILE__} >> ${__CND_BUILD_LOG__}
rm ${__CND_TEMP_FILE__}
fi
PATH=`dirname "${real_tool}"`:${PATH}
export PATH
exec "${real_tool}" "$@"

View file

@ -1,23 +0,0 @@
#!/bin/sh
#set -x
real_tool=/usr/bin/g++
if [ -n "${__CND_BUILD_LOG__}" ]; then
OS=`uname`;
if [ $OS = Darwin -o $OS = FreeBSD ]; then
__CND_TEMP_FILE__=`mktemp -t nbwrapper`
else
__CND_TEMP_FILE__=`mktemp`
fi
echo "called: ${real_tool}" > ${__CND_TEMP_FILE__}
echo "\t`pwd`" >> ${__CND_TEMP_FILE__}
echo "\t${real_tool}" >> ${__CND_TEMP_FILE__}
for opt in "$@"; do
echo "\t${opt}" >> ${__CND_TEMP_FILE__}
done
echo >> ${__CND_TEMP_FILE__}
cat ${__CND_TEMP_FILE__} >> ${__CND_BUILD_LOG__}
rm ${__CND_TEMP_FILE__}
fi
PATH=`dirname "${real_tool}"`:${PATH}
export PATH
exec "${real_tool}" "$@"

View file

@ -1,23 +0,0 @@
#!/bin/sh
#set -x
real_tool=/usr/bin/gcc
if [ -n "${__CND_BUILD_LOG__}" ]; then
OS=`uname`;
if [ $OS = Darwin -o $OS = FreeBSD ]; then
__CND_TEMP_FILE__=`mktemp -t nbwrapper`
else
__CND_TEMP_FILE__=`mktemp`
fi
echo "called: ${real_tool}" > ${__CND_TEMP_FILE__}
echo "\t`pwd`" >> ${__CND_TEMP_FILE__}
echo "\t${real_tool}" >> ${__CND_TEMP_FILE__}
for opt in "$@"; do
echo "\t${opt}" >> ${__CND_TEMP_FILE__}
done
echo >> ${__CND_TEMP_FILE__}
cat ${__CND_TEMP_FILE__} >> ${__CND_BUILD_LOG__}
rm ${__CND_TEMP_FILE__}
fi
PATH=`dirname "${real_tool}"`:${PATH}
export PATH
exec "${real_tool}" "$@"

View file

@ -1,18 +0,0 @@
#!/bin/sh
#set -x
real_tool=/usr/bin/g++
if [ -n "${__CND_BUILD_LOG__}" ]; then
__CND_TEMP_FILE__=`mktemp`
echo "called: ${real_tool}" > ${__CND_TEMP_FILE__}
echo "\t`pwd`" >> ${__CND_TEMP_FILE__}
echo "\t${real_tool}" >> ${__CND_TEMP_FILE__}
for opt in "$@"; do
echo "\t${opt}" >> ${__CND_TEMP_FILE__}
done
echo >> ${__CND_TEMP_FILE__}
cat ${__CND_TEMP_FILE__} >> ${__CND_BUILD_LOG__}
rm ${__CND_TEMP_FILE__}
fi
PATH=`dirname "${real_tool}"`:${PATH}
export PATH
exec "${real_tool}" "$@"

View file

@ -1,18 +0,0 @@
#!/bin/sh
#set -x
real_tool=/usr/bin/gcc
if [ -n "${__CND_BUILD_LOG__}" ]; then
__CND_TEMP_FILE__=`mktemp`
echo "called: ${real_tool}" > ${__CND_TEMP_FILE__}
echo "\t`pwd`" >> ${__CND_TEMP_FILE__}
echo "\t${real_tool}" >> ${__CND_TEMP_FILE__}
for opt in "$@"; do
echo "\t${opt}" >> ${__CND_TEMP_FILE__}
done
echo >> ${__CND_TEMP_FILE__}
cat ${__CND_TEMP_FILE__} >> ${__CND_BUILD_LOG__}
rm ${__CND_TEMP_FILE__}
fi
PATH=`dirname "${real_tool}"`:${PATH}
export PATH
exec "${real_tool}" "$@"

View file

@ -1 +0,0 @@
#Sat Sep 30 18:59:28 BST 2017

View file

@ -1,30 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.cnd.makeproject</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/make-project/1">
<name>amiberry</name>
<c-extensions>c</c-extensions>
<cpp-extensions>cpp</cpp-extensions>
<header-extensions>def,h,hpp</header-extensions>
<sourceEncoding>UTF-8</sourceEncoding>
<make-dep-projects/>
<sourceRootList>
<sourceRootElem>.</sourceRootElem>
</sourceRootList>
<confList>
<confElem>
<name>Pi3_Debug</name>
<type>0</type>
</confElem>
<confElem>
<name>Pi3_Release</name>
<type>0</type>
</confElem>
</confList>
<formatting>
<project-formatting-style>false</project-formatting-style>
</formatting>
</data>
</configuration>
</project>