Make fails weirdly with the following reasons :
CC code/client/cl_cgame.c
In file included from code/client/client.h:24,
from code/client/cl_cgame.c:24:
code/client/../qcommon/q_shared.h:100:20: error: assert.h: No such file or
directory
code/client/../qcommon/q_shared.h:101:18: error: math.h: No such file or
directory
In file included from code/client/../qcommon/q_shared.h:102,
from code/client/client.h:24,
from code/client/cl_cgame.c:24:
/home/pravein/android-ndk-r5/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/..
/lib/gcc/arm-eabi/4.4.0/include-fixed/stdio.h:50:23: error: sys/cdefs.h: No
such file or directory
/home/pravein/android-ndk-r5/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/..
/lib/gcc/arm-eabi/4.4.0/include-fixed/stdio.h:51:24: error: sys/_types.h: No
such file or directory
..
..
After I made the following changes in the Makefile.local :
ANDROID_NDK_DIR=/home/pravein/android-ndk-r5/
CC=/home/pravein/android-ndk-r5/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin
/arm-eabi-gcc
I am using latest android NDK r5.
Am I missing any step here?
Thanks,
Pravein.
Original issue reported on code.google.com by pravei...@gmail.com on 6 Jan 2011 at 7:28
Original issue reported on code.google.com by
pravei...@gmail.com
on 6 Jan 2011 at 7:28