Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- david@HAL9000:~/Downloads/3DSCompile/portal3DS$ make
- md2.vsh
- {'opcode': 36, 'flags': 0, 'addr': 0, 'ret': 0}
- {'opcode': 36, 'flags': 0, 'addr': 0, 'ret': 0}
- 0b1010
- {'opcode': 40, 'flags': 10, 'addr': 0, 'ret': 0}
- {'opcode': 36, 'flags': 0, 'addr': 36, 'ret': 10}
- {'opcode': 36, 'flags': 0, 'addr': 36, 'ret': 10}
- 0b1010
- {'opcode': 40, 'flags': 10, 'addr': 42, 'ret': 3}
- logo.vsh
- portal.vsh
- passthrough.vsh
- : no such instruction
- : no such instruction
- : no such instruction
- : no such instruction
- : no such instruction
- : no such instruction
- : no such instruction
- : no such instruction
- : no such instruction
- : no such instruction
- : no such instruction
- : no such instruction
- : no such instruction
- : no such instruction
- : no such instruction
- : no such instruction
- : no such instruction
- : no such instruction
- room.vsh
- emancipation.vsh
- text.vsh
- 0b1010
- {'opcode': 40, 'flags': 10, 'addr': 0, 'ret': 0}
- 0b1010
- {'opcode': 40, 'flags': 10, 'addr': 0, 'ret': 0}
- 0b1010
- {'opcode': 40, 'flags': 10, 'addr': 0, 'ret': 0}
- 0b1010
- {'opcode': 40, 'flags': 10, 'addr': 8, 'ret': 12}
- 0b1010
- {'opcode': 40, 'flags': 10, 'addr': 32, 'ret': 29}
- 0b1010
- {'opcode': 40, 'flags': 10, 'addr': 30, 'ret': 1}
- main.c
- arm-none-eabi-gcc -MMD -MP -MF /home/david/Downloads/3DSCompile/portal3DS/build/main.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/home/david/Downloads/3DSCompile/portal3DS/include -I/home/david/devkitPro/libctru/include -I/home/david/Downloads/3DSCompile/portal3DS/build -DARM11 -D_3DS -mfp16-format=ieee -c /home/david/Downloads/3DSCompile/portal3DS/source/main.c -o main.o
- /home/david/Downloads/3DSCompile/portal3DS/source/main.c: In function 'renderFrame':
- /home/david/Downloads/3DSCompile/portal3DS/source/main.c:199:3: warning: implicit declaration of function 'GPU_SetScissorTest_' [-Wimplicit-function-declaration]
- GPU_SetScissorTest_(GPU_SCISSOR_NORMAL, 0, 0, 240, 400);
- ^
- /home/david/Downloads/3DSCompile/portal3DS/source/main.c: In function 'gameExit':
- /home/david/Downloads/3DSCompile/portal3DS/source/main.c:280:2: warning: implicit declaration of function 'exitWallDoors' [-Wimplicit-function-declaration]
- exitWallDoors();
- ^
- /home/david/Downloads/3DSCompile/portal3DS/source/main.c:281:2: warning: implicit declaration of function 'exitElevators' [-Wimplicit-function-declaration]
- exitElevators();
- ^
- /home/david/Downloads/3DSCompile/portal3DS/source/main.c:284:2: warning: implicit declaration of function 'exitBigButtons' [-Wimplicit-function-declaration]
- exitBigButtons();
- ^
- /home/david/Downloads/3DSCompile/portal3DS/source/main.c: In function 'main':
- /home/david/Downloads/3DSCompile/portal3DS/source/main.c:389:3: warning: implicit declaration of function 'menuInit' [-Wimplicit-function-declaration]
- menuInit();
- ^
- /home/david/Downloads/3DSCompile/portal3DS/source/main.c:394:4: warning: implicit declaration of function 'menuFrame' [-Wimplicit-function-declaration]
- done = menuFrame();
- ^
- /home/david/Downloads/3DSCompile/portal3DS/source/main.c:397:3: warning: implicit declaration of function 'menuExit' [-Wimplicit-function-declaration]
- menuExit();
- ^
- /home/david/Downloads/3DSCompile/portal3DS/source/main.c:420:3: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'u32' [-Wformat=]
- printf("linear heap : %08X\n",linearSpaceFree());
- ^
- /home/david/Downloads/3DSCompile/portal3DS/source/main.c:420:3: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'u32' [-Wformat=]
- texture.c
- arm-none-eabi-gcc -MMD -MP -MF /home/david/Downloads/3DSCompile/portal3DS/build/texture.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/home/david/Downloads/3DSCompile/portal3DS/include -I/home/david/devkitPro/libctru/include -I/home/david/Downloads/3DSCompile/portal3DS/build -DARM11 -D_3DS -mfp16-format=ieee -c /home/david/Downloads/3DSCompile/portal3DS/source/gfx/texture.c -o texture.o
- /home/david/Downloads/3DSCompile/portal3DS/source/gfx/texture.c: In function 'textureLoadBuffer':
- /home/david/Downloads/3DSCompile/portal3DS/source/gfx/texture.c:227:13: warning: passing argument 1 of 'tileImage8' from incompatible pointer type
- tileImage8(buffer, t->data, t->width, t->height);
- ^
- /home/david/Downloads/3DSCompile/portal3DS/source/gfx/texture.c:73:6: note: expected 'u8 *' but argument is of type 'u32 *'
- void tileImage8(u8* src, u8* dst, int width, int height)
- ^
- /home/david/Downloads/3DSCompile/portal3DS/source/gfx/texture.c:227:21: warning: passing argument 2 of 'tileImage8' from incompatible pointer type
- tileImage8(buffer, t->data, t->width, t->height);
- ^
- /home/david/Downloads/3DSCompile/portal3DS/source/gfx/texture.c:73:6: note: expected 'u8 *' but argument is of type 'u32 *'
- void tileImage8(u8* src, u8* dst, int width, int height)
- ^
- /home/david/Downloads/3DSCompile/portal3DS/source/gfx/texture.c:235:14: warning: passing argument 1 of 'tileImage8' from incompatible pointer type
- tileImage8(buffer, &t->data[offset], w, h);
- ^
- /home/david/Downloads/3DSCompile/portal3DS/source/gfx/texture.c:73:6: note: expected 'u8 *' but argument is of type 'u32 *'
- void tileImage8(u8* src, u8* dst, int width, int height)
- ^
- /home/david/Downloads/3DSCompile/portal3DS/source/gfx/texture.c:235:22: warning: passing argument 2 of 'tileImage8' from incompatible pointer type
- tileImage8(buffer, &t->data[offset], w, h);
- ^
- /home/david/Downloads/3DSCompile/portal3DS/source/gfx/texture.c:73:6: note: expected 'u8 *' but argument is of type 'u32 *'
- void tileImage8(u8* src, u8* dst, int width, int height)
- ^
- text.c
- arm-none-eabi-gcc -MMD -MP -MF /home/david/Downloads/3DSCompile/portal3DS/build/text.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/home/david/Downloads/3DSCompile/portal3DS/include -I/home/david/devkitPro/libctru/include -I/home/david/Downloads/3DSCompile/portal3DS/build -DARM11 -D_3DS -mfp16-format=ieee -c /home/david/Downloads/3DSCompile/portal3DS/source/gfx/text.c -o text.o
- /home/david/Downloads/3DSCompile/portal3DS/source/gfx/text.c: In function 'textInit':
- /home/david/Downloads/3DSCompile/portal3DS/source/gfx/text.c:31:2: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
- printf("text %d\n", textUniformOffset);
- ^
- /home/david/Downloads/3DSCompile/portal3DS/source/gfx/text.c:31:2: warning: incompatible implicit declaration of built-in function 'printf'
- md2.c
- arm-none-eabi-gcc -MMD -MP -MF /home/david/Downloads/3DSCompile/portal3DS/build/md2.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/home/david/Downloads/3DSCompile/portal3DS/include -I/home/david/devkitPro/libctru/include -I/home/david/Downloads/3DSCompile/portal3DS/build -DARM11 -D_3DS -mfp16-format=ieee -c /home/david/Downloads/3DSCompile/portal3DS/source/gfx/md2.c -o md2.o
- lodepng.c
- arm-none-eabi-gcc -MMD -MP -MF /home/david/Downloads/3DSCompile/portal3DS/build/lodepng.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/home/david/Downloads/3DSCompile/portal3DS/include -I/home/david/devkitPro/libctru/include -I/home/david/Downloads/3DSCompile/portal3DS/build -DARM11 -D_3DS -mfp16-format=ieee -c /home/david/Downloads/3DSCompile/portal3DS/source/gfx/lodepng.c -o lodepng.o
- gs.c
- arm-none-eabi-gcc -MMD -MP -MF /home/david/Downloads/3DSCompile/portal3DS/build/gs.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/home/david/Downloads/3DSCompile/portal3DS/include -I/home/david/devkitPro/libctru/include -I/home/david/Downloads/3DSCompile/portal3DS/build -DARM11 -D_3DS -mfp16-format=ieee -c /home/david/Downloads/3DSCompile/portal3DS/source/gfx/gs.c -o gs.o
- xmem.c
- arm-none-eabi-gcc -MMD -MP -MF /home/david/Downloads/3DSCompile/portal3DS/build/xmem.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/home/david/Downloads/3DSCompile/portal3DS/include -I/home/david/devkitPro/libctru/include -I/home/david/Downloads/3DSCompile/portal3DS/build -DARM11 -D_3DS -mfp16-format=ieee -c /home/david/Downloads/3DSCompile/portal3DS/source/utils/xmem.c -o xmem.o
- math.c
- arm-none-eabi-gcc -MMD -MP -MF /home/david/Downloads/3DSCompile/portal3DS/build/math.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/home/david/Downloads/3DSCompile/portal3DS/include -I/home/david/devkitPro/libctru/include -I/home/david/Downloads/3DSCompile/portal3DS/build -DARM11 -D_3DS -mfp16-format=ieee -c /home/david/Downloads/3DSCompile/portal3DS/source/utils/math.c -o math.o
- dictionary.c
- arm-none-eabi-gcc -MMD -MP -MF /home/david/Downloads/3DSCompile/portal3DS/build/dictionary.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/home/david/Downloads/3DSCompile/portal3DS/include -I/home/david/devkitPro/libctru/include -I/home/david/Downloads/3DSCompile/portal3DS/build -DARM11 -D_3DS -mfp16-format=ieee -c /home/david/Downloads/3DSCompile/portal3DS/source/utils/dictionary.c -o dictionary.o
- iniparser.c
- arm-none-eabi-gcc -MMD -MP -MF /home/david/Downloads/3DSCompile/portal3DS/build/iniparser.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/home/david/Downloads/3DSCompile/portal3DS/include -I/home/david/devkitPro/libctru/include -I/home/david/Downloads/3DSCompile/portal3DS/build -DARM11 -D_3DS -mfp16-format=ieee -c /home/david/Downloads/3DSCompile/portal3DS/source/utils/iniparser.c -o iniparser.o
- filesystem.c
- arm-none-eabi-gcc -MMD -MP -MF /home/david/Downloads/3DSCompile/portal3DS/build/filesystem.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/home/david/Downloads/3DSCompile/portal3DS/include -I/home/david/devkitPro/libctru/include -I/home/david/Downloads/3DSCompile/portal3DS/build -DARM11 -D_3DS -mfp16-format=ieee -c /home/david/Downloads/3DSCompile/portal3DS/source/utils/filesystem.c -o filesystem.o
- /home/david/Downloads/3DSCompile/portal3DS/source/utils/filesystem.c: In function 'filesystemInit':
- /home/david/Downloads/3DSCompile/portal3DS/source/utils/filesystem.c:24:2: warning: format '%d' expects argument of type 'int', but argument 2 has type 'char *' [-Wformat=]
- printf("%d\n%s\n",argv[0],currentPath);
- ^
- /home/david/Downloads/3DSCompile/portal3DS/source/utils/filesystem.c:24:2: warning: format '%d' expects argument of type 'int', but argument 2 has type 'char *' [-Wformat=]
- energyball.c
- arm-none-eabi-gcc -MMD -MP -MF /home/david/Downloads/3DSCompile/portal3DS/build/energyball.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/home/david/Downloads/3DSCompile/portal3DS/include -I/home/david/devkitPro/libctru/include -I/home/david/Downloads/3DSCompile/portal3DS/build -DARM11 -D_3DS -mfp16-format=ieee -c /home/david/Downloads/3DSCompile/portal3DS/source/game/energyball.c -o energyball.o
- platform.c
- arm-none-eabi-gcc -MMD -MP -MF /home/david/Downloads/3DSCompile/portal3DS/build/platform.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/home/david/Downloads/3DSCompile/portal3DS/include -I/home/david/devkitPro/libctru/include -I/home/david/Downloads/3DSCompile/portal3DS/build -DARM11 -D_3DS -mfp16-format=ieee -c /home/david/Downloads/3DSCompile/portal3DS/source/game/platform.c -o platform.o
- sludge.c
- arm-none-eabi-gcc -MMD -MP -MF /home/david/Downloads/3DSCompile/portal3DS/build/sludge.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/home/david/Downloads/3DSCompile/portal3DS/include -I/home/david/devkitPro/libctru/include -I/home/david/Downloads/3DSCompile/portal3DS/build -DARM11 -D_3DS -mfp16-format=ieee -c /home/david/Downloads/3DSCompile/portal3DS/source/game/sludge.c -o sludge.o
- /home/david/Downloads/3DSCompile/portal3DS/source/game/sludge.c: In function 'updateSludge':
- /home/david/Downloads/3DSCompile/portal3DS/source/game/sludge.c:86:4: warning: implicit declaration of function 'resetDispenserCube' [-Wimplicit-function-declaration]
- resetDispenserCube(o);
- ^
- cubes.c
- arm-none-eabi-gcc -MMD -MP -MF /home/david/Downloads/3DSCompile/portal3DS/build/cubes.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/home/david/Downloads/3DSCompile/portal3DS/include -I/home/david/devkitPro/libctru/include -I/home/david/Downloads/3DSCompile/portal3DS/build -DARM11 -D_3DS -mfp16-format=ieee -c /home/david/Downloads/3DSCompile/portal3DS/source/game/cubes.c -o cubes.o
- light.c
- arm-none-eabi-gcc -MMD -MP -MF /home/david/Downloads/3DSCompile/portal3DS/build/light.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/home/david/Downloads/3DSCompile/portal3DS/include -I/home/david/devkitPro/libctru/include -I/home/david/Downloads/3DSCompile/portal3DS/build -DARM11 -D_3DS -mfp16-format=ieee -c /home/david/Downloads/3DSCompile/portal3DS/source/game/light.c -o light.o
- controls.c
- arm-none-eabi-gcc -MMD -MP -MF /home/david/Downloads/3DSCompile/portal3DS/build/controls.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/home/david/Downloads/3DSCompile/portal3DS/include -I/home/david/devkitPro/libctru/include -I/home/david/Downloads/3DSCompile/portal3DS/build -DARM11 -D_3DS -mfp16-format=ieee -c /home/david/Downloads/3DSCompile/portal3DS/source/game/controls.c -o controls.o
- /home/david/Downloads/3DSCompile/portal3DS/source/game/controls.c: In function 'touchControl':
- /home/david/Downloads/3DSCompile/portal3DS/source/game/controls.c:43:3: warning: implicit declaration of function 'abs' [-Wimplicit-function-declaration]
- rotatePlayer(p, vect3Df((abs(dy)<5) ? 0 : (dy*0.001f), (abs(dx)<5) ? 0 : (dx*0.001f), 0.0f));
- ^
- player.c
- arm-none-eabi-gcc -MMD -MP -MF /home/david/Downloads/3DSCompile/portal3DS/build/player.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/home/david/Downloads/3DSCompile/portal3DS/include -I/home/david/devkitPro/libctru/include -I/home/david/Downloads/3DSCompile/portal3DS/build -DARM11 -D_3DS -mfp16-format=ieee -c /home/david/Downloads/3DSCompile/portal3DS/source/game/player.c -o player.o
- /home/david/Downloads/3DSCompile/portal3DS/source/game/player.c: In function 'updatePlayer':
- /home/david/Downloads/3DSCompile/portal3DS/source/game/player.c:170:2: warning: implicit declaration of function 'rand' [-Wimplicit-function-declaration]
- if(p->inPortal && !p->oldInPortal)playSFX(portalEnterSFX[rand()%2]);
- ^
- /home/david/Downloads/3DSCompile/portal3DS/source/game/player.c:167:12: warning: unused variable 'prevPosition' [-Wunused-variable]
- vect3Df_s prevPosition = p->object.position;
- ^
- room.c
- arm-none-eabi-gcc -MMD -MP -MF /home/david/Downloads/3DSCompile/portal3DS/build/room.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/home/david/Downloads/3DSCompile/portal3DS/include -I/home/david/devkitPro/libctru/include -I/home/david/Downloads/3DSCompile/portal3DS/build -DARM11 -D_3DS -mfp16-format=ieee -c /home/david/Downloads/3DSCompile/portal3DS/source/game/room.c -o room.o
- /home/david/Downloads/3DSCompile/portal3DS/source/game/room.c: In function 'initRoomGrid':
- /home/david/Downloads/3DSCompile/portal3DS/source/game/room.c:209:2: warning: format '%d' expects argument of type 'int', but argument 2 has type 's32' [-Wformat=]
- printf("%d %d\n", r->rectangleGridSize.x, r->rectangleGridSize.z);
- ^
- /home/david/Downloads/3DSCompile/portal3DS/source/game/room.c:209:2: warning: format '%d' expects argument of type 'int', but argument 3 has type 's32' [-Wformat=]
- /home/david/Downloads/3DSCompile/portal3DS/source/game/room.c:209:2: warning: format '%d' expects argument of type 'int', but argument 2 has type 's32' [-Wformat=]
- /home/david/Downloads/3DSCompile/portal3DS/source/game/room.c:209:2: warning: format '%d' expects argument of type 'int', but argument 3 has type 's32' [-Wformat=]
- /home/david/Downloads/3DSCompile/portal3DS/source/game/room.c: In function 'generateRectangleGeometry':
- /home/david/Downloads/3DSCompile/portal3DS/source/game/room.c:508:4: warning: format '%d' expects argument of type 'int', but argument 2 has type 's32' [-Wformat=]
- printf("%d %d : %d %d\n",p1.x,p1.y,p2.x,p2.y);
- ^
- /home/david/Downloads/3DSCompile/portal3DS/source/game/room.c:508:4: warning: format '%d' expects argument of type 'int', but argument 3 has type 's32' [-Wformat=]
- /home/david/Downloads/3DSCompile/portal3DS/source/game/room.c:508:4: warning: format '%d' expects argument of type 'int', but argument 4 has type 's32' [-Wformat=]
- /home/david/Downloads/3DSCompile/portal3DS/source/game/room.c:508:4: warning: format '%d' expects argument of type 'int', but argument 5 has type 's32' [-Wformat=]
- /home/david/Downloads/3DSCompile/portal3DS/source/game/room.c:508:4: warning: format '%d' expects argument of type 'int', but argument 2 has type 's32' [-Wformat=]
- /home/david/Downloads/3DSCompile/portal3DS/source/game/room.c:508:4: warning: format '%d' expects argument of type 'int', but argument 3 has type 's32' [-Wformat=]
- /home/david/Downloads/3DSCompile/portal3DS/source/game/room.c:508:4: warning: format '%d' expects argument of type 'int', but argument 4 has type 's32' [-Wformat=]
- /home/david/Downloads/3DSCompile/portal3DS/source/game/room.c:508:4: warning: format '%d' expects argument of type 'int', but argument 5 has type 's32' [-Wformat=]
- pointphysics.c
- arm-none-eabi-gcc -MMD -MP -MF /home/david/Downloads/3DSCompile/portal3DS/build/pointphysics.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/home/david/Downloads/3DSCompile/portal3DS/include -I/home/david/devkitPro/libctru/include -I/home/david/Downloads/3DSCompile/portal3DS/build -DARM11 -D_3DS -mfp16-format=ieee -c /home/david/Downloads/3DSCompile/portal3DS/source/game/pointphysics.c -o pointphysics.o
- elevator.c
- arm-none-eabi-gcc -MMD -MP -MF /home/david/Downloads/3DSCompile/portal3DS/build/elevator.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/home/david/Downloads/3DSCompile/portal3DS/include -I/home/david/devkitPro/libctru/include -I/home/david/Downloads/3DSCompile/portal3DS/build -DARM11 -D_3DS -mfp16-format=ieee -c /home/david/Downloads/3DSCompile/portal3DS/source/game/elevator.c -o elevator.o
- bigbutton.c
- arm-none-eabi-gcc -MMD -MP -MF /home/david/Downloads/3DSCompile/portal3DS/build/bigbutton.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/home/david/Downloads/3DSCompile/portal3DS/include -I/home/david/devkitPro/libctru/include -I/home/david/Downloads/3DSCompile/portal3DS/build -DARM11 -D_3DS -mfp16-format=ieee -c /home/david/Downloads/3DSCompile/portal3DS/source/game/bigbutton.c -o bigbutton.o
- walldoor.c
- arm-none-eabi-gcc -MMD -MP -MF /home/david/Downloads/3DSCompile/portal3DS/build/walldoor.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/home/david/Downloads/3DSCompile/portal3DS/include -I/home/david/devkitPro/libctru/include -I/home/david/Downloads/3DSCompile/portal3DS/build -DARM11 -D_3DS -mfp16-format=ieee -c /home/david/Downloads/3DSCompile/portal3DS/source/game/walldoor.c -o walldoor.o
- /home/david/Downloads/3DSCompile/portal3DS/source/game/walldoor.c: In function 'setupWallDoor':
- /home/david/Downloads/3DSCompile/portal3DS/source/game/walldoor.c:111:2: warning: implicit declaration of function 'insertRoom' [-Wimplicit-function-declaration]
- insertRoom(r, &elevatorRoom, position, orientation);
- ^
- /home/david/Downloads/3DSCompile/portal3DS/source/game/walldoor.c:96:15: warning: unused variable 'recp' [-Wunused-variable]
- rectangle_s* recp;
- ^
- emancipation.c
- arm-none-eabi-gcc -MMD -MP -MF /home/david/Downloads/3DSCompile/portal3DS/build/emancipation.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/home/david/Downloads/3DSCompile/portal3DS/include -I/home/david/devkitPro/libctru/include -I/home/david/Downloads/3DSCompile/portal3DS/build -DARM11 -D_3DS -mfp16-format=ieee -c /home/david/Downloads/3DSCompile/portal3DS/source/game/emancipation.c -o emancipation.o
- material.c
- arm-none-eabi-gcc -MMD -MP -MF /home/david/Downloads/3DSCompile/portal3DS/build/material.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/home/david/Downloads/3DSCompile/portal3DS/include -I/home/david/devkitPro/libctru/include -I/home/david/Downloads/3DSCompile/portal3DS/build -DARM11 -D_3DS -mfp16-format=ieee -c /home/david/Downloads/3DSCompile/portal3DS/source/game/material.c -o material.o
- camera.c
- arm-none-eabi-gcc -MMD -MP -MF /home/david/Downloads/3DSCompile/portal3DS/build/camera.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/home/david/Downloads/3DSCompile/portal3DS/include -I/home/david/devkitPro/libctru/include -I/home/david/Downloads/3DSCompile/portal3DS/build -DARM11 -D_3DS -mfp16-format=ieee -c /home/david/Downloads/3DSCompile/portal3DS/source/game/camera.c -o camera.o
- timedbutton.c
- arm-none-eabi-gcc -MMD -MP -MF /home/david/Downloads/3DSCompile/portal3DS/build/timedbutton.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/home/david/Downloads/3DSCompile/portal3DS/include -I/home/david/devkitPro/libctru/include -I/home/david/Downloads/3DSCompile/portal3DS/build -DARM11 -D_3DS -mfp16-format=ieee -c /home/david/Downloads/3DSCompile/portal3DS/source/game/timedbutton.c -o timedbutton.o
- portal.c
- arm-none-eabi-gcc -MMD -MP -MF /home/david/Downloads/3DSCompile/portal3DS/build/portal.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/home/david/Downloads/3DSCompile/portal3DS/include -I/home/david/devkitPro/libctru/include -I/home/david/Downloads/3DSCompile/portal3DS/build -DARM11 -D_3DS -mfp16-format=ieee -c /home/david/Downloads/3DSCompile/portal3DS/source/game/portal.c -o portal.o
- sfx.c
- arm-none-eabi-gcc -MMD -MP -MF /home/david/Downloads/3DSCompile/portal3DS/build/sfx.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/home/david/Downloads/3DSCompile/portal3DS/include -I/home/david/devkitPro/libctru/include -I/home/david/Downloads/3DSCompile/portal3DS/build -DARM11 -D_3DS -mfp16-format=ieee -c /home/david/Downloads/3DSCompile/portal3DS/source/game/sfx.c -o sfx.o
- /home/david/Downloads/3DSCompile/portal3DS/source/game/sfx.c: In function 'playSFX':
- /home/david/Downloads/3DSCompile/portal3DS/source/game/sfx.c:86:2: error: incompatible type for argument 4 of 'csndPlaySound'
- csndPlaySound(channel+8, s->format, 22050, 1.0, 0.0, (u32*)s->data, (u32*)s->data, s->size);
- ^
- In file included from /home/david/devkitPro/libctru/include/3ds.h:23:0,
- from /home/david/Downloads/3DSCompile/portal3DS/source/game/sfx.c:3:
- /home/david/devkitPro/libctru/include/3ds/services/csnd.h:101:8: note: expected 'void *' but argument is of type 'double'
- Result csndPlaySound(int chn, u32 flags, u32 sampleRate, void* data0, void* data1, u32 size);
- ^
- /home/david/Downloads/3DSCompile/portal3DS/source/game/sfx.c:86:2: error: incompatible type for argument 5 of 'csndPlaySound'
- csndPlaySound(channel+8, s->format, 22050, 1.0, 0.0, (u32*)s->data, (u32*)s->data, s->size);
- ^
- In file included from /home/david/devkitPro/libctru/include/3ds.h:23:0,
- from /home/david/Downloads/3DSCompile/portal3DS/source/game/sfx.c:3:
- /home/david/devkitPro/libctru/include/3ds/services/csnd.h:101:8: note: expected 'void *' but argument is of type 'double'
- Result csndPlaySound(int chn, u32 flags, u32 sampleRate, void* data0, void* data1, u32 size);
- ^
- /home/david/Downloads/3DSCompile/portal3DS/source/game/sfx.c:86:55: warning: passing argument 6 of 'csndPlaySound' makes integer from pointer without a cast
- csndPlaySound(channel+8, s->format, 22050, 1.0, 0.0, (u32*)s->data, (u32*)s->data, s->size);
- ^
- In file included from /home/david/devkitPro/libctru/include/3ds.h:23:0,
- from /home/david/Downloads/3DSCompile/portal3DS/source/game/sfx.c:3:
- /home/david/devkitPro/libctru/include/3ds/services/csnd.h:101:8: note: expected 'u32' but argument is of type 'u32 *'
- Result csndPlaySound(int chn, u32 flags, u32 sampleRate, void* data0, void* data1, u32 size);
- ^
- /home/david/Downloads/3DSCompile/portal3DS/source/game/sfx.c:86:2: error: too many arguments to function 'csndPlaySound'
- csndPlaySound(channel+8, s->format, 22050, 1.0, 0.0, (u32*)s->data, (u32*)s->data, s->size);
- ^
- In file included from /home/david/devkitPro/libctru/include/3ds.h:23:0,
- from /home/david/Downloads/3DSCompile/portal3DS/source/game/sfx.c:3:
- /home/david/devkitPro/libctru/include/3ds/services/csnd.h:101:8: note: declared here
- Result csndPlaySound(int chn, u32 flags, u32 sampleRate, void* data0, void* data1, u32 size);
- ^
- /home/david/devkitPro/devkitARM/base_rules:84: recipe for target 'sfx.o' failed
- make[1]: *** [sfx.o] Error 1
- Makefile:126: recipe for target 'build' failed
- make: *** [build] Error 2
- david@HAL9000:~/Downloads/3DSCompile/portal3DS$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement