DacoTaco / priiloader

A Wii homebrew application that can prevent and fix some user level bricks
GNU General Public License v2.0
544 stars 101 forks source link

[ windows ] bug compilation r67 yet #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Know , this is the log :

1>------ Début de la génération : Projet : Priiloader, Configuration :
Release Win32 ------
1>Actions de projet Makefile en cours
1>../Shared/SubWCRev.exe "../." "../Shared/svnrev_template.h"
"../Shared/svnrev.h"
1>SubWCRev: 'e:\priiloader'
1>Last committed at revision 67
1>Updated to revision 67
1>stub.bin
1>bin2s -a 32 /e/priiloader/priiloader/data/stub.bin | powerpc-eabi-as -o
stub.bin.o
1>echo "extern const u8" `(echo stub.bin | sed -e 's/^\([0-9]\)/_\1/' | tr
. _)`"_end[];" > `(echo stub.bin | tr . _)`.h
1>echo "extern const u8" `(echo stub.bin | sed -e 's/^\([0-9]\)/_\1/' | tr
. _)`"[];" >> `(echo stub.bin | tr . _)`.h
1>echo "extern const u32" `(echo stub.bin | sed -e 's/^\([0-9]\)/_\1/' | tr
. _)`_size";" >> `(echo stub.bin | tr . _)`.h
1>error.cpp
1>font.cpp
1>gecko.cpp
1>hacks.cpp
1>main.cpp
1>e:/priiloader/priiloader/source/main.cpp(62):23: error: certs_bin.h: No
such file or directory
1>e:/priiloader/priiloader/source/main.cpp: In function 'void
BootMainSysMenu()':
1>e:/priiloader/priiloader/source/main.cpp(1515): error: 'certs_bin' was
not declared in this scope
1>e:/priiloader/priiloader/source/main.cpp(1515): error: 'certs_bin_size'
was not declared in this scope
1>e:/priiloader/priiloader/source/main.cpp(1565): warning: taking address
of temporary
1>e:/priiloader/priiloader/source/main.cpp: In function 'void
InstallLoadDOL()':
1>e:/priiloader/priiloader/source/main.cpp(1719): warning: comparison
between signed and unsigned integer expressions
1>password.cpp
1>e:/priiloader/priiloader/source/password.cpp: In function 'void
password_check()':
1>e:/priiloader/priiloader/source/password.cpp(364): warning: deprecated
conversion from string constant to 'char*'
1>settings.cpp
1>state.cpp
1>usbstorage.c
1>unstub.S
1>linking ... priiloader.elf
1>powerpc-eabi-g++.exe: main.o: No such file or directory
1>make[1]: *** [/e/priiloader/priiloader/priiloader.elf] Error 1
1>make: *** [build] Error 2
1>Project : error PRJ0019: Un outil a retourné un code d'erreur à partir de
"Actions de projet Makefile en cours"
1>Le journal de génération a été enregistré à l'emplacement
"file://e:\priiloader\priiloader\Release\BuildLog.htm"
1>Priiloader - 4 erreur(s), 3 avertissement(s)
2>------ Génération ignorée : Projet : Installer, Configuration : Release
Win32 ------
2>Projet non sélectionné dans le cadre d'une génération pour cette
configuration de solution 
========== Génération : 0 a réussi, 1 a échoué, 0 mis à jour, 1 a été
ignoré ==========

Original issue reported on code.google.com by kynowo...@hotmail.fr on 21 Feb 2010 at 3:32

GoogleCodeExporter commented 9 years ago
you dont have certs in the data directory. easy as that 

look at the log ;)

its not compiling the certs.bin and its saying it can't find the header which is
produced when the bin was compiled

Original comment by dac...@gmail.com on 21 Feb 2010 at 3:45

GoogleCodeExporter commented 9 years ago
ha yes of course !! I deleter my old folder and I forget the cert.bin .. I try ,
thank's ;) . and sorry ^^'

Original comment by kynowo...@hotmail.fr on 21 Feb 2010 at 4:12

GoogleCodeExporter commented 9 years ago

Original comment by dac...@gmail.com on 21 Feb 2010 at 6:18