Advertisement
jimbo27

Untitled

Jan 16th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.93 KB | None | 0 0
  1. Log started at: Fri 15 Jan 12:45:58 CET 2016
  2.  
  3. = = = = = = = = = = = = = = = = = = = = =
  4. Installing dependencies for 'basilisk' : Macintosh emulator
  5. = = = = = = = = = = = = = = = = = = = = =
  6.  
  7. Did not find needed package(s): automake. I am trying to install them now.
  8. Reading package lists...
  9. Building dependency tree...
  10. Reading state information...
  11. The following extra packages will be installed:
  12. autotools-dev
  13. The following NEW packages will be installed:
  14. automake autotools-dev
  15. 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
  16. Need to get 796 kB of archives.
  17. After this operation, 1,872 kB of additional disk space will be used.
  18. Get:1 http://mirrordirector.raspbian.org/raspbian/ jessie/main autotools-dev all 20140911.1 [70.5 kB]
  19. Get:2 http://mirrordirector.raspbian.org/raspbian/ jessie/main automake all 1:1.14.1-4 [725 kB]
  20. Fetched 796 kB in 4s (197 kB/s)
  21. Selecting previously unselected package autotools-dev.
  22. (Reading database ...
  23. (Reading database ... 5%
  24. (Reading database ... 10%
  25. (Reading database ... 15%
  26. (Reading database ... 20%
  27. (Reading database ... 25%
  28. (Reading database ... 30%
  29. (Reading database ... 35%
  30. (Reading database ... 40%
  31. (Reading database ... 45%
  32. (Reading database ... 50%
  33. (Reading database ... 55%
  34. (Reading database ... 60%
  35. (Reading database ... 65%
  36. (Reading database ... 70%
  37. (Reading database ... 75%
  38. (Reading database ... 80%
  39. (Reading database ... 85%
  40. (Reading database ... 90%
  41. (Reading database ... 95%
  42. (Reading database ... 100%
  43. (Reading database ... 48774 files and directories currently installed.)
  44. Preparing to unpack .../autotools-dev_20140911.1_all.deb ...
  45. Unpacking autotools-dev (20140911.1) ...
  46. Selecting previously unselected package automake.
  47. Preparing to unpack .../automake_1%3a1.14.1-4_all.deb ...
  48. Unpacking automake (1:1.14.1-4) ...
  49. Processing triggers for man-db (2.7.0.2-5) ...
  50. Processing triggers for install-info (5.2.0.dfsg.1-6) ...
  51. Setting up autotools-dev (20140911.1) ...
  52. Setting up automake (1:1.14.1-4) ...
  53. update-alternatives: using /usr/bin/automake-1.14 to provide /usr/bin/automake (automake) in auto mode
  54. Successfully installed package(s): automake.
  55. /home/pi/RetroPie-Setup/tmp/build/basilisk /home/pi/RetroPie-Setup
  56.  
  57. = = = = = = = = = = = = = = = = = = = = =
  58. Getting sources for 'basilisk' : Macintosh emulator
  59. = = = = = = = = = = = = = = = = = = = = =
  60.  
  61. git clone --depth 1 "https://github.com/cebix/macemu.git" "/home/pi/RetroPie-Setup/tmp/build/basilisk"
  62. Cloning into '/home/pi/RetroPie-Setup/tmp/build/basilisk'...
  63. /home/pi/RetroPie-Setup
  64. /home/pi/RetroPie-Setup/tmp/build/basilisk /home/pi/RetroPie-Setup
  65.  
  66. = = = = = = = = = = = = = = = = = = = = =
  67. Building 'basilisk' : Macintosh emulator
  68. = = = = = = = = = = = = = = = = = = = = =
  69.  
  70. + Running aclocal: done.
  71. + Running autoheader: done.
  72. + Running autoconf: done.
  73. + 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':
  74. checking for gcc... gcc
  75. checking whether the C compiler works... yes
  76. checking for C compiler default output file name... a.out
  77. checking for suffix of executables...
  78. checking whether we are cross compiling... no
  79. checking for suffix of object files... o
  80. checking whether we are using the GNU C compiler... yes
  81. checking whether gcc accepts -g... yes
  82. checking for gcc option to accept ISO C89... none needed
  83. checking how to run the C preprocessor... gcc -E
  84. checking for grep that handles long lines and -e... /bin/grep
  85. checking for egrep... /bin/grep -E
  86. checking for ANSI C header files... yes
  87. checking for sys/types.h... yes
  88. checking for sys/stat.h... yes
  89. checking for stdlib.h... yes
  90. checking for string.h... yes
  91. checking for memory.h... yes
  92. checking for strings.h... yes
  93. checking for inttypes.h... yes
  94. checking for stdint.h... yes
  95. checking for unistd.h... yes
  96. checking minix/config.h usability... no
  97. checking minix/config.h presence... no
  98. checking for minix/config.h... no
  99. checking whether it is safe to define __EXTENSIONS__... yes
  100. checking build system type... armv7l-unknown-linux-gnu
  101. checking host system type... armv7l-unknown-linux-gnu
  102. checking target system type... armv7l-unknown-linux-gnu
  103. checking for gcc... (cached) gcc
  104. checking whether we are using the GNU C compiler... (cached) yes
  105. checking whether gcc accepts -g... (cached) yes
  106. checking for gcc option to accept ISO C89... (cached) none needed
  107. checking whether gcc and cc understand -c and -o together... yes
  108. checking how to run the C preprocessor... gcc -E
  109. checking for g++... g++
  110. checking whether we are using the GNU C++ compiler... yes
  111. checking whether g++ accepts -g... yes
  112. checking whether make sets $(MAKE)... yes
  113. checking for a BSD-compatible install... /usr/bin/install -c
  114. checking for egrep... (cached) /bin/grep -E
  115. checking for sem_init in -lposix4... no
  116. checking for timer_create in -lrt... yes
  117. checking for shm_open in -lrt... yes
  118. checking for cos in -lm... yes
  119. checking for sdl-config... /usr/bin/sdl-config
  120. checking for pthread_create in -lpthread... yes
  121. checking for pthread_cond_init... yes
  122. checking for pthread_cancel... yes
  123. checking for pthread_testcancel... yes
  124. checking for pthread_mutexattr_setprotocol... yes
  125. checking for pthread_mutexattr_settype... yes
  126. checking for pthread_mutexattr_setpshared... yes
  127. checking for sem_init... yes
  128. checking for special C compiler options needed for large files... no
  129. checking for _FILE_OFFSET_BITS value needed for large files... 64
  130. checking for ANSI C header files... (cached) yes
  131. checking for stdlib.h... (cached) yes
  132. checking for stdint.h... (cached) yes
  133. checking for unistd.h... (cached) yes
  134. checking fcntl.h usability... yes
  135. checking fcntl.h presence... yes
  136. checking for fcntl.h... yes
  137. checking for sys/types.h... (cached) yes
  138. checking sys/time.h usability... yes
  139. checking sys/time.h presence... yes
  140. checking for sys/time.h... yes
  141. checking sys/mman.h usability... yes
  142. checking sys/mman.h presence... yes
  143. checking for sys/mman.h... yes
  144. checking mach/mach.h usability... no
  145. checking mach/mach.h presence... no
  146. checking for mach/mach.h... no
  147. checking readline.h usability... no
  148. checking readline.h presence... no
  149. checking for readline.h... no
  150. checking history.h usability... no
  151. checking history.h presence... no
  152. checking for history.h... no
  153. checking readline/readline.h usability... no
  154. checking readline/readline.h presence... no
  155. checking for readline/readline.h... no
  156. checking readline/history.h usability... no
  157. checking readline/history.h presence... no
  158. checking for readline/history.h... no
  159. checking sys/socket.h usability... yes
  160. checking sys/socket.h presence... yes
  161. checking for sys/socket.h... yes
  162. checking sys/ioctl.h usability... yes
  163. checking sys/ioctl.h presence... yes
  164. checking for sys/ioctl.h... yes
  165. checking sys/filio.h usability... no
  166. checking sys/filio.h presence... no
  167. checking for sys/filio.h... no
  168. checking sys/bitypes.h usability... yes
  169. checking sys/bitypes.h presence... yes
  170. checking for sys/bitypes.h... yes
  171. checking sys/wait.h usability... yes
  172. checking sys/wait.h presence... yes
  173. checking for sys/wait.h... yes
  174. checking sys/poll.h usability... yes
  175. checking sys/poll.h presence... yes
  176. checking for sys/poll.h... yes
  177. checking sys/select.h usability... yes
  178. checking sys/select.h presence... yes
  179. checking for sys/select.h... yes
  180. checking arpa/inet.h usability... yes
  181. checking arpa/inet.h presence... yes
  182. checking for arpa/inet.h... yes
  183. checking for linux/if.h... yes
  184. checking for linux/if_tun.h... yes
  185. checking for net/if.h... yes
  186. checking for net/if_tun.h... no
  187. checking AvailabilityMacros.h usability... no
  188. checking AvailabilityMacros.h presence... no
  189. checking for AvailabilityMacros.h... no
  190. checking IOKit/storage/IOBlockStorageDevice.h usability... no
  191. checking IOKit/storage/IOBlockStorageDevice.h presence... no
  192. checking for IOKit/storage/IOBlockStorageDevice.h... no
  193. checking sys/stropts.h usability... yes
  194. checking sys/stropts.h presence... yes
  195. checking for sys/stropts.h... yes
  196. checking stropts.h usability... yes
  197. checking stropts.h presence... yes
  198. checking for stropts.h... yes
  199. checking whether byte ordering is bigendian... no
  200. checking for an ANSI C-conforming const... yes
  201. checking for inline... inline
  202. checking size of short... 2
  203. checking size of int... 4
  204. checking size of long... 4
  205. checking size of long long... 8
  206. checking size of float... 4
  207. checking size of double... 8
  208. checking size of long double... 8
  209. checking size of void *... 4
  210. checking for off_t... yes
  211. checking for loff_t... yes
  212. checking for caddr_t... yes
  213. checking for size_t... yes
  214. checking return type of signal handlers... void
  215. checking whether time.h and sys/time.h may both be included... yes
  216. checking whether struct tm is in sys/time.h or time.h... time.h
  217. checking for socklen_t... yes
  218. checking for strdup... yes
  219. checking for strerror... yes
  220. checking for cfmakeraw... yes
  221. checking for clock_gettime... yes
  222. checking for timer_create... yes
  223. checking for sigaction... yes
  224. checking for signal... yes
  225. checking for mmap... yes
  226. checking for mprotect... yes
  227. checking for munmap... yes
  228. checking for vm_allocate... no
  229. checking for vm_deallocate... no
  230. checking for vm_protect... no
  231. checking for poll... yes
  232. checking for inet_aton... yes
  233. checking for mach_task_self... no
  234. checking for task_self... no
  235. checking for strings.h... (cached) yes
  236. checking login.h usability... no
  237. checking login.h presence... no
  238. checking for login.h... no
  239. checking sys/bsdtty.h usability... no
  240. checking sys/bsdtty.h presence... no
  241. checking for sys/bsdtty.h... no
  242. checking for sys/stat.h... (cached) yes
  243. checking util.h usability... no
  244. checking util.h presence... no
  245. checking for util.h... no
  246. checking pty.h usability... yes
  247. checking pty.h presence... yes
  248. checking for pty.h... yes
  249. checking for _getpty... no
  250. checking for vhangup... yes
  251. checking for strlcpy... no
  252. checking for /dev/ptc... no
  253. checking FIONBIO vs. O_NONBLOCK for non-blocking I/O... O_NONBLOCK
  254. checking whether compiler supports byte bit-fields... yes
  255. checking whether compiler supports framework AppKit... no
  256. checking whether compiler supports framework Carbon... no
  257. checking whether compiler supports framework IOKit... no
  258. checking whether compiler supports framework CoreFoundation... no
  259. checking whether TUN/TAP is supported... no
  260. checking whether mmap supports MAP_ANON... yes
  261. checking whether mmap supports MAP_ANONYMOUS... yes
  262. checking whether mprotect works... yes
  263. checking whether __PAGEZERO can be Low Memory area 0x0000-0x2000... no
  264. checking whether we can map Low Memory area 0x0000-0x2000... no
  265. checking whether signal handlers need to be reinstalled... no
  266. checking whether sigaction handlers need to be reinstalled... no
  267. checking whether your system supports Mach exceptions... no
  268. checking whether your system supports Windows exceptions... no
  269. checking whether your system supports extended signal handlers via asm... no
  270. checking whether your system supports extended signal handlers... yes
  271. checking whether we can skip instruction in SIGSEGV handler... yes
  272. checking for true... /bin/true
  273. checking for the addressing mode to use... direct
  274. checking for GAS .p2align feature... yes
  275. checking for GCC 2.7 or higher... yes
  276. checking for GCC 3.0 or higher... yes
  277. checking for ICC... no
  278. checking whether GCC supports constants merging... yes
  279. checking whether GCC supports store motion... yes
  280. checking whether the compiler supports -fno-strict-aliasing... yes
  281. checking whether the compiler supports -mdynamic-no-pic... no
  282. checking floating point format... IEEE (little-endian)
  283. checking ieee754.h usability... yes
  284. checking ieee754.h presence... yes
  285. checking for ieee754.h... yes
  286. checking ieeefp.h usability... no
  287. checking ieeefp.h presence... no
  288. checking for ieeefp.h... no
  289. checking floatingpoint.h usability... no
  290. checking floatingpoint.h presence... no
  291. checking for floatingpoint.h... no
  292. checking nan.h usability... no
  293. checking nan.h presence... no
  294. checking for nan.h... no
  295. checking for isnanl... yes
  296. checking for isinfl... yes
  297. checking for logl... yes
  298. checking for log10l... yes
  299. checking for expl... yes
  300. checking for powl... yes
  301. checking for fabsl... yes
  302. checking for sqrtl... yes
  303. checking for sinl... yes
  304. checking for cosl... yes
  305. checking for tanl... yes
  306. checking for sinhl... yes
  307. checking for coshl... yes
  308. checking for tanhl... yes
  309. checking for asinl... yes
  310. checking for acosl... yes
  311. checking for atanl... yes
  312. checking for asinhl... yes
  313. checking for acoshl... yes
  314. checking for atanhl... yes
  315. checking for floorl... yes
  316. checking for ceill... yes
  317. checking for atanh... yes
  318. checking for isnan... yes
  319. checking for isinf... yes
  320. checking for finite... yes
  321. checking for isnormal... no
  322. checking for signbit... no
  323. configure: creating ./config.status
  324. config.status: creating Makefile
  325. config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
  326. config.status: creating config.h
  327.  
  328. Basilisk II configuration summary:
  329.  
  330. Mac OS X GUI ........................... : no
  331. Mac OS X Sound ......................... : no
  332. SDL support ............................ : video audio
  333. BINCUE support ......................... : no
  334. LIBVHD support ......................... : no
  335. XFree86 DGA support .................... : no
  336. XFree86 VidMode support ................ : no
  337. fbdev DGA support ...................... : no
  338. Enable video on SEGV signals ........... : yes
  339. ESD sound support ...................... : no
  340. GTK user interface ..................... : no
  341. mon debugger support ................... : no
  342. Running m68k code natively ............. : no
  343. Use JIT compiler ....................... : no
  344. JIT debug mode ......................... : no
  345. Floating-Point emulation core .......... : IEEE fpu core
  346. Assembly optimizations ................. : none
  347. Addressing mode ........................ : direct
  348. Bad memory access recovery type ........ : siginfo
  349.  
  350. Configuration done. Now type "make" (or "gmake").
  351. rm -f BasiliskII obj/* core* *.core *~ *.bak
  352. rm -f cpuemu.cpp cpudefs.cpp cputmp*.s cpufast*.s cpustbl.cpp cputbl.h compemu.cpp compstbl.cpp comptbl.h
  353. 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
  354. 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
  355. 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
  356. 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
  357. 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
  358. 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
  359. 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
  360. 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
  361. 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
  362. 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
  363. 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
  364. 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
  365. 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
  366. 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
  367. 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
  368. 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
  369. 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
  370. 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
  371. 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
  372. 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
  373. 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
  374. 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
  375. 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
  376. 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
  377. 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
  378. 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
  379. 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
  380. 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
  381. 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
  382. 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
  383. 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
  384. 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
  385. 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
  386. 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
  387. ./../SDL/video_sdl.cpp: In function ‘void update_display_static(driver_base*)’:
  388. ./../SDL/video_sdl.cpp:1868:26: warning: comparison between ‘const enum video_depth’ and ‘enum<anonymous>’ [-Wenum-compare]
  389. if (VIDEO_MODE_DEPTH < VIDEO_DEPTH_8BIT) {
  390. ^
  391. 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
  392. 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
  393. 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
  394. 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
  395. 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
  396. 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
  397. 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
  398. 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
  399. 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
  400. 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
  401. 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
  402. 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
  403. 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
  404. ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  405. "VC","VS","PL","MI","GE","LT","GT","LE" };
  406. ^
  407. ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  408. ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  409. ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  410. ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  411. ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  412. ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  413. ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  414. ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  415. ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  416. ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  417. ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  418. ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  419. ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  420. ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  421. ./../uae_cpu/newcpu.cpp:1180:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  422. 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
  423. 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
  424. 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
  425. 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
  426. 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
  427. 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
  428. 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
  429. 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
  430. 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
  431. 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
  432. 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
  433. 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
  434. 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
  435. 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
  436. 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
  437. 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
  438. 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
  439. 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
  440. 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
  441. 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
  442. 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
  443. gcc -o obj/build68k obj/build68k.o
  444. obj/build68k <./../uae_cpu/table68k >cpudefs.cpp
  445. 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
  446. g++ -o obj/gencpu obj/gencpu.o obj/readcpu.o obj/cpudefs.o
  447. obj/gencpu
  448. 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
  449. 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
  450. 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
  451. 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
  452. 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
  453. 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
  454. 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
  455. 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
  456. 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
  457. 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
  458. /bin/true BasiliskII
  459. /home/pi/RetroPie-Setup
  460. /home/pi/RetroPie-Setup/tmp/build/basilisk /home/pi/RetroPie-Setup
  461.  
  462. = = = = = = = = = = = = = = = = = = = = =
  463. Installing 'basilisk' : Macintosh emulator
  464. = = = = = = = = = = = = = = = = = = = = =
  465.  
  466. /bin/sh ./mkinstalldirs /opt/retropie/emulators/basilisk/bin /opt/retropie/emulators/basilisk/share/man/man1 /opt/retropie/emulators/basilisk/share/BasiliskII
  467. mkdir -p -- /opt/retropie/emulators/basilisk/bin /opt/retropie/emulators/basilisk/share/man/man1 /opt/retropie/emulators/basilisk/share/BasiliskII
  468. /usr/bin/install -c BasiliskII /opt/retropie/emulators/basilisk/bin/BasiliskII
  469. if test -f ""; then \
  470. /usr/bin/install -c /opt/retropie/emulators/basilisk/bin/; \
  471. fi
  472. /usr/bin/install -c -m 644 ./BasiliskII.1 /opt/retropie/emulators/basilisk/share/man/man1/BasiliskII.1
  473. /usr/bin/install -c -m 644 ./../SDL/keycodes /opt/retropie/emulators/basilisk/share/BasiliskII/keycodes
  474. /usr/bin/install -c -m 644 ./fbdevices /opt/retropie/emulators/basilisk/share/BasiliskII/fbdevices
  475. /usr/bin/install -c -m 644 ./tunconfig /opt/retropie/emulators/basilisk/share/BasiliskII/tunconfig
  476. /home/pi/RetroPie-Setup
  477. /opt/retropie/emulators/basilisk /home/pi/RetroPie-Setup
  478.  
  479. = = = = = = = = = = = = = = = = = = = = =
  480. Configuring 'basilisk' : Macintosh emulator
  481. = = = = = = = = = = = = = = = = = = = = =
  482.  
  483. /home/pi/RetroPie-Setup
  484.  
  485. = = = = = = = = = = = = = = = = = = = = =
  486. Installing 'runcommand' : Configure the 'runcommand' - Launch script
  487. = = = = = = = = = = = = = = = = = = = = =
  488.  
  489.  
  490. Log ended at: Fri 15 Jan 12:51:27 CET 2016
  491. Total running time: 0 hours, 5 mins, 29 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement