root@s7t:~/r0ket/r0ket/firmware/l0dable# make ogg.c0d
arm-none-eabi-gcc -std=c99 -c -g -Os -I.. -I../core -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -mlong-calls -fno-toplevel-reorder -o ogg.o ogg.c
In file included from stb_vorbis.c:528:0,
from ogg.c:31:
/root/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-eabi/4.5.2/../../../../arm-none-eabi/include/string.h:24:8: error: expected identifier or '(' before 'void'
/root/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-eabi/4.5.2/../../../../arm-none-eabi/include/string.h:24:8: error: expected ')' before '(' token
/root/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-eabi/4.5.2/../../../../arm-none-eabi/include/string.h:25:7: error: expected identifier or '(' before 'void'
/root/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-eabi/4.5.2/../../../../arm-none-eabi/include/string.h:25:7: error: expected ')' before '(' token
/root/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-eabi/4.5.2/../../../../arm-none-eabi/include/string.h:26:7: error: expected identifier or '(' before 'void'
/root/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-eabi/4.5.2/../../../../arm-none-eabi/include/string.h:26:7: error: expected ')' before '(' token
/root/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-eabi/4.5.2/../../../../arm-none-eabi/include/string.h:31:8: error: expected identifier or '(' before 'char'
/root/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-eabi/4.5.2/../../../../arm-none-eabi/include/string.h:31:8: error: expected ')' before '(' token
/root/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-eabi/4.5.2/../../../../arm-none-eabi/include/string.h:34:9: error: expected declaration specifiers or '...' before '*' token
/root/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-eabi/4.5.2/../../../../arm-none-eabi/include/string.h:34:9: error: expected ')' before '[' token
In file included from ogg.c:31:0:
stb_vorbis.c: In function 'get8_packet_raw':
stb_vorbis.c:1474:7: warning: suggest explicit braces to avoid ambiguous 'else'
In file included from ogg.c:31:0:
stb_vorbis.c: In function 'codebook_decode_deinterleave_repeat_2':
stb_vorbis.c:1871:10: warning: statement with no effect
stb_vorbis.c: In function 'decode_residue':
stb_vorbis.c:2090:4: warning: implicit declaration of function 'alloca'
stb_vorbis.c:2090:42: warning: pointer/integer type mismatch in conditional expression
stb_vorbis.c:2095:4: warning: statement with no effect
stb_vorbis.c:2108:7: warning: statement with no effect
stb_vorbis.c:2112:13: warning: statement with no effect
stb_vorbis.c:2130:16: warning: statement with no effect
stb_vorbis.c:2141:22: warning: statement with no effect
stb_vorbis.c:2150:22: warning: statement with no effect
stb_vorbis.c:2157:16: warning: statement with no effect
stb_vorbis.c:2190:22: warning: statement with no effect
stb_vorbis.c:2193:22: warning: statement with no effect
stb_vorbis.c:2232:22: warning: statement with no effect
stb_vorbis.c:2235:22: warning: statement with no effect
stb_vorbis.c:2101:11: warning: unused variable 'len'
stb_vorbis.c:2250:4: warning: statement with no effect
stb_vorbis.c:2299:4: warning: statement with no effect
stb_vorbis.c: In function 'dct_iv_slow':
stb_vorbis.c:2355:8: warning: unused variable 'n2'
stb_vorbis.c: In function 'imdct_step3_inner_s_loop_ld654':
stb_vorbis.c:2607:8: warning: unused variable 'k_off'
stb_vorbis.c: In function 'inverse_mdct':
stb_vorbis.c:2656:28: warning: pointer/integer type mismatch in conditional expression
stb_vorbis.c:2653:8: warning: unused variable 'n3_4'
stb_vorbis.c: In function 'vorbis_decode_packet_rest':
stb_vorbis.c:3199:4: warning: statement with no effect
stb_vorbis.c:3291:4: warning: statement with no effect
stb_vorbis.c:3331:4: warning: statement with no effect
stb_vorbis.c:3355:4: warning: statement with no effect
stb_vorbis.c:3375:4: warning: statement with no effect
stb_vorbis.c:3378:4: warning: statement with no effect
stb_vorbis.c: In function 'vorbis_find_page':
stb_vorbis.c:4480:19: warning: suggest explicit braces to avoid ambiguous 'else'
ogg.c: In function 'ram':
ogg.c:41:3: warning: implicit declaration of function 'test_decode_filename'
ogg.c:37:8: warning: unused variable 'run'
ogg.c:36:7: warning: unused variable 'key'
ogg.c: At top level:
ogg.c:54:6: warning: conflicting types for 'test_decode_filename'
ogg.c:41:3: note: previous implicit declaration of 'test_decode_filename' was here
ogg.c: In function 'test_decode_filename':
ogg.c:60:5: warning: implicit declaration of function 'showDisplay'
ogg.c:63:5: warning: implicit declaration of function 'stb_fatal'
ogg.c: At top level:
ogg.c:66:6: warning: conflicting types for 'showDisplay'
ogg.c:60:5: note: previous implicit declaration of 'showDisplay' was here
stb_vorbis.c:5100:12: warning: 'channel_selector' defined but not used
make: *** [ogg.o] Fehler 1