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,227
  • 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.
  • Quincy @ Quincy:
    Usually when such a big title leaks the Temp will be the first to report about it (going off of historical reports here, Pokemon SV being the latest one I can recall seeing pop up here)
  • K3Nv2 @ K3Nv2:
    I still like how a freaking mp3 file hacks webos all that security defeated by text yet again
  • BigOnYa @ BigOnYa:
    They have simulators for everything nowdays, cray cray. How about a sim that shows you playing the Switch.
  • K3Nv2 @ K3Nv2:
    That's called yuzu
    +1
  • BigOnYa @ BigOnYa:
    I want a 120hz 4k tv but crazy how more expensive the 120hz over the 60hz are. Or even more crazy is the price of 8k's.
  • K3Nv2 @ K3Nv2:
    No real point since movies are 30fps
  • BigOnYa @ BigOnYa:
    Not a big movie buff, more of a gamer tbh. And Series X is 120hz 8k ready, but yea only 120hz 4k games out right now, but thinking of in the future.
  • K3Nv2 @ K3Nv2:
    Mostly why you never see TV manufacturers going post 60hz
  • BigOnYa @ BigOnYa:
    I only watch tv when i goto bed, it puts me to sleep, and I have a nas drive filled w my fav shows so i can watch them in order, commercial free. I usually watch Married w Children, or South Park
  • K3Nv2 @ K3Nv2:
    Stremio ruined my need for nas
  • BigOnYa @ BigOnYa:
    I stream from Nas to firestick, one on every tv, and use Kodi. I'm happy w it, plays everything. (I pirate/torrent shows/movies on pc, and put on nas)
  • K3Nv2 @ K3Nv2:
    Kodi repost are still pretty popular
  • BigOnYa @ BigOnYa:
    What the hell is Kodi reposts? what do you mean, or "Wut?" -xdqwerty
  • K3Nv2 @ K3Nv2:
    Google them basically web crawlers to movie sites
  • BigOnYa @ BigOnYa:
    oh you mean the 3rd party apps on Kodi, yea i know what you mean, yea there are still a few cool ones, in fact watched the new planet of the apes movie other night w wifey thru one, was good pic surprisingly, not a cam
  • BigOnYa @ BigOnYa:
    Damn, only $2.06 and free shipping. Gotta cost more for them to ship than $2.06
    +1
  • BigOnYa @ BigOnYa:
    I got my Dad a firestick for Xmas and showed him those 3rd party sites on Kodi, he loves it, all he watches anymore. He said he has got 3 letters from AT&T already about pirating, but he says f them, let them shut my internet off (He wants out of his AT&T contract anyways)
  • K3Nv2 @ K3Nv2:
    That's where stremio comes to play never got a letter about it
  • BigOnYa @ BigOnYa:
    I just use a VPN, even give him my login and password so can use it also, and he refuses, he's funny.
  • BigOnYa @ BigOnYa:
    I had to find and get him an old style flip phone even without text, cause thats what he wanted. No text, no internet, only phone calls. Old, old school.
  • Psionic Roshambo @ Psionic Roshambo:
    @BigOnYa, Lol I bought a new USB card reader thing on AliExpress last month for I think like 87 cents. Free shipping from China... It arrived it works and honestly I don't understand how it was so cheap.
    +1
    Psionic Roshambo @ Psionic Roshambo: @BigOnYa, Lol I bought a new USB card reader thing on AliExpress last month for I think like 87... +1