Skip to content

Instantly share code, notes, and snippets.

Created January 29, 2012 13:48
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save anonymous/1698907 to your computer and use it in GitHub Desktop.
In file included from /home/afeder/android/toolchain/sysroot/usr/include/sys/time.h:33,
from /home/afeder/android/toolchain/sysroot/usr/include/time.h:32,
from ./time.h:40,
from ./stdint.h:518,
from /home/afeder/android/toolchain/bin/../lib/gcc/arm-linux-androideabi/4.4.3/include-fixed/sys/types.h:43,
from /home/afeder/android/toolchain/sysroot/usr/include/strings.h:42,
from /home/afeder/android/toolchain/sysroot/usr/include/stdlib.h:42,
from ./stdlib.h:35,
from allocator.c:4:
/home/afeder/android/toolchain/sysroot/usr/include/linux/time.h:20: error: expected specifier-qualifier-list before 'time_t'
/home/afeder/android/toolchain/sysroot/usr/include/linux/time.h:26: error: expected specifier-qualifier-list before 'time_t'
In file included from /home/afeder/android/toolchain/sysroot/usr/include/asm/siginfo.h:15,
from /home/afeder/android/toolchain/sysroot/usr/include/time.h:35,
from ./time.h:40,
from ./stdint.h:518,
from /home/afeder/android/toolchain/bin/../lib/gcc/arm-linux-androideabi/4.4.3/include-fixed/sys/types.h:43,
from /home/afeder/android/toolchain/sysroot/usr/include/strings.h:42,
from /home/afeder/android/toolchain/sysroot/usr/include/stdlib.h:42,
from ./stdlib.h:35,
from allocator.c:4:
/home/afeder/android/toolchain/sysroot/usr/include/asm-generic/siginfo.h:51: error: expected specifier-qualifier-list before 'pid_t'
/home/afeder/android/toolchain/sysroot/usr/include/asm-generic/siginfo.h:56: error: expected specifier-qualifier-list before 'timer_t'
/home/afeder/android/toolchain/sysroot/usr/include/asm-generic/siginfo.h:64: error: expected specifier-qualifier-list before 'pid_t'
/home/afeder/android/toolchain/sysroot/usr/include/asm-generic/siginfo.h:70: error: expected specifier-qualifier-list before 'pid_t'
In file included from ./time.h:40,
from ./stdint.h:518,
from /home/afeder/android/toolchain/bin/../lib/gcc/arm-linux-androideabi/4.4.3/include-fixed/sys/types.h:43,
from /home/afeder/android/toolchain/sysroot/usr/include/strings.h:42,
from /home/afeder/android/toolchain/sysroot/usr/include/stdlib.h:42,
from ./stdlib.h:35,
from allocator.c:4:
/home/afeder/android/toolchain/sysroot/usr/include/time.h:40: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'time'
/home/afeder/android/toolchain/sysroot/usr/include/time.h:70: error: expected ')' before '__time1'
/home/afeder/android/toolchain/sysroot/usr/include/time.h:71: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'mktime'
/home/afeder/android/toolchain/sysroot/usr/include/time.h:73: error: expected ';', ',' or ')' before '*' token
/home/afeder/android/toolchain/sysroot/usr/include/time.h:74: error: expected ';', ',' or ')' before '*' token
/home/afeder/android/toolchain/sysroot/usr/include/time.h:76: error: expected ';', ',' or ')' before '*' token
/home/afeder/android/toolchain/sysroot/usr/include/time.h:77: error: expected ';', ',' or ')' before '*' token
/home/afeder/android/toolchain/sysroot/usr/include/time.h:82: error: expected ';', ',' or ')' before '*' token
/home/afeder/android/toolchain/sysroot/usr/include/time.h:83: error: expected ';', ',' or ')' before '*' token
/home/afeder/android/toolchain/sysroot/usr/include/time.h:94: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'clock'
/home/afeder/android/toolchain/sysroot/usr/include/time.h:107: error: expected declaration specifiers or '...' before 'timer_t'
/home/afeder/android/toolchain/sysroot/usr/include/time.h:109: error: expected ')' before 'timerid'
/home/afeder/android/toolchain/sysroot/usr/include/time.h:110: error: expected ')' before 'timerid'
/home/afeder/android/toolchain/sysroot/usr/include/time.h:111: error: expected ')' before 'timerid'
In file included from ./stdint.h:518,
from /home/afeder/android/toolchain/bin/../lib/gcc/arm-linux-androideabi/4.4.3/include-fixed/sys/types.h:43,
from /home/afeder/android/toolchain/sysroot/usr/include/strings.h:42,
from /home/afeder/android/toolchain/sysroot/usr/include/stdlib.h:42,
from ./stdlib.h:35,
from allocator.c:4:
./time.h:409: error: 'time_t' undeclared here (not in a function)
./time.h:409: error: bit-field '__floating_time_t_unsupported' width not an integer constant
./time.h:409: error: expected ',', ';' or '}' before numeric constant
make[2]: *** [allocator.o] Error 1
make[1]: *** [all] Error 2
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment