Hallo,
nachdem ich nun das NDK endlich erfolgreich installiert habe, stehe ich vor dem nächsten Problem.
Ich versuche die Beispiel-Programme zu bauen (make APP=hello-jni), allerdings geht jedesmal ein lustiges Windows Fenster auf mit der Nachricht ''make.exe funktioniert nicht mehr'. Das ganze passiert übrigens auch, wenn ich einfach nur den befehl 'make' eingebe.
Das ist der Debug output dazu:
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,...)
Kennt das jemand oder kann jemand helfen?
Grüße
Oceansoul