Homebrew Official [RELEASE] Mii-Test-U - A Wii U Gamepad functions tester utility (Support for FWs 2.0.0 - 5.5.0)

  • Thread starter Deleted User
  • Start date
  • Views 19,155
  • Replies 79
  • Likes 16
D

Deleted User

Guest
OP
When I try to compile it (libwiiu made compatible for 5.5.0) I get this error:
Code:
./bin/loader.o: In function `_start':
loader.c:(.text+0x314): undefined reference to `_entryPoint'
Makefile:15: recipe for target 'main550' failed
make: *** [main550] Error 1
I copied the content of the (modified) libwiiu-master folder to the Source folder and put the source into another folder (so that the references to coreinit.h and the other libwiiu resources are correct).
Am I doing it wrong?
okay, so make a directory called "osscreenexamples" in the directory where build.py is, then place the MiiTestU source folder (with the makefile and code) into that osscreenexamples folder. let me know if that works.
 

cmdj13

Well-Known Member
Member
Joined
Aug 28, 2015
Messages
139
Trophies
0
Location
In front of my computer
XP
219
Country
Gambia, The
okay, so make a directory called "osscreenexamples" in the directory where build.py is, then place the MiiTestU source folder (with the makefile and code) into that osscreenexamples folder. let me know if that works.
When I build it with build.py everything is fine until it gets to code550.bin - then I get the same error:
Code:
E:\Systems\WiiU_Homebrew\MiiTestUSource>python build.py osscreenexamples/input
Building for your windows platform...
mkdir -p ./bin
mkdir -p ./bin/550/
mkdir -p ./bin/532/
mkdir -p ./bin/500/
mkdir -p ./bin/410/
mkdir -p ./bin/400/
mkdir -p ./bin/310/
mkdir -p ./bin/300/
mkdir -p ./bin/210/
mkdir -p ./bin/200/
powerpc-eabi-gcc -nostdinc -fno-builtin -c -DVER=550  ./src/*.c
#-Wa,-a,-ad
cp -r ./*.o ./bin/550
rm ./*.o
powerpc-eabi-gcc -nostdinc -fno-builtin -c -DVER=532  ./src/*.c
#-Wa,-a,-ad
cp -r ./*.o ./bin/532
rm ./*.o
powerpc-eabi-gcc -nostdinc -fno-builtin -c -DVER=500  ./src/*.c
#-Wa,-a,-ad
cp -r ./*.o ./bin/500
rm ./*.o
powerpc-eabi-gcc -nostdinc -fno-builtin -c -DVER=410 ./src/*.c
#-Wa,-a,-ad
cp -r ./*.o ./bin/410
rm ./*.o
powerpc-eabi-gcc -nostdinc -fno-builtin -c -DVER=400 ./src/*.c
#-Wa,-a,-ad
cp -r ./*.o ./bin/400
rm ./*.o
powerpc-eabi-gcc -nostdinc -fno-builtin -c -DVER=310 ./src/*.c
#-Wa,-a,-ad
cp -r ./*.o ./bin/310
rm ./*.o
powerpc-eabi-gcc -nostdinc -fno-builtin -c -DVER=300 ./src/*.c
#-Wa,-a,-ad
cp -r ./*.o ./bin/300
rm ./*.o
powerpc-eabi-gcc -nostdinc -fno-builtin -c -DVER=210 ./src/*.c
#-Wa,-a,-ad
cp -r ./*.o ./bin/210
rm ./*.o
powerpc-eabi-gcc -nostdinc -fno-builtin -c -DVER=200 ./src/*.c
#-Wa,-a,-ad
cp -r ./*.o ./bin/200
rm ./*.o
mkdir -p ./bin/
powerpc-eabi-gcc -nostdinc -fno-builtin -c -DVER=550 src/*.c
#-Wa,-a,-ad
cp -r ./*.o ./bin
rm ./*.o
powerpc-eabi-ld -Ttext 1800000 --oformat binary -o ./bin/code550.bin ./bin/loader.o ./../../libwiiu/bin/550/*.o `find ./bin -name "*.o" ! -name "loader.o"`
Datei *.o nicht gefunden
./bin/loader.o: In function `_start':
loader.c:(.text+0x314): undefined reference to `_entryPoint'
Makefile:15: recipe for target 'main550' failed
make: *** [main550] Error 1
 
D

Deleted User

Guest
OP
When I build it with build.py everything is fine until it gets to code550.bin - then I get the same error:
Code:
E:\Systems\WiiU_Homebrew\MiiTestUSource>python build.py osscreenexamples/input
Building for your windows platform...
mkdir -p ./bin
mkdir -p ./bin/550/
mkdir -p ./bin/532/
mkdir -p ./bin/500/
mkdir -p ./bin/410/
mkdir -p ./bin/400/
mkdir -p ./bin/310/
mkdir -p ./bin/300/
mkdir -p ./bin/210/
mkdir -p ./bin/200/
powerpc-eabi-gcc -nostdinc -fno-builtin -c -DVER=550  ./src/*.c
#-Wa,-a,-ad
cp -r ./*.o ./bin/550
rm ./*.o
powerpc-eabi-gcc -nostdinc -fno-builtin -c -DVER=532  ./src/*.c
#-Wa,-a,-ad
cp -r ./*.o ./bin/532
rm ./*.o
powerpc-eabi-gcc -nostdinc -fno-builtin -c -DVER=500  ./src/*.c
#-Wa,-a,-ad
cp -r ./*.o ./bin/500
rm ./*.o
powerpc-eabi-gcc -nostdinc -fno-builtin -c -DVER=410 ./src/*.c
#-Wa,-a,-ad
cp -r ./*.o ./bin/410
rm ./*.o
powerpc-eabi-gcc -nostdinc -fno-builtin -c -DVER=400 ./src/*.c
#-Wa,-a,-ad
cp -r ./*.o ./bin/400
rm ./*.o
powerpc-eabi-gcc -nostdinc -fno-builtin -c -DVER=310 ./src/*.c
#-Wa,-a,-ad
cp -r ./*.o ./bin/310
rm ./*.o
powerpc-eabi-gcc -nostdinc -fno-builtin -c -DVER=300 ./src/*.c
#-Wa,-a,-ad
cp -r ./*.o ./bin/300
rm ./*.o
powerpc-eabi-gcc -nostdinc -fno-builtin -c -DVER=210 ./src/*.c
#-Wa,-a,-ad
cp -r ./*.o ./bin/210
rm ./*.o
powerpc-eabi-gcc -nostdinc -fno-builtin -c -DVER=200 ./src/*.c
#-Wa,-a,-ad
cp -r ./*.o ./bin/200
rm ./*.o
mkdir -p ./bin/
powerpc-eabi-gcc -nostdinc -fno-builtin -c -DVER=550 src/*.c
#-Wa,-a,-ad
cp -r ./*.o ./bin
rm ./*.o
powerpc-eabi-ld -Ttext 1800000 --oformat binary -o ./bin/code550.bin ./bin/loader.o ./../../libwiiu/bin/550/*.o `find ./bin -name "*.o" ! -name "loader.o"`
Datei *.o nicht gefunden
./bin/loader.o: In function `_start':
loader.c:(.text+0x314): undefined reference to `_entryPoint'
Makefile:15: recipe for target 'main550' failed
make: *** [main550] Error 1
Don't use build.py to build the MP4 file. Use Yellows8's wiiuhax_common to build the MP4.
 
D

Deleted User

Guest
OP

Attachments

  • PLACE_ME_INTO_WWW_DIRECTORY_IN_WAMP_SERVER.zip
    10.3 KB · Views: 218

cmdj13

Well-Known Member
Member
Joined
Aug 28, 2015
Messages
139
Trophies
0
Location
In front of my computer
XP
219
Country
Gambia, The
imagine if you compiled the virus XD
I'm able to see if it's a virus or not when I look at the source code ;)

--------------------- MERGED ---------------------------

I would use WAMP server to compile the code, still. Like I say, when you have installed it, place these files into the WWW (website root) folder, and then use this URL in Google Chrome to get your MP4 file: http://<your_ip_address>/wiiuhaxx.php?sysver=550 (replace <your_ip_address> with your PC's IP address.)
Thanks, but I'm fine with my Apache24 server. But if you tell me how to compile your project with WAMP I might get interested :D
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    ZeroT21 @ ZeroT21: :lol: