starguarras escribió:Hola gente. Menudo cacao llevo encima, espero q podais iluminarme un poco porque cuanto más leo, menos sé lo q estoy haciendo.
Estoy intentando compilar algo con el devkit. Me gustaría saber cuales son los pasos básicos, xq estoy dando vueltas por el famoso msys y no consigo compilar ninguno de los ejemplos en .c ... por no hablar de intentar compilar y q aparezca algun "hello world" en la consola
Gracias y salu2
starguarras escribió:Hola gente. Menudo cacao llevo encima, espero q podais iluminarme un poco porque cuanto más leo, menos sé lo q estoy haciendo.
Estoy intentando compilar algo con el devkit. Me gustaría saber cuales son los pasos básicos, xq estoy dando vueltas por el famoso msys y no consigo compilar ninguno de los ejemplos en .c ... por no hablar de intentar compilar y q aparezca algun "hello world" en la consola
Gracias y salu2
Brevemente y muy rapido que toy trabajandop, cuando salga si no te ha servido te lo pongo mas clarito:
JumpingJack escribió:Pues yo sigo todos esos pasos y recibo este error al compilar:
template.c
make[1]: powerpc-gekko-gcc: Command not found
make[1]: *** [template.o] Error 127
make: *** [build] Error 2
Llevo asi varios dias y no se donde puede estar el error, si alguien pudiera ayudarme se lo agradeceria.
Pifia escribió:
Creaste la variable en systema?
Ese error es debido a que no encuantra el programa compilador:
Me e dado cuenta de un fallo, la variable tiene que llamarse: devkitppc
En 30 minutos estoy en casa.
Salu2.
Creando Archivo... Espere...
template.c
c:/devkitPro/msys/home/berto1989/wii/template/source/template.c:5:20: warning: o
gcsys.h: No such file or directory
c:/devkitPro/msys/home/berto1989/wii/template/source/template.c:6:20: warning: g
ccore.h: No such file or directory
c:/devkitPro/msys/home/berto1989/wii/template/source/template.c:9: error: expect
ed '=', ',', ';', 'asm' or '__attribute__' before '*' token
c:/devkitPro/msys/home/berto1989/wii/template/source/template.c: In function 'ma
in':
c:/devkitPro/msys/home/berto1989/wii/template/source/template.c:13: warning: imp
licit declaration of function 'VIDEO_Init'
c:/devkitPro/msys/home/berto1989/wii/template/source/template.c:14: warning: imp
licit declaration of function 'PAD_Init'
c:/devkitPro/msys/home/berto1989/wii/template/source/template.c:16: warning: imp
licit declaration of function 'VIDEO_GetCurrentTvMode'
c:/devkitPro/msys/home/berto1989/wii/template/source/template.c:17: error: 'VI_N
TSC' undeclared (first use in this function)
c:/devkitPro/msys/home/berto1989/wii/template/source/template.c:17: error: (Each
undeclared identifier is reported only once
c:/devkitPro/msys/home/berto1989/wii/template/source/template.c:17: error: for e
ach function it appears in.)
c:/devkitPro/msys/home/berto1989/wii/template/source/template.c:18: error: 'rmod
e' undeclared (first use in this function)
c:/devkitPro/msys/home/berto1989/wii/template/source/template.c:18: error: 'TVNt
sc480IntDf' undeclared (first use in this function)
c:/devkitPro/msys/home/berto1989/wii/template/source/template.c:20: error: 'VI_P
AL' undeclared (first use in this function)
c:/devkitPro/msys/home/berto1989/wii/template/source/template.c:21: error: 'TVPa
l528IntDf' undeclared (first use in this function)
c:/devkitPro/msys/home/berto1989/wii/template/source/template.c:23: error: 'VI_M
PAL' undeclared (first use in this function)
c:/devkitPro/msys/home/berto1989/wii/template/source/template.c:24: error: 'TVMp
al480IntDf' undeclared (first use in this function)
c:/devkitPro/msys/home/berto1989/wii/template/source/template.c:31: warning: imp
licit declaration of function 'MEM_K0_TO_K1'
c:/devkitPro/msys/home/berto1989/wii/template/source/template.c:31: warning: imp
licit declaration of function 'SYS_AllocateFramebuffer'
c:/devkitPro/msys/home/berto1989/wii/template/source/template.c:31: warning: ass
ignment makes pointer from integer without a cast
c:/devkitPro/msys/home/berto1989/wii/template/source/template.c:32: warning: imp
licit declaration of function 'console_init'
c:/devkitPro/msys/home/berto1989/wii/template/source/template.c:32: error: 'VI_D
ISPLAY_PIX_SZ' undeclared (first use in this function)
c:/devkitPro/msys/home/berto1989/wii/template/source/template.c:34: warning: imp
licit declaration of function 'VIDEO_Configure'
c:/devkitPro/msys/home/berto1989/wii/template/source/template.c:35: warning: imp
licit declaration of function 'VIDEO_SetNextFramebuffer'
c:/devkitPro/msys/home/berto1989/wii/template/source/template.c:36: warning: imp
licit declaration of function 'VIDEO_SetBlack'
c:/devkitPro/msys/home/berto1989/wii/template/source/template.c:36: error: 'FALS
E' undeclared (first use in this function)
c:/devkitPro/msys/home/berto1989/wii/template/source/template.c:37: warning: imp
licit declaration of function 'VIDEO_Flush'
c:/devkitPro/msys/home/berto1989/wii/template/source/template.c:38: warning: imp
licit declaration of function 'VIDEO_WaitVSync'
c:/devkitPro/msys/home/berto1989/wii/template/source/template.c:39: error: 'VI_N
ON_INTERLACE' undeclared (first use in this function)
make[1]: *** [template.o] Error 1
make: *** [build] Error 2
Terminado
berto1989 escribió:ya lo ice pero me da esos errores
pho escribió:Comprobad que no teneis espacios en las rutas de instalacion
noalone escribió:
nada alguna idea nueva¿?
Pifia escribió:
Puede parecer una tonteria : Prueba a poner el nombre de las variables en mayusculas.
Salu2.