Hi!
I'm trying to get a .rpx file from some homebrews, i tried using elf2rpl, and it gives me a .rpx bigger that .elf (1KB) but when i try to pack it (with WiiUInstallerPackerv5, i will try NUSPacker) it gives me an error (basically the .rpx its invalid/incorrect), so i tried to change some things in the makefile like in HBL rpx commit but it gave me this error:
In file included from c:/Users/la/wut/samples/loadiine_gx2/src/gui/Gui.h:20:0,
from c:/Users/la/wut/samples/loadiine_gx2/src/menu/MainWindow.h:22,
from c:/Users/la/wut/samples/loadiine_gx2/src/Application.h:20,
from c:/Users/la/wut/samples/loadiine_gx2/src/Application.cpp:17:
c:/Users/la/wut/samples/loadiine_gx2/src/gui/GuiElement.h:22:21: fatal error: gctypes.h: No such file or directory
#include <gctypes.h>
Can you say me how to make a correct rpx makefile or "validate" an elf2rpl rpx file
@dimok please?
Bye!