Facebook
From tol, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 133
  1. -- Building core: vice_x64 --
  2. NAME: vice_x64
  3. ASYNC: 0
  4. LTO: 0
  5. make: Entering directory '/home/user1/libretro-super/retroarch'
  6. /opt/devkitpro/devkitPPC/bin/powerpc-eabi-gcc -DINTERNAL_LIBOGC -DGEKKO -U__INT32_TYPE__ -U __UINT32_TYPE__ -D__INT32_TYPE__=int -Wall -std=gnu99 -DHW_RVL -mrvl -DGEKKO -mcpu=750 -meabi -mhard-float  -I. -I/opt/devkitpro/libogc/include -Iwii/libogc/include -I./libretro-common/include -Ideps -Ideps/stb -DHAVE_SOCKET_LEGACY -DHAVE_WIIUSB_HID -DHAVE_HID -DBIG_STACK -DHAVE_RJPEG -DHAVE_RARCH_EXEC -DHAVE_ZLIB -I./libretro-common/include/compat/zlib -DHAVE_RPNG -DHAVE_RBMP -DHAVE_RTGA -DHAVE_RUNAHEAD -DHAVE_7ZIP -DHAVE_SCREENSHOTS -DHAVE_REWIND -DHAVE_AUDIOMIXER -DHAVE_RWAV -DHAVE_OVERLAY -DRARCH_CONSOLE -std=gnu99 -DHAVE_RGUI -DHAVE_MENU -DHAVE_GRIFFIN=1 -Wno-char-subscripts -DRARCH_INTERNAL -DHAVE_DSP_FILTER -DHAVE_VIDEO_FILTER -DHAVE_FILTERS_BUILTIN -DHAVE_THREADS -DHAVE_CONFIGFILE -DHAVE_PATCH -DHAVE_CHEATS -DHAVE_RSOUND -O3 -c -ogriffin/griffin.o griffin/griffin.c
  7. In file included from griffin/griffin.c:711:0:
  8. griffin/../input/drivers_joypad/gx_joypad.c: In function 'gx_joypad_init':
  9. griffin/../input/drivers_joypad/gx_joypad.c:623:25: warning: passing argument 1 of 'SYS_SetResetCallback' from incompatible pointer type [-Wincompatible-pointer-types]
  10.     SYS_SetResetCallback(reset_cb);
  11.                          ^~~~~~~~
  12. In file included from C:/devkitPro/libogc/include/gccore.h:62:0,
  13.                  from griffin/../wii/libogc/libfat/common.h:47,
  14.                  from griffin/../wii/libogc/libfat/cache.c:39,
  15.                  from griffin/griffin.c:113:
  16. C:/devkitPro/libogc/include/ogc/system.h:328:15: note: expected 'resetcallback {aka void (*)(unsigned int,  void *)}' but argument is of type 'void (*)(void)'
  17.  resetcallback SYS_SetResetCallback(resetcallback cb);
  18.                ^~~~~~~~~~~~~~~~~~~~
  19. In file included from griffin/griffin.c:1089:0:
  20. griffin/../configuration.c: In function 'open_default_config_file':
  21. griffin/../configuration.c:2673:9: warning: unused variable 'has_application_data' [-Wunused-variable]
  22.     bool has_application_data              = false;
  23.          ^~~~~~~~~~~~~~~~~~~~
  24. griffin/../configuration.c:2670:9: warning: variable 'application_data' set but not used [-Wunused-but-set-variable]
  25.     char application_data[PATH_MAX_LENGTH];
  26.          ^~~~~~~~~~~~~~~~
  27. In file included from griffin/griffin.c:1374:0:
  28. griffin/../menu/menu_displaylist.c: In function 'menu_displaylist_parse_playlists':
  29. griffin/../menu/menu_displaylist.c:3085:19: warning: unused variable 'menu_ident' [-Wunused-variable]
  30.        const char *menu_ident = menu_driver_ident();
  31.                    ^~~~~~~~~~
  32. In file included from griffin/griffin.c:1174:0:
  33. At top level:
  34. griffin/../retroarch.c:13018:13: warning: 'command_set_shader' defined but not used [-Wunused-function]
  35.  static bool command_set_shader(const char *arg)
  36.              ^~~~~~~~~~~~~~~~~~
  37. griffin/../retroarch.c:12033:13: warning: 'dir_init_shader' defined but not used [-Wunused-function]
  38.  static void dir_init_shader(struct rarch_state *p_rarch)
  39.              ^~~~~~~~~~~~~~~
  40. griffin/../retroarch.c:11995:13: warning: 'dir_init_shader_internal' defined but not used [-Wunused-function]
  41.  static bool dir_init_shader_internal(
  42.              ^~~~~~~~~~~~~~~~~~~~~~~~
  43. /opt/devkitpro/devkitPPC/bin/powerpc-eabi-g++ -oretroarch_wii.elf -DHW_RVL -mrvl -DGEKKO -mcpu=750 -meabi -mhard-float -Wl,-Map,retroarch_wii.elf.map,-wrap,malloc,-wrap,free,-wrap,memalign,-wrap,calloc,-wrap,realloc,-wrap,strdup,-wrap,strndup,-wrap,malloc_usable_size -T bootstrap/gx/rvl.ld -Lwii/libogc/libs/wii -L. griffin/griffin.o  wii/app_booter/app_booter.binobj   -lretro_wii  -lwiiuse -lbte -logc
  44. .\libretro_wii.a(ioutil.o): In function `ioutil_access':
  45. ioutil.c:(.text.ioutil_access+0x34): undefined reference to `access'
  46. .\libretro_wii.a(monitor.o): In function `playback_commands':
  47. monitor.c:(.text.playback_commands+0x90): undefined reference to `parse_and_execute_line'
  48. .\libretro_wii.a(monitor.o): In function `monitor_init':
  49. monitor.c:(.text.monitor_init+0x6): undefined reference to `yydebug'
  50. monitor.c:(.text.monitor_init+0x1a): undefined reference to `yydebug'
  51. .\libretro_wii.a(monitor.o): In function `monitor_startup':
  52. monitor.c:(.text.monitor_startup+0x318): undefined reference to `parse_and_execute_line'
  53. .\libretro_wii.a(mon_breakpoint.o): In function `mon_breakpoint_check_checkpoint':
  54. mon_breakpoint.c:(.text.mon_breakpoint_check_checkpoint+0x2f0): undefined reference to `parse_and_execute_line'
  55. collect2.exe: error: ld returned 1 exit status
  56. make: *** [Makefile.griffin:1247: retroarch_wii.elf] Error 1
  57. make: Leaving directory '/home/user1/libretro-super/retroarch'
  58.