마스터Q&A 안드로이드는 안드로이드 개발자들의 질문과 답변을 위한 지식 커뮤니티 사이트입니다. 안드로이드펍에서 운영하고 있습니다. [사용법, 운영진]

ndk 컴파일시 에러 Gdbserver 가 뭔가요?

0 추천
ndk 컴파일시

Gdbserver      : [arm-linux-androideabi-4.6] libs/armeabi/gdbserver
install: cannot stat `/home/jjh/android-ndk-r8e-windows-x86/android-ndk-r8e/prebuilt/android-arm/gdbserver/gdbserver': No such file or directory
/home/jjh/android-ndk-r8e-windows-x86/android-ndk-r8e/build/core/setup-toolchain.mk:154: recipe for target `/home/jjh/android-ndk-r8e-windows-x86/android-ndk-r8e/samples/hello-jni/libs/armeabi/gdbserver' failed
make: *** [/home/jjh/android-ndk-r8e-windows-x86/android-ndk-r8e/samples/hello-jni/libs/armeabi/gdbserver] Error 1

이런에러가 뜨는데

Gdbserver 가 뭔가요?

ndk 샘플 hello-jni 컴파일하는데 이에러가 납니다
구름처럼달처럼 (5,830 포인트) 님이 2013년 4월 10일 질문

1개의 답변

0 추천

gdb == debugger 

http://www.gnu.org/software/gdb/

 

install: cannot stat `/home/jjh/android-ndk-r8e-windows-x86/android-ndk-r8e/prebuilt/android-arm/gdbserver/gdbserver': No such file or directory

경로 설정이 옮은지 확인하세요

aucd29 (218,390 포인트) 님이 2013년 4월 10일 답변
android-ndk-r8e/ 폴더에 prebuilt 라는폴더가 안보입니다
build 폴더는 있는데...
ndk 를 잘못설치했을까요?
다시 설치 하세요 --------------------
...