Hi all, I know I´m probably very wrong in this forum with this topic, but I couldn´t find a better place. Working under Vista, I installed GNU make 3.81 (needed it since we want to use Android NDK, which int turn needs GNU Make). And while make.exe was successfully used by the Android NDK setup script, it fails every time I try to use it to build the example programs. In fact, make.exe even crashes if I just call 'make'. Which is not supposed to happen, I guess. Then a MS window comes up telling me make.exe does not work anymore. Accompanied by another window with the title '16 bit MS-DOS subsystem', saying 'The NTVDM CPU has encountered an illegal instruction...'. This is the according debug output: C:\Users\zwatschek\Stuff\Android\android-ndk-1.6_r1>gmake -d GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program built for Windows32 Reading makefiles... Reading makefile `GNUmakefile'... Reading makefile `build/core/main.mk' (search path) (no ~ expansion)... Reading makefile `build/core/definitions.mk' (search path) (no ~ expansion)... Reading makefile `build/core/../gmsl/gmsl' (search path) (no ~ expansion)... Reading makefile `build/core/../gmsl/__gmsl' (search path) (no ~ expansion)... Reading makefile `out/host/config.mk' (search path) (no ~ expansion)... Reading makefile `build/core/add-toolchain.mk' (search path) (no ~ expansion)... Reading makefile `build/toolchains/arm-eabi-4.2.1/config.mk' (search path) (no ~ expansion)... Reading makefile `build/core/add-platform.mk' (search path) (no ~ expansion)... Reading makefile `build/core/add-platform.mk' (search path) (no ~ expansion)... Reading makefile `build/core/add-application.mk' (search path) (no ~ expansion). .. Reading makefile `apps/hello-jni/Application.mk' (search path) (no ~ expansion). .. Creating temporary batch file C:\Users\ZWATSC~1\AppData\Local\Temp\make3480-1.ba t CreateProcess(C:\Users\ZWATSC~1\AppData\Local\Temp\make3480-1.bat,C:\Users\ZWATS C~1\AppData\Local\Temp\make3480-1.bat,...) I have no idea what to make of this ... Souldrift
modified on Monday, December 14, 2009 9:20 AM