the console writes:
Code: Select all
main.c
In file included from C:/devkitPro/libnds/include/nds/arm9/videoGL.h:191,
from C:/devkitPro/libnds/include/nds/arm9/boxtest.h:37,
from C:/devkitPro/libnds/include/nds.h:75,
from c:\devkitpro\palib\include\nds\pa9.h:10,
from C:/source/main.c:2:
C:/devkitPro/libnds/include/nds/arm9/math.h:120:21: warning: conflicting types for built-in function 'sqrtf32' [-Wbuiltin-declaration-mismatch]
static inline int32 sqrtf32(int32 a)
^~~~~~~
In file included from C:/devkitPro/libnds/include/nds/arm9/boxtest.h:37,
from C:/devkitPro/libnds/include/nds.h:75,
from c:\devkitpro\palib\include\nds\pa9.h:10,
from C:/source/main.c:2:
C:/devkitPro/libnds/include/nds/arm9/videoGL.h: In function 'glGetFixed':
C:/devkitPro/libnds/include/nds/arm9/videoGL.h:1170:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
while(GFX_BUSY); // wait until the graphics engine has stopped to read matrixes
^~~~~
C:/devkitPro/libnds/include/nds/arm9/videoGL.h:1171:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
for(i = 0; i < 16; i++) f[i] = MATRIX_READ_CLIP[i]; // read out the projection matrix
^~~
C:/devkitPro/libnds/include/nds/arm9/videoGL.h:1178:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
while(GFX_BUSY); // wait until the graphics engine has stopped to read matrixes
^~~~~
C:/devkitPro/libnds/include/nds/arm9/videoGL.h:1179:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
for(i = 0; i < 16; i++) f[i] = MATRIX_READ_CLIP[i]; // read out the position matrix
^~~
In file included from c:\devkitpro\palib\include\nds\pa9.h:37,
from C:/source/main.c:2:
C:/source/main.c: At top level:
c:\devkitpro\palib\include\nds\arm9/PA_Sound.h:274:20: warning: inline function 'PA_PlayFSStreamSoundEx2' declared but never defined
extern inline void PA_PlayFSStreamSoundEx2(u8 PA_Channel, u16 PAFS_wav_number, u8 volume, int freq, s16 format, BOOL repeat, int repeatPoint);
^~~~~~~~~~~~~~~~~~~~~~~
arm-eabi-g++ -g -mthumb-interwork -mno-fpu -L/opt/devkitpro/PAlib/lib -specs=ds_arm9.specs main.o -LC:/devkitPro/PAlib//lib -lpa9 -L/opt/devkitpro/libnds/lib -lfat -lnds9 -ldswifi9 -o build.elf
make[1]: arm-eabi-g++: Command not found
make[1]: *** [/c/Makefile:194: /c/c.elf] Error 127
make: *** [Makefile:147: build] Error 2