libretro / libretro-meta

The Unlicense
4 stars 3 forks source link

Fail to link core to Retroarch #23

Open andres-asm opened 7 years ago

andres-asm commented 7 years ago

From @ofry on October 21, 2015 10:50

Log is there:

http://pastebin.com/fY6KaZnE

Copied from original issue: libretro/mgba#23

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/42894548-fail-to-link-core-to-retroarch?utm_campaign=plugin&utm_content=tracker%2F56438981&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F56438981&utm_medium=issues&utm_source=github).
sergiobenrocha2 commented 7 years ago
-- Building core: mgba --
make: Entering directory `/c/usr/local/cell/libretro-super/retroarch'
/C/usr/local/cell/host-win32/sn/bin/ps3ppuld.exe -oformat=elf  objs/snc/griffin/griffin.ppu.o -L/C/usr/local/cell/target/ppu/lib/PSGL/RSX/ultra-opt -lPSGL -lPSGLcgc -lretro_ps3 -lcgc -lgcm_cmdasm -lgcm_sys_stub -lresc_stub -lm -lio_stub -lfs_stub -lsysutil_stub -lsysutil_game_stub -lsysutil_screenshot_stub -lsysutil_np_stub -lpngdec_stub -lsysmodule_stub -laudio_stub -lnet_stub -lnetctl_stub -lpthread -o retroarch_ps3.elf
ps3ppuld 330.1.3884.0 (rel,ps3,330.1,ppu,src @77474 #334747 ) "c:\usr\local\cell\host-win32\sn\bin\ps3ppuld.exe"
Command line : error: L0039: reference to undefined symbol `.localtime_r' in file "c:\usr\local\cell\libretro-super\retroarch\libretro_ps3.a(hardware.o)"
hardware.c(1) : error: L0039: reference to undefined symbol `.localtime_r' in file "c:\usr\local\cell\libretro-super\retroarch\libretro_ps3.a(hardware.o)"
make: *** [retroarch_ps3.elf] Error 1
make: Leaving directory `/c/usr/local/cell/libretro-super/retroarch'