I would like to make FIO for Android source. I tried Aaron's post and ran into problems. I also tried making a Android.mk and got into undeclared values for __NR_shm* When I make here is what i get.. akrish9@akrish9-ws:~/setup/fio [master] $ make V=1 UNAME=Android cross_prefix=~/android-ndk-r8e/toolchains/x86-4.6/prebuilt/linux-x86_64/bin/i686-linux-android- Makefile:12: config-host.mak: No such file or directory Running configure for you... compile test failed Configure failed, check config.log and/or the above output when i try to configure i get this.. akrish9@akrish9-ws:~/setup/fio [master] $ ./configure --cpu=i386 --extra-cflags="-D__ANDROID__" --cc=/home/akrish9/android-ndk-r8e/toolchains/x86-4.6/prebuilt/linux-x86_64/i686-linux-android/bin/gcc compile test failed Configure failed, check config.log and/or the above output akrish9@akrish9-ws:~/setup/fio [master] $ cat config.log # FIO configure log Thu Apr 11 10:46:48 MST 2013 # Configured with: './configure' '--cpu=i386' '--extra-cflags=-D__ANDROID__' '--cc=/home/akrish9/android-ndk-r8e/toolchains/x86-4.6/prebuilt/linux-x86_64/i686-linux-android/bin/gcc' # gcc -D_GNU_SOURCE -include config-host.h -D__ANDROID__ -c -o /tmp/fio-conf--4681-.o /tmp/fio-conf--4681-.c Compiling test case cross Any help here is appreciated. Thanks, Anush Krishnamurthy -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html