Verschiedenste Probleme Verfasst am: 05.01.2010, 13:12
Hallo zusammen,
da ich verschiedenste Probleme habe, wende ich mich an das Forum.
Also zuerst einmal, ich habe das devkitProUpdater-1.5.0 mir gedownloadet.
Anschliessend hatte ich das Programm ausgeführt und es wurden diverse Dateien aus dem Netz gezogen und installiert.
Nun habe ich ein Verzeichnis unter c:\ mit dem Namen devkitPro.
Wenn ich jetzt aber die Installation von PAlib_080823_Installer ausführe, dann werden verschiedene Ordner und Dateien im Ordner devkitPro angelegt.
Nun aber das Problem.
Gehe ich in den Ordner C:\devkitPro\palib\examples\Text\Normal\HelloWorld und führe die Datei build.bat aus, dann habe ich mehrere Fehler, obwohl wenn ich mir den Sourcecode angucke, keine Fehler drinne stehen.
Normalerweise müsste eine Datei mit der Endung *.nds angelegt werden.
Was mache ich falsch?
Hoffe ihr könnt mir da weiterhelfen, denn ohne palib, ist man ja aufgeschmissen
Bis denne
Das spuckt er aus, wenn ich es compilen will:
C:\devkitPro\palib\examples\Text\Normal\HelloWorld>make
main.c
In file included from C:/devkitPro/palib/lib/include/nds/arm9/PA_General.h:10,
from C:/devkitPro/palib/lib/include/nds/arm9/PA_BgTiles.h:7,
from C:/devkitPro/palib/lib/include/nds/arm9/PA_Text.h:9,
from C:/devkitPro/palib/lib/include/nds/arm9/PA_GBFS.h:15,
from C:/devkitPro/palib/lib/include/nds/PA9.h:19,
from c:/devkitPro/palib/examples/Text/Normal/HelloWorld/source/
main.c:3:
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h: In function 'AS_ReserveChanne
l':
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h:331: error: 'IPC' undeclared (
first use in this function)
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h:331: error: (Each undeclared i
dentifier is reported only once
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h:331: error: for each function
it appears in.)
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h:331: error: 'TransferRegion' u
ndeclared (first use in this function)
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h: In function 'AS_SetMasterVolu
me':
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h:337: error: 'IPC' undeclared (
first use in this function)
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h:337: error: 'TransferRegion' u
ndeclared (first use in this function)
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h: In function 'AS_SoundStop':
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h:370: error: 'IPC' undeclared (
first use in this function)
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h:370: error: 'TransferRegion' u
ndeclared (first use in this function)
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h: In function 'AS_MP3Pause':
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h:379: error: 'IPC' undeclared (
first use in this function)
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h:379: error: 'TransferRegion' u
ndeclared (first use in this function)
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h: In function 'AS_MP3Unpause':
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h:386: error: 'IPC' undeclared (
first use in this function)
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h:386: error: 'TransferRegion' u
ndeclared (first use in this function)
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h: In function 'AS_MP3Stop':
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h:393: error: 'IPC' undeclared (
first use in this function)
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h:393: error: 'TransferRegion' u
ndeclared (first use in this function)
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h: In function 'AS_GetMP3Status'
:
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h:400: error: 'IPC' undeclared (
first use in this function)
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h:400: error: 'TransferRegion' u
ndeclared (first use in this function)
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h: In function 'AS_SetMP3Volume'
:
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h:406: error: 'IPC' undeclared (
first use in this function)
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h:406: error: 'TransferRegion' u
ndeclared (first use in this function)
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h: In function 'AS_SetMP3Delay':
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h:413: error: 'IPC' undeclared (
first use in this function)
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h:413: error: 'TransferRegion' u
ndeclared (first use in this function)
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h: In function 'AS_SetMP3Loop':
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h:419: error: 'IPC' undeclared (
first use in this function)
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h:419: error: 'TransferRegion' u
ndeclared (first use in this function)
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h: In function 'AS_SetMP3Rate':
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h:425: error: 'IPC' undeclared (
first use in this function)
C:/devkitPro/palib/lib/include/nds/arm9/as_lib9.h:425: error: 'TransferRegion' u
ndeclared (first use in this function)
In file included from C:/devkitPro/palib/lib/include/nds/arm9/PA_BgTiles.h:7,
from C:/devkitPro/palib/lib/include/nds/arm9/PA_Text.h:9,
from C:/devkitPro/palib/lib/include/nds/arm9/PA_GBFS.h:15,
from C:/devkitPro/palib/lib/include/nds/PA9.h:19,
from c:/devkitPro/palib/examples/Text/Normal/HelloWorld/source/
main.c:3:
C:/devkitPro/palib/lib/include/nds/arm9/PA_General.h: In function 'PA_PowerOff':
C:/devkitPro/palib/lib/include/nds/arm9/PA_General.h:47: error: 'IPC' undeclared
(first use in this function)
C:/devkitPro/palib/lib/include/nds/arm9/PA_General.h: In function 'PA_CheckLid':
C:/devkitPro/palib/lib/include/nds/arm9/PA_General.h:308: error: 'IPC' undeclare
d (first use in this function)
C:/devkitPro/palib/lib/include/nds/arm9/PA_General.h: In function 'PA_SetScreenL
ight':
C:/devkitPro/palib/lib/include/nds/arm9/PA_General.h:385: error: 'IPC' undeclare
d (first use in this function)
C:/devkitPro/palib/lib/include/nds/arm9/PA_General.h: In function 'PA_SetLedBlin
k':
C:/devkitPro/palib/lib/include/nds/arm9/PA_General.h:402: error: 'IPC' undeclare
d (first use in this function)
In file included from C:/devkitPro/palib/lib/include/nds/PA9.h:53,
from c:/devkitPro/palib/examples/Text/Normal/HelloWorld/source/
main.c:3:
C:/devkitPro/palib/lib/include/nds/arm9/PA_SpecialFx.h:7:1: warning: "REG_MOSAIC
" redefined
In file included from c:/devkitPro/libnds/include/nds/arm9/background.h:91,
from c:/devkitPro/libnds/include/nds.h:183,
from C:/devkitPro/palib/lib/include/nds/PA9.h:10,
from c:/devkitPro/palib/examples/Text/Normal/HelloWorld/source/
main.c:3:
c:/devkitPro/libnds/include/nds/arm9/video.h:578:1: warning: this is the locatio
n of the previous definition
In file included from C:/devkitPro/palib/lib/include/nds/PA9.h:53,
from c:/devkitPro/palib/examples/Text/Normal/HelloWorld/source/
main.c:3:
C:/devkitPro/palib/lib/include/nds/arm9/PA_SpecialFx.h:8:1: warning: "REG_BLDCNT
" redefined
In file included from c:/devkitPro/libnds/include/nds/arm9/background.h:91,
from c:/devkitPro/libnds/include/nds.h:183,
from C:/devkitPro/palib/lib/include/nds/PA9.h:10,
from c:/devkitPro/palib/examples/Text/Normal/HelloWorld/source/
main.c:3:
c:/devkitPro/libnds/include/nds/arm9/video.h:581:1: warning: this is the locatio
n of the previous definition
In file included from C:/devkitPro/palib/lib/include/nds/PA9.h:53,
from c:/devkitPro/palib/examples/Text/Normal/HelloWorld/source/
main.c:3:
C:/devkitPro/palib/lib/include/nds/arm9/PA_SpecialFx.h:9:1: warning: "REG_BLDALP
HA" redefined
In file included from c:/devkitPro/libnds/include/nds/arm9/background.h:91,
from c:/devkitPro/libnds/include/nds.h:183,
from C:/devkitPro/palib/lib/include/nds/PA9.h:10,
from c:/devkitPro/palib/examples/Text/Normal/HelloWorld/source/
main.c:3:
c:/devkitPro/libnds/include/nds/arm9/video.h:583:1: warning: this is the locatio
n of the previous definition
In file included from C:/devkitPro/palib/lib/include/nds/PA9.h:58,
from c:/devkitPro/palib/examples/Text/Normal/HelloWorld/source/
main.c:3:
C:/devkitPro/palib/lib/include/nds/arm9/PA_Keyboard.h: At top level:
C:/devkitPro/palib/lib/include/nds/arm9/PA_Keyboard.h:45: error: 'Keyboard' rede
clared as different kind of symbol
c:/devkitPro/libnds/include/nds/arm9/keyboard.h:110: error: previous declaration
of 'Keyboard' was here
In file included from C:/devkitPro/palib/lib/include/nds/PA9.h:71,
from c:/devkitPro/palib/examples/Text/Normal/HelloWorld/source/
main.c:3:
C:/devkitPro/palib/lib/include/nds/arm9/PA_16c.h: In function 'PA_16c8pixels':
C:/devkitPro/palib/lib/include/nds/arm9/PA_16c.h:61: warning: 'PA_Plot8Pixels' i
s static but used in inline function 'PA_16c8pixels' which is not static
C:/devkitPro/palib/lib/include/nds/arm9/PA_16c.h: In function 'PA_16cLetter':
C:/devkitPro/palib/lib/include/nds/arm9/PA_16c.h:483: warning: 'PA_16c16X16Lette
r' is static but used in inline function 'PA_16cLetter' which is not static
make[1]: *** [main.o] Error 1
make: *** [build] Error 2 _________________
And999 Junior Member
Anmeldedatum: 05.01.2010 Beiträge: 2
Verfasst am: 05.01.2010, 13:36
Schön, aber es will nicht
Achso, ich hatte folgende Anleitung beachtet:
Anleitung
Welche Versionen muss ich downloaden?
Ich glaube, dass diese Probleme daher rühren.