Closed john-parton closed 3 years ago
Since this got pushed to GCW Zero, has this ever worked or has this been a problem from the get go? Trying to see if I can go back in nightlies to find a time where this did work ok.
I'm testing on the RG350M. I'm a new dev, so I don't know the history of this entire build. I just know it doesn't build with the referenced commit.
sting on the RG350M. I'm a new dev, so I don't know the history of this entire build. I just know it doesn't build with the referenced co
Cool deal. Not a dev at all myself, just went to the most recent nightly and saw this was the case on my GCW Zero. FWIW, I'm on the most recent Alpha 2021 firmware for it, I suspect that doesn't make a huge difference for this though.
We now have OpenDingux Beta support: https://github.com/libretro/RetroArch/pull/12190
There's currently a little bug in the OS related to IPU scaling - this has already been fixed by zcrc, though, and the update should be included in tomorrow's OD beta nightly
I needed to use the mksquashfs from the old toolchain to finish the last step of actually making the opk, but otherwise everything else used the new toolchain that I installed at /opt/gcw-toolchain.2020-10-01
Yeah, the mksquashfs in the latest toolchain requires glibc 2.32, which is only installed on 'bleeding edge' distros. It should be okay to use the old one for personal builds - otherwise you'll need something like ubuntu groovy or opensuse tumbleweed (both of which run nicely in VirtualBox)
Description
RetroArch fails to load a core on nightly OpenDingux, even when both RetroArch and the core are built using the new toolchain.
Expected behavior
You should be able to compile RetroArch and cores using the new toolchain and run it on OpenDingux nightly.
Actual behavior
I compiled RetroArch master using the new OpenDingux toolchain, available here: http://od.abstraction.se/opendingux/opendingux-gcw0-toolchain.2020-10-01.tar.gz I also compiled dosbox-pure using the new toolchain. I'm on the Anbernic RG350M, with the firmware available here: http://od.abstraction.se/opendingux/ca2eb4d29774781f6843361f66a7817ffdbf3895/ (Built 2021-01-02)
RetroArch starts successfully, but when I try to load a core, I get this error:
Full log: error.log
Steps to reproduce the bug
Version/Commit
You can find this information under Information/System Information
Environment information
To compile
I needed to use the
mksquashfs
from the old toolchain to finish the last step of actually making the opk, but otherwise everything else used the new toolchain that I installed at/opt/gcw-toolchain.2020-10-01