the output is
Code: Select all
> "make"
"make" -C arm7
make[1]: Entering directory `/c/devkitPro/My_Games_DK_P/templates/combined/arm7'
template.c
arm-eabi-gcc -MMD -MP -MF /c/devkitPro/My_Games_DK_P/templates/combined/arm7/build/template.d -g -Wall -O2 -mcpu=arm7tdmi -mtune=arm7tdmi -fomit-frame-pointer -ffast-math -mthumb-interwork -I/c/devkitPro/My_Games_DK_P/templates/combined/arm7/include -I/c/devkitPro/My_Games_DK_P/templates/combined/arm7/build -I/c/devkitPro/libnds/include -I/c/devkitPro/My_Games_DK_P/templates/combined/arm7/build -DARM7 -c /c/devkitPro/My_Games_DK_P/templates/combined/arm7/source/template.c -o template.o
c:/devkitPro/My_Games_DK_P/templates/combined/arm7/source/template.c: In function 'main':
c:/devkitPro/My_Games_DK_P/templates/combined/arm7/source/template.c:76:12: error: 'IRQ_POWER' undeclared (first use in this function)
c:/devkitPro/My_Games_DK_P/templates/combined/arm7/source/template.c:76:12: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [template.o] Error 1
make[1]: *** [build] Error 2
make[1]: Leaving directory `/c/devkitPro/My_Games_DK_P/templates/combined/arm7'
"make": *** [arm7/combined.elf] Error 2
> Process Exit Code: 2
> Time Taken: 00:07
UPDATE:sorry false alarm guys i was compiling an older version.