libretro / dosbox-libretro

Port of DOSBox (upstream) to the libretro API.
GNU General Public License v2.0
62 stars 40 forks source link

Wii U support #67

Closed ashquarky closed 7 years ago

ashquarky commented 7 years ago

Just a makefile tweak to let you compile for Wii U. Needs these changes merged into the frontend first in order for compilation to succeed. The core ends up with a huge .bss, so this only works as an RPX at this stage.

inactive123 commented 7 years ago

Hi there @QuarkTheAwesome ,

I added dosbox for wiiu to the buildbot and I currently get this error on compilation -

http://p.0bl.net/48755

Would you know what to do here? Does the WiiU SDK on our buildbot perhaps require updating?

ashquarky commented 7 years ago

Sounds like it. I'm not near a PC so I can't really investigate, but I didn't have any problems with ftruncate on my setup (pretty sure it's the latest). Maybe you can run powerpc-eabi-gcc -version on the buildbot so we can find out for sure?

ashquarky commented 7 years ago

@twinaphex Did you ever figure this out?

r-type commented 7 years ago

@twinaphex I have build dosbox too , and don"t have the ftruncate issue. It build fine with (devkitPPC release 29-1)

Can you check the builbot /home/buildbot/tools/devkitpro/devkitPPC/bin/powerpc-eabi-g++ version as @QuarkTheAwesome asked ?

r-type commented 7 years ago

@twinaphex I have tested to build with devkitPPC release 29 and it failed with the same ftruncate issue. But building with devkitPPC release 29-1 there is no issue.

Can you ask for update the devkitPPC to 29-1 ? it's pretty easy rename the old one (like devkitPPC29 ) and just put the new one instead of the old one.

BTW If there is any regressions with other cores with the new devkit, It will be pretty easy to revert to v29.

r-type commented 7 years ago

@bparker06 are you the maintainer of buildbot ? if yes can you look to update devkitpcc to 29-1 ? if not who can help here ?