Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Log started at: Fri 15 Jan 12:45:58 CET 2016
- = = = = = = = = = = = = = = = = = = = = =
- Installing dependencies for 'basilisk' : Macintosh emulator
- = = = = = = = = = = = = = = = = = = = = =
- Did not find needed package(s): automake. I am trying to install them now.
- Reading package lists...
- Building dependency tree...
- Reading state information...
- The following extra packages will be installed:
- autotools-dev
- The following NEW packages will be installed:
- automake autotools-dev
- 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
- Need to get 796 kB of archives.
- After this operation, 1,872 kB of additional disk space will be used.
- Get:1 http://mirrordirector.raspbian.org/raspbian/ jessie/main autotools-dev all 20140911.1 [70.5 kB]
- Get:2 http://mirrordirector.raspbian.org/raspbian/ jessie/main automake all 1:1.14.1-4 [725 kB]
- Fetched 796 kB in 4s (197 kB/s)
- Selecting previously unselected package autotools-dev.
- (Reading database ...
- (Reading database ... 5%
- (Reading database ... 10%
- (Reading database ... 15%
- (Reading database ... 20%
- (Reading database ... 25%
- (Reading database ... 30%
- (Reading database ... 35%
- (Reading database ... 40%
- (Reading database ... 45%
- (Reading database ... 50%
- (Reading database ... 55%
- (Reading database ... 60%
- (Reading database ... 65%
- (Reading database ... 70%
- (Reading database ... 75%
- (Reading database ... 80%
- (Reading database ... 85%
- (Reading database ... 90%
- (Reading database ... 95%
- (Reading database ... 100%
- (Reading database ... 48774 files and directories currently installed.)
- Preparing to unpack .../autotools-dev_20140911.1_all.deb ...
- Unpacking autotools-dev (20140911.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../automake_1%3a1.14.1-4_all.deb ...
- Unpacking automake (1:1.14.1-4) ...
- Processing triggers for man-db (2.7.0.2-5) ...
- Processing triggers for install-info (5.2.0.dfsg.1-6) ...
- Setting up autotools-dev (20140911.1) ...
- Setting up automake (1:1.14.1-4) ...
- update-alternatives: using /usr/bin/automake-1.14 to provide /usr/bin/automake (automake) in auto mode
- Successfully installed package(s): automake.
- /home/pi/RetroPie-Setup/tmp/build/basilisk /home/pi/RetroPie-Setup
- = = = = = = = = = = = = = = = = = = = = =
- Getting sources for 'basilisk' : Macintosh emulator
- = = = = = = = = = = = = = = = = = = = = =
- git clone --depth 1 "https://github.com/cebix/macemu.git" "/home/pi/RetroPie-Setup/tmp/build/basilisk"
- Cloning into '/home/pi/RetroPie-Setup/tmp/build/basilisk'...
- /home/pi/RetroPie-Setup
- /home/pi/RetroPie-Setup/tmp/build/basilisk /home/pi/RetroPie-Setup
- = = = = = = = = = = = = = = = = = = = = =
- Building 'basilisk' : Macintosh emulator
- = = = = = = = = = = = = = = = = = = = = =
- + Running aclocal: done.
- + Running autoheader: done.
- + Running autoconf: done.
- + Running 'configure --prefix=/opt/retropie/emulators/basilisk --enable-sdl-video --enable-sdl-audio --disable-vosf --disable-jit-compiler --without-x --without-mon --without-esd --without-gtk':
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking how to run the C preprocessor... gcc -E
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /bin/grep -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking minix/config.h usability... no
- checking minix/config.h presence... no
- checking for minix/config.h... no
- checking whether it is safe to define __EXTENSIONS__... yes
- checking build system type... armv7l-unknown-linux-gnu
- checking host system type... armv7l-unknown-linux-gnu
- checking target system type... armv7l-unknown-linux-gnu
- checking for gcc... (cached) gcc
- checking whether we are using the GNU C compiler... (cached) yes
- checking whether gcc accepts -g... (cached) yes
- checking for gcc option to accept ISO C89... (cached) none needed
- checking whether gcc and cc understand -c and -o together... yes
- checking how to run the C preprocessor... gcc -E
- checking for g++... g++
- checking whether we are using the GNU C++ compiler... yes
- checking whether g++ accepts -g... yes
- checking whether make sets $(MAKE)... yes
- checking for a BSD-compatible install... /usr/bin/install -c
- checking for egrep... (cached) /bin/grep -E
- checking for sem_init in -lposix4... no
- checking for timer_create in -lrt... yes
- checking for shm_open in -lrt... yes
- checking for cos in -lm... yes
- checking for sdl-config... /usr/bin/sdl-config
- checking for pthread_create in -lpthread... yes
- checking for pthread_cond_init... yes
- checking for pthread_cancel... yes
- checking for pthread_testcancel... yes
- checking for pthread_mutexattr_setprotocol... yes
- checking for pthread_mutexattr_settype... yes
- checking for pthread_mutexattr_setpshared... yes
- checking for sem_init... yes
- checking for special C compiler options needed for large files... no
- checking for _FILE_OFFSET_BITS value needed for large files... 64
- checking for ANSI C header files... (cached) yes
- checking for stdlib.h... (cached) yes
- checking for stdint.h... (cached) yes
- checking for unistd.h... (cached) yes
- checking fcntl.h usability... yes
- checking fcntl.h presence... yes
- checking for fcntl.h... yes
- checking for sys/types.h... (cached) yes
- checking sys/time.h usability... yes
- checking sys/time.h presence... yes
- checking for sys/time.h... yes
- checking sys/mman.h usability... yes
- checking sys/mman.h presence... yes
- checking for sys/mman.h... yes
- checking mach/mach.h usability... no
- checking mach/mach.h presence... no
- checking for mach/mach.h... no
- checking readline.h usability... no
- checking readline.h presence... no
- checking for readline.h... no
- checking history.h usability... no
- checking history.h presence... no
- checking for history.h... no
- checking readline/readline.h usability... no
- checking readline/readline.h presence... no
- checking for readline/readline.h... no
- checking readline/history.h usability... no
- checking readline/history.h presence... no
- checking for readline/history.h... no
- checking sys/socket.h usability... yes
- checking sys/socket.h presence... yes
- checking for sys/socket.h... yes
- checking sys/ioctl.h usability... yes
- checking sys/ioctl.h presence... yes
- checking for sys/ioctl.h... yes
- checking sys/filio.h usability... no
- checking sys/filio.h presence... no
- checking for sys/filio.h... no
- checking sys/bitypes.h usability... yes
- checking sys/bitypes.h presence... yes
- checking for sys/bitypes.h... yes
- checking sys/wait.h usability... yes
- checking sys/wait.h presence... yes
- checking for sys/wait.h... yes
- checking sys/poll.h usability... yes
- checking sys/poll.h presence... yes
- checking for sys/poll.h... yes
- checking sys/select.h usability... yes
- checking sys/select.h presence... yes
- checking for sys/select.h... yes
- checking arpa/inet.h usability... yes
- checking arpa/inet.h presence... yes
- checking for arpa/inet.h... yes
- checking for linux/if.h... yes
- checking for linux/if_tun.h... yes
- checking for net/if.h... yes
- checking for net/if_tun.h... no
- checking AvailabilityMacros.h usability... no
- checking AvailabilityMacros.h presence... no
- checking for AvailabilityMacros.h... no
- checking IOKit/storage/IOBlockStorageDevice.h usability... no
- checking IOKit/storage/IOBlockStorageDevice.h presence... no
- checking for IOKit/storage/IOBlockStorageDevice.h... no
- checking sys/stropts.h usability... yes
- checking sys/stropts.h presence... yes
- checking for sys/stropts.h... yes
- checking stropts.h usability... yes
- checking stropts.h presence... yes
- checking for stropts.h... yes
- checking whether byte ordering is bigendian... no
- checking for an ANSI C-conforming const... yes
- checking for inline... inline
- checking size of short... 2
- checking size of int... 4
- checking size of long... 4
- checking size of long long... 8
- checking size of float... 4
- checking size of double... 8
- checking size of long double... 8
- checking size of void *... 4
- checking for off_t... yes
- checking for loff_t... yes
- checking for caddr_t... yes
- checking for size_t... yes
- checking return type of signal handlers... void
- checking whether time.h and sys/time.h may both be included... yes
- checking whether struct tm is in sys/time.h or time.h... time.h
- checking for socklen_t... yes
- checking for strdup... yes
- checking for strerror... yes
- checking for cfmakeraw... yes
- checking for clock_gettime... yes
- checking for timer_create... yes
- checking for sigaction... yes
- checking for signal... yes
- checking for mmap... yes
- checking for mprotect... yes
- checking for munmap... yes
- checking for vm_allocate... no
- checking for vm_deallocate... no
- checking for vm_protect... no
- checking for poll... yes
- checking for inet_aton... yes
- checking for mach_task_self... no
- checking for task_self... no
- checking for strings.h... (cached) yes
- checking login.h usability... no
- checking login.h presence... no
- checking for login.h... no
- checking sys/bsdtty.h usability... no
- checking sys/bsdtty.h presence... no
- checking for sys/bsdtty.h... no
- checking for sys/stat.h... (cached) yes
- checking util.h usability... no
- checking util.h presence... no
- checking for util.h... no
- checking pty.h usability... yes
- checking pty.h presence... yes
- checking for pty.h... yes
- checking for _getpty... no
- checking for vhangup... yes
- checking for strlcpy... no
- checking for /dev/ptc... no
- checking FIONBIO vs. O_NONBLOCK for non-blocking I/O... O_NONBLOCK
- checking whether compiler supports byte bit-fields... yes
- checking whether compiler supports framework AppKit... no
- checking whether compiler supports framework Carbon... no
- checking whether compiler supports framework IOKit... no
- checking whether compiler supports framework CoreFoundation... no
- checking whether TUN/TAP is supported... no
- checking whether mmap supports MAP_ANON... yes
- checking whether mmap supports MAP_ANONYMOUS... yes
- checking whether mprotect works... yes
- checking whether __PAGEZERO can be Low Memory area 0x0000-0x2000... no
- checking whether we can map Low Memory area 0x0000-0x2000... no
- checking whether signal handlers need to be reinstalled... no
- checking whether sigaction handlers need to be reinstalled... no
- checking whether your system supports Mach exceptions... no
- checking whether your system supports Windows exceptions... no
- checking whether your system supports extended signal handlers via asm... no
- checking whether your system supports extended signal handlers... yes
- checking whether we can skip instruction in SIGSEGV handler... yes
- checking for true... /bin/true
- checking for the addressing mode to use... direct
- checking for GAS .p2align feature... yes
- checking for GCC 2.7 or higher... yes
- checking for GCC 3.0 or higher... yes
- checking for ICC... no
- checking whether GCC supports constants merging... yes
- checking whether GCC supports store motion... yes
- checking whether the compiler supports -fno-strict-aliasing... yes
- checking whether the compiler supports -mdynamic-no-pic... no
- checking floating point format... IEEE (little-endian)
- checking ieee754.h usability... yes
- checking ieee754.h presence... yes
- checking for ieee754.h... yes
- checking ieeefp.h usability... no
- checking ieeefp.h presence... no
- checking for ieeefp.h... no
- checking floatingpoint.h usability... no
- checking floatingpoint.h presence... no
- checking for floatingpoint.h... no
- checking nan.h usability... no
- checking nan.h presence... no
- checking for nan.h... no
- checking for isnanl... yes
- checking for isinfl... yes
- checking for logl... yes
- checking for log10l... yes
- checking for expl... yes
- checking for powl... yes
- checking for fabsl... yes
- checking for sqrtl... yes
- checking for sinl... yes
- checking for cosl... yes
- checking for tanl... yes
- checking for sinhl... yes
- checking for coshl... yes
- checking for tanhl... yes
- checking for asinl... yes
- checking for acosl... yes
- checking for atanl... yes
- checking for asinhl... yes
- checking for acoshl... yes
- checking for atanhl... yes
- checking for floorl... yes
- checking for ceill... yes
- checking for atanh... yes
- checking for isnan... yes
- checking for isinf... yes
- checking for finite... yes
- checking for isnormal... no
- checking for signbit... no
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
- config.status: creating config.h
- Basilisk II configuration summary:
- Mac OS X GUI ........................... : no
- Mac OS X Sound ......................... : no
- SDL support ............................ : video audio
- BINCUE support ......................... : no
- LIBVHD support ......................... : no
- XFree86 DGA support .................... : no
- XFree86 VidMode support ................ : no
- fbdev DGA support ...................... : no
- Enable video on SEGV signals ........... : yes
- ESD sound support ...................... : no
- GTK user interface ..................... : no
- mon debugger support ................... : no
- Running m68k code natively ............. : no
- Use JIT compiler ....................... : no
- JIT debug mode ......................... : no
- Floating-Point emulation core .......... : IEEE fpu core
- Assembly optimizations ................. : none
- Addressing mode ........................ : direct
- Bad memory access recovery type ........ : siginfo
- Configuration done. Now type "make" (or "gmake").
- rm -f BasiliskII obj/* core* *.core *~ *.bak
- rm -f cpuemu.cpp cpudefs.cpp cputmp*.s cpufast*.s cpustbl.cpp cputbl.h compemu.cpp compstbl.cpp comptbl.h
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../main.cpp -o obj/main.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../prefs.cpp -o obj/prefs.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../prefs_items.cpp -o obj/prefs_items.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c sys_unix.cpp -o obj/sys_unix.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../rom_patches.cpp -o obj/rom_patches.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../slot_rom.cpp -o obj/slot_rom.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../rsrc_patches.cpp -o obj/rsrc_patches.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../emul_op.cpp -o obj/emul_op.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../macos_util.cpp -o obj/macos_util.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../xpram.cpp -o obj/xpram.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c xpram_unix.cpp -o obj/xpram_unix.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../timer.cpp -o obj/timer.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c timer_unix.cpp -o obj/timer_unix.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../adb.cpp -o obj/adb.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../serial.cpp -o obj/serial.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../ether.cpp -o obj/ether.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../sony.cpp -o obj/sony.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../disk.cpp -o obj/disk.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../cdrom.cpp -o obj/cdrom.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../scsi.cpp -o obj/scsi.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../video.cpp -o obj/video.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../audio.cpp -o obj/audio.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../extfs.cpp -o obj/extfs.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c disk_sparsebundle.cpp -o obj/disk_sparsebundle.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c tinyxml2.cpp -o obj/tinyxml2.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../user_strings.cpp -o obj/user_strings.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c user_strings_unix.cpp -o obj/user_strings_unix.o
- gcc -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c sshpty.c -o obj/sshpty.o
- gcc -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c strlcpy.c -o obj/strlcpy.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c rpc_unix.cpp -o obj/rpc_unix.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../CrossPlatform/vm_alloc.cpp -o obj/vm_alloc.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../CrossPlatform/sigsegv.cpp -o obj/sigsegv.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../CrossPlatform/video_blit.cpp -o obj/video_blit.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../SDL/video_sdl.cpp -o obj/video_sdl.o
- ./../SDL/video_sdl.cpp: In function ‘void update_display_static(driver_base*)’:
- ./../SDL/video_sdl.cpp:1868:26: warning: comparison between ‘const enum video_depth’ and ‘enum<anonymous>’ [-Wenum-compare]
- if (VIDEO_MODE_DEPTH < VIDEO_DEPTH_8BIT) {
- ^
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c extfs_unix.cpp -o obj/extfs_unix.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c serial_unix.cpp -o obj/serial_unix.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ether_unix.cpp -o obj/ether_unix.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./Linux/scsi_linux.cpp -o obj/scsi_linux.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../SDL/audio_sdl.cpp -o obj/audio_sdl.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../dummy/prefs_editor_dummy.cpp -o obj/prefs_editor_dummy.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c main_unix.cpp -o obj/main_unix.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c prefs_unix.cpp -o obj/prefs_unix.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../dummy/clip_dummy.cpp -o obj/clip_dummy.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../uae_cpu/basilisk_glue.cpp -o obj/basilisk_glue.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../uae_cpu/memory.cpp -o obj/memory.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../uae_cpu/newcpu.cpp -o obj/newcpu.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../uae_cpu/readcpu.cpp -o obj/readcpu.o
- ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- "VC","VS","PL","MI","GE","LT","GT","LE" };
- ^
- ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c ./../uae_cpu/fpu/fpu_ieee.cpp -o obj/fpu_ieee.o
- gcc -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c ./../uae_cpu/gencpu.c -o obj/gencpu.o
- gcc -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c ./../uae_cpu/build68k.c -o obj/build68k.o
- gcc -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-strict-aliasing -c ../slirp/bootp.c -o obj/bootp.o
- gcc -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-strict-aliasing -c ../slirp/ip_output.c -o obj/ip_output.o
- gcc -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-strict-aliasing -c ../slirp/tcp_input.c -o obj/tcp_input.o
- gcc -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-strict-aliasing -c ../slirp/cksum.c -o obj/cksum.o
- gcc -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-strict-aliasing -c ../slirp/mbuf.c -o obj/mbuf.o
- gcc -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-strict-aliasing -c ../slirp/tcp_output.c -o obj/tcp_output.o
- gcc -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-strict-aliasing -c ../slirp/debug.c -o obj/debug.o
- gcc -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-strict-aliasing -c ../slirp/misc.c -o obj/misc.o
- gcc -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-strict-aliasing -c ../slirp/tcp_subr.c -o obj/tcp_subr.o
- gcc -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-strict-aliasing -c ../slirp/if.c -o obj/if.o
- gcc -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-strict-aliasing -c ../slirp/sbuf.c -o obj/sbuf.o
- gcc -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-strict-aliasing -c ../slirp/tcp_timer.c -o obj/tcp_timer.o
- gcc -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-strict-aliasing -c ../slirp/ip_icmp.c -o obj/ip_icmp.o
- gcc -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-strict-aliasing -c ../slirp/slirp.c -o obj/slirp.o
- gcc -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-strict-aliasing -c ../slirp/tftp.c -o obj/tftp.o
- gcc -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-strict-aliasing -c ../slirp/ip_input.c -o obj/ip_input.o
- gcc -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-strict-aliasing -c ../slirp/socket.c -o obj/socket.o
- gcc -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-strict-aliasing -c ../slirp/udp.c -o obj/udp.o
- gcc -o obj/build68k obj/build68k.o
- obj/build68k <./../uae_cpu/table68k >cpudefs.cpp
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c cpudefs.cpp -o obj/cpudefs.o
- g++ -o obj/gencpu obj/gencpu.o obj/readcpu.o obj/cpudefs.o
- obj/gencpu
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c cpustbl.cpp -o obj/cpustbl.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -DPART_1 -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c cpuemu.cpp -o obj/cpuemu1.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -DPART_2 -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c cpuemu.cpp -o obj/cpuemu2.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -DPART_3 -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c cpuemu.cpp -o obj/cpuemu3.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -DPART_4 -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c cpuemu.cpp -o obj/cpuemu4.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -DPART_5 -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c cpuemu.cpp -o obj/cpuemu5.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -DPART_6 -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c cpuemu.cpp -o obj/cpuemu6.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -DPART_7 -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c cpuemu.cpp -o obj/cpuemu7.o
- g++ -I./../include -I./. -I. -I./../CrossPlatform -I./../uae_cpu -I./../slirp -DHAVE_CONFIG_H -DOS_linux -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT -DDATADIR=\"/opt/retropie/emulators/basilisk/share/BasiliskII\" -DPART_8 -O2 -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fno-merge-constants -fno-gcse-sm -c cpuemu.cpp -o obj/cpuemu8.o
- g++ -o BasiliskII obj/main.o obj/prefs.o obj/prefs_items.o obj/sys_unix.o obj/rom_patches.o obj/slot_rom.o obj/rsrc_patches.o obj/emul_op.o obj/macos_util.o obj/xpram.o obj/xpram_unix.o obj/timer.o obj/timer_unix.o obj/adb.o obj/serial.o obj/ether.o obj/sony.o obj/disk.o obj/cdrom.o obj/scsi.o obj/video.o obj/audio.o obj/extfs.o obj/disk_sparsebundle.o obj/tinyxml2.o obj/user_strings.o obj/user_strings_unix.o obj/sshpty.o obj/strlcpy.o obj/rpc_unix.o obj/vm_alloc.o obj/sigsegv.o obj/video_blit.o obj/video_sdl.o obj/extfs_unix.o obj/serial_unix.o obj/ether_unix.o obj/scsi_linux.o obj/audio_sdl.o obj/prefs_editor_dummy.o obj/main_unix.o obj/prefs_unix.o obj/clip_dummy.o obj/basilisk_glue.o obj/memory.o obj/newcpu.o obj/readcpu.o obj/fpu_ieee.o obj/cpustbl.o obj/cpudefs.o obj/cpuemu1.o obj/cpuemu2.o obj/cpuemu3.o obj/cpuemu4.o obj/cpuemu5.o obj/cpuemu6.o obj/cpuemu7.o obj/cpuemu8.o obj/bootp.o obj/ip_output.o obj/tcp_input.o obj/cksum.o obj/mbuf.o obj/tcp_output.o obj/debug.o obj/misc.o obj/tcp_subr.o obj/if.o obj/sbuf.o obj/tcp_timer.o obj/ip_icmp.o obj/slirp.o obj/tftp.o obj/ip_input.o obj/socket.o obj/udp.o -lpthread -lm -lrt -lrt -L/usr/lib/arm-linux-gnueabihf -lSDL
- /bin/true BasiliskII
- /home/pi/RetroPie-Setup
- /home/pi/RetroPie-Setup/tmp/build/basilisk /home/pi/RetroPie-Setup
- = = = = = = = = = = = = = = = = = = = = =
- Installing 'basilisk' : Macintosh emulator
- = = = = = = = = = = = = = = = = = = = = =
- /bin/sh ./mkinstalldirs /opt/retropie/emulators/basilisk/bin /opt/retropie/emulators/basilisk/share/man/man1 /opt/retropie/emulators/basilisk/share/BasiliskII
- mkdir -p -- /opt/retropie/emulators/basilisk/bin /opt/retropie/emulators/basilisk/share/man/man1 /opt/retropie/emulators/basilisk/share/BasiliskII
- /usr/bin/install -c BasiliskII /opt/retropie/emulators/basilisk/bin/BasiliskII
- if test -f ""; then \
- /usr/bin/install -c /opt/retropie/emulators/basilisk/bin/; \
- fi
- /usr/bin/install -c -m 644 ./BasiliskII.1 /opt/retropie/emulators/basilisk/share/man/man1/BasiliskII.1
- /usr/bin/install -c -m 644 ./../SDL/keycodes /opt/retropie/emulators/basilisk/share/BasiliskII/keycodes
- /usr/bin/install -c -m 644 ./fbdevices /opt/retropie/emulators/basilisk/share/BasiliskII/fbdevices
- /usr/bin/install -c -m 644 ./tunconfig /opt/retropie/emulators/basilisk/share/BasiliskII/tunconfig
- /home/pi/RetroPie-Setup
- /opt/retropie/emulators/basilisk /home/pi/RetroPie-Setup
- = = = = = = = = = = = = = = = = = = = = =
- Configuring 'basilisk' : Macintosh emulator
- = = = = = = = = = = = = = = = = = = = = =
- /home/pi/RetroPie-Setup
- = = = = = = = = = = = = = = = = = = = = =
- Installing 'runcommand' : Configure the 'runcommand' - Launch script
- = = = = = = = = = = = = = = = = = = = = =
- Log ended at: Fri 15 Jan 12:51:27 CET 2016
- Total running time: 0 hours, 5 mins, 29 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement