I'm not sure if this is a wut thing or a devkitPPC thing, but in trying to port some code to wut I've encountered the following errors when creating the rpx file:
ERROR: Unsupported relocation type 72
ERROR: Unsupported relocation type 70
ERROR: fixRelocations failed.
I'm using the CMake toolchain like in the hello_world C++ CMake example. Is the issue above caused by something in my environment?