In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
3,236 bytes added ,  03:59, 15 October 2009
Revert edits by Sadsoul938
Line 271: Line 271:       −
The homebrew channel 1.0.6 won't work with preloader.
+
== Compiling 0.30 ==
Will you fix it? It's because hbc uses a different title I.D
+
 
 +
quick Q? in the nfo file that comes with the sources it states "Before you can compile anything you need to place a certs.bin into the data directory." where can this file be found and for compileing what would it be used for when it comes to preloader?--[[User:Trigger ftu|Trigger ftu]] 21:58, 7 October 2009 (UTC)
 +
 
 +
on your wii FS. in the sys folder i think (cert.sys)
 +
--[[User:DacoTaco|DacoTaco]] 04:50, 8 October 2009 (UTC)
 +
 
 +
::I can't compile it... any instruction ?
 +
 
 +
$ make
 +
certs.bin
 +
bin2s -a 32 /home/goldy/Apps/wii/preloaderv0.30-src/data/certs.bin | powerpc-gekko-as -o certs.bin.o
 +
echo "extern const u8" `(echo certs.bin | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`"_end[];" > `(echo certs.bin | tr . _)`.h
 +
echo "extern const u8" `(echo certs.bin | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`"[];" >> `(echo certs.bin | tr . _)`.h
 +
echo "extern const u32" `(echo certs.bin | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`_size";" >> `(echo certs.bin | tr . _)`.h
 +
su.tik
 +
bin2s -a 32 /home/goldy/Apps/wii/preloaderv0.30-src/data/su.tik | powerpc-gekko-as -o su.tik.o
 +
echo "extern const u8" `(echo su.tik | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`"_end[];" > `(echo su.tik | tr . _)`.h
 +
echo "extern const u8" `(echo su.tik | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`"[];" >> `(echo su.tik | tr . _)`.h
 +
echo "extern const u32" `(echo su.tik | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`_size";" >> `(echo su.tik | tr . _)`.h
 +
su.tmd
 +
bin2s -a 32 /home/goldy/Apps/wii/preloaderv0.30-src/data/su.tmd | powerpc-gekko-as -o su.tmd.o
 +
echo "extern const u8" `(echo su.tmd | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`"_end[];" > `(echo su.tmd | tr . _)`.h
 +
echo "extern const u8" `(echo su.tmd | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`"[];" >> `(echo su.tmd | tr . _)`.h
 +
echo "extern const u32" `(echo su.tmd | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`_size";" >> `(echo su.tmd | tr . _)`.h
 +
error.cpp
 +
/home/goldy/Apps/wii/preloaderv0.30-src/source/error.cpp:25:20: warning: gccore.h: No such file or directory
 +
In file included from /home/goldy/Apps/wii/preloaderv0.30-src/source/error.cpp:30:
 +
/home/goldy/Apps/wii/preloaderv0.30-src/include/settings.h:71: error: 'u32' does not name a type
 +
/home/goldy/Apps/wii/preloaderv0.30-src/include/settings.h:72: error: 'u32' does not name a type
 +
/home/goldy/Apps/wii/preloaderv0.30-src/include/settings.h:73: error: 'u32' does not name a type
 +
/home/goldy/Apps/wii/preloaderv0.30-src/source/error.cpp:33: error: 'u32' does not name a type
 +
/home/goldy/Apps/wii/preloaderv0.30-src/source/error.cpp: In function 'void ShowError()':
 +
/home/goldy/Apps/wii/preloaderv0.30-src/source/error.cpp:37: error: 'error' was not declared in this scope
 +
/home/goldy/Apps/wii/preloaderv0.30-src/source/error.cpp:39: error: 'SGetSetting' was not declared in this scope
 +
/home/goldy/Apps/wii/preloaderv0.30-src/source/error.cpp:40: error: 'vu32' was not declared in this scope
 +
/home/goldy/Apps/wii/preloaderv0.30-src/source/error.cpp:40: error: expected primary-expression before ')' token
 +
/home/goldy/Apps/wii/preloaderv0.30-src/source/error.cpp:40: error: expected `;' before numeric constant
 +
make[1]: *** [error.o] Erreur 1
 +
make: *** [build] Erreur 2
 +
 
 +
--[[User:Goldy|Goldy]] 18:33, 11 October 2009 (UTC)
 +
 
 +
you dont have devkitppc/libogc or you dont have it setup right. --[[User:DacoTaco|DacoTaco]] 18:57, 11 October 2009 (UTC)
3,893

edits

Navigation menu