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,349
  • 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: 219

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.
  • S @ salazarcosplay:
    hunter x hunter
  • S @ salazarcosplay:
    he has not allowed anyone to continue it for him for example
  • Xdqwerty @ Xdqwerty:
    @salazarcosplay, theres a dragon ball af mod for budokai 3
  • Xdqwerty @ Xdqwerty:
    updated ship of harkinian, gonna install some hd texture pack
  • Xdqwerty @ Xdqwerty:
    I might download rayman revolution for my ps3
  • BigOnYa @ BigOnYa:
    I may try the new ram site, and download more RAM to my Switch. Not sure if ddr3 is the right ram
    for it tho. Edit- no it uses floppy Ram, just like @AncientBoi
    +1
  • Xdqwerty @ Xdqwerty:
    aeiou
  • BigOnYa @ BigOnYa:
    And sometimes Z
  • SylverReZ @ SylverReZ:
    @K3Nv2, MAGA supporters be wearing tin foil hats lol.
    +1
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, whats maga?
  • BigOnYa @ BigOnYa:
    It stands for Maniacs Against General Acceptance
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, people rejecting general consensus about stuff?
    +1
  • BigOnYa @ BigOnYa:
    Yup, nuh its really just Trump followers
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, im not american so i dont care about trump
    +1
  • Xdqwerty @ Xdqwerty:
    or us elections
  • BigOnYa @ BigOnYa:
    Me niether, us north Koreans don't care
  • Xdqwerty @ Xdqwerty:
    good night
  • BakerMan @ BakerMan:
    i don't care either, even if i'm american
  • BakerMan @ BakerMan:
    truth be told, i agree with psi, i dislike both candidates, but i'd probably vote trump simply because the economy was better during his presidency
  • AngryCinnabon @ AngryCinnabon:
    Just be careful, if trump ends up winning and using project 2025 America might really change...for the worse.
  • AngryCinnabon @ AngryCinnabon:
    I'm not american and even that sends shivers down my spine.
  • AngryCinnabon @ AngryCinnabon:
    anything that offers trump an opportunity to become an actual dictator
    is bad in my book, i could care less if it wasn't for that...
  • K3Nv2 @ K3Nv2:
    Canada: America's Russia
  • NinStar @ NinStar:
    people are so dramatic that I can't even tell if they are being serious
    NinStar @ NinStar: people are so dramatic that I can't even tell if they are being serious