nntp2http.com
Posting
Suche
Optionen
Hilfe & Kontakt

Compilare per DS sotto OsX

Von: doctormk@gmail.com [Profil]
Datum: 22.01.2008 11:03
Message-ID: <4db3e672-ffa2-40e9-ae24-dc736e8af7e4@e10g2000prf.googlegroups.com>
Followup-to: it.comp.giochi.sviluppo
Newsgroup: it.comp.giochi.sviluppo
Ciao a tutti!
Seguendo questo tutorial http://www.jakilevy.com/blog/?page_id=173 ho
installato tutto l'occorrente per compilare homebrew per Nintendo DS
sotto OsX:
PAlib
devkitPro
devkitARM
e l'xcode 2.5 della apple con tutto il software necessario
ho configurato adeguatamente i path nella bash, ma quando provo a
compilare qualche demo mi esce il seguente:
make

main.c
In file included from /opt/local/PAlib//include/nds/arm9/PA_Sound.h:
15,
from /opt/local/PAlib//include/nds/PA9.h:37,
from /opt/local/PAlibExamples/Demos/PlatformGame/
PlatformGame/source/main.c:2:
/opt/local/PAlib//include/nds/arm9/PA_FS.h: In function 'PA_FSInit':
/opt/local/PAlib//include/nds/arm9/PA_FS.h:66: error: 'REG_EXMEMCNT'
undeclared (first use in this function)
/opt/local/PAlib//include/nds/arm9/PA_FS.h:66: error: (Each undeclared
identifier is reported only once
/opt/local/PAlib//include/nds/arm9/PA_FS.h:66: error: for each
function it appears in.)
In file included from /opt/local/PAlib//include/nds/PA9.h:42,
from /opt/local/PAlibExamples/Demos/PlatformGame/
PlatformGame/source/main.c:2:
/opt/local/PAlib//include/nds/arm9/PA_Motion.h: In function
'PA_MotionInit':
/opt/local/PAlib//include/nds/arm9/PA_Motion.h:23: warning: implicit
declaration of function 'motion_init'
make[1]: *** [main.o] Error 1
make: *** [build] Error 2

sembra non riesca a trovare qualche header, ma sinceramente non avrei
idea. Se qualcun altro ha gia avuto
questo problema e mi riesce a dare una mano ^_^ gli vorrò bene per
l'eternità :P

Grazie

[ Auf dieses Posting antworten ]