yne / opentube-psp

Youtube player for the Playstation Portable
4 stars 2 forks source link

Need help =D #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
well now that the homebrew is stable
i tried to compile it but when its get to the kernel i get this error:

C:\Documents and Settings\Administrator\שולחן העבודה\opentube-psp>cd 
kernel

C:\Documents and Settings\Administrator\שולחן 
העבודה\opentube-psp\kernel>make
psp-gcc -IC:/pspdev/psp/sdk/include/libc -I../lib -I../core -I. -IC:/pspdev/psp/
sdk/include -G0 -Wall -O3 -std=c99 -D_PSP_FW_VERSION=150   -c -o kernel.o kernel
.c
kernel.c:2:24: error: systemctrl.h: No such file or directory
kernel.c: In function 'meBootStart':
kernel.c:30: warning: implicit declaration of function 'sctrlHENFindFunction'
make: *** [kernel.o] Error 1

im using windows xp
can you tell me whats the problem?
thank you for your opentube :D

Original issue reported on code.google.com by LIRANTHE...@gmail.com on 19 Aug 2011 at 6:38

GoogleCodeExporter commented 9 years ago
systemctrl.h is missing, you can get it here :
http://hen.googlecode.com/svn/trunk/6.20/rebootex/systemctrl/systemctrl.h

Original comment by biscotte...@gmail.com on 21 Aug 2011 at 5:36