Not sure what's going on with DOSBox, @LibRetroArc has been silent since he contacted me about some buildbot issues. I have no idea what's going on with it, sorry.
Remind me on Monday and I'll PR the other two in.
here is the log where it failed at buildbot , should be easy to fix .
/home/buildbot/tools/devkitpro/devkitPPC/bin/powerpc-eabi-g++ -D__LIBRETRO__ -I./src -I./libretro -I./libretro-common/include -I./include -I./src/midi/munt -DGEKKO -DWIIU -DHW_RVL -mwup -mcpu=750 -meabi -mhard-float -D__POWERPC__ -D__ppc__ -DMSB_FIRST -DWORDS_BIGENDIAN=1 -U__INT32_TYPE__ -U __UINT32_TYPE__ -D__INT32_TYPE__=int -O3 -DNDEBUG -DGIT_VERSION=\"" 0049218"\" -c src/dos/dos_tables.cpp -o src/dos/dos_tables.o
/home/buildbot/tools/devkitpro/devkitPPC/bin/powerpc-eabi-g++ -D__LIBRETRO__ -I./src -I./libretro -I./libretro-common/include -I./include -I./src/midi/munt -DGEKKO -DWIIU -DHW_RVL -mwup -mcpu=750 -meabi -mhard-float -D__POWERPC__ -D__ppc__ -DMSB_FIRST -DWORDS_BIGENDIAN=1 -U__INT32_TYPE__ -U __UINT32_TYPE__ -D__INT32_TYPE__=int -O3 -DNDEBUG -DGIT_VERSION=\"" 0049218"\" -c src/dos/drives.cpp -o src/dos/drives.o
/home/buildbot/tools/devkitpro/devkitPPC/bin/powerpc-eabi-g++ -D__LIBRETRO__ -I./src -I./libretro -I./libretro-common/include -I./include -I./src/midi/munt -DGEKKO -DWIIU -DHW_RVL -mwup -mcpu=750 -meabi -mhard-float -D__POWERPC__ -D__ppc__ -DMSB_FIRST -DWORDS_BIGENDIAN=1 -U__INT32_TYPE__ -U __UINT32_TYPE__ -D__INT32_TYPE__=int -O3 -DNDEBUG -DGIT_VERSION=\"" 0049218"\" -c src/dos/drive_virtual.cpp -o src/dos/drive_virtual.o
/home/buildbot/tools/devkitpro/devkitPPC/bin/powerpc-eabi-g++ -D__LIBRETRO__ -I./src -I./libretro -I./libretro-common/include -I./include -I./src/midi/munt -DGEKKO -DWIIU -DHW_RVL -mwup -mcpu=750 -meabi -mhard-float -D__POWERPC__ -D__ppc__ -DMSB_FIRST -DWORDS_BIGENDIAN=1 -U__INT32_TYPE__ -U __UINT32_TYPE__ -D__INT32_TYPE__=int -O3 -DNDEBUG -DGIT_VERSION=\"" 0049218"\" -c src/dos/drive_local.cpp -o src/dos/drive_local.o
src/dos/drive_local.cpp: In member function 'virtual bool localFile::Write(Bit8u*, Bit16u*)':
src/dos/drive_local.cpp:562:59: error: 'ftruncate' was not declared in this scope
return (!ftruncate(fileno(fhandle),ftell(fhandle)));
^
Makefile.libretro:240: recipe for target 'src/dos/drive_local.o' failed
make: *** [src/dos/drive_local.o] Error 1
make: *** Waiting for unfinished jobs....
COPY CMD: cp -v dosbox_libretro_wiiu.a /home/buildbot/buildbot/wiiu/dist/wiiu//dosbox_libretro_wiiu.a
cp: cannot stat 'dosbox_libretro_wiiu.a': No such file or directory[/code]
Edit: I re-launched Twinaphex to check the devkit version (as you done before) , for Bluemsx I didn't see any wiiu recipe for that core.
Last edited by rioray,
