이클립스에서 셋팅된 프로젝트를 불러서 진행하였구요(Android 2.2)

windows cygwin환경에서 ndk-build 빌드후 이클립스에서 Android Application 디버깅으로 진행해서

ndk-gdb를 실행한후 오류가 발생하였습니다.

 

< 오류 내용 >

============================================================================================

super@swordgaru ~/android-ndk-r4b/samples/hello-neon
$ ndk-gdb
/home/super/android-ndk-r4b/samples/hello-neon/libs/armeabi/gdb.setup
/home/super/android-ndk-r4b/samples/hello-neon/obj/local/armeabi/gdb.setup
/home/super/android-ndk-r4b/build/prebuilt/windows/arm-eabi-4.4.0/bin/arm-eabi-g
db
/home/super/android-ndk-r4b/samples/hello-neon/obj/local/armeabi/gdb.setup
/home/super/android-ndk-r4b/samples/hello-neon/obj/local/armeabi/app_process
GNU gdb 6.6
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "--host=i686-pc-cygwin --target=arm-elf-linux".
Error while mapping shared library sections:
/system/bin/linker: No such file or directory.
Error while mapping shared library sections:
libc.so: No such file or directory.
Error while mapping shared library sections:
libstdc++.so: No such file or directory.
Error while mapping shared library sections:
libm.so: No such file or directory.
Error while mapping shared library sections:
liblog.so: No such file or directory.
Error while mapping shared library sections:
libcutils.so: No such file or directory.
Error while mapping shared library sections:
libz.so: No such file or directory.
Error while mapping shared library sections:
libutils.so: No such file or directory.
Error while mapping shared library sections:
libbinder.so: No such file or directory.
Error while mapping shared library sections:
libexpat.so: No such file or directory.
Error while mapping shared library sections:
libcrypto.so: No such file or directory.
Error while mapping shared library sections:
libssl.so: No such file or directory.
Error while mapping shared library sections:
libicudata.so: No such file or directory.
Error while mapping shared library sections:
libicuuc.so: No such file or directory.
Error while mapping shared library sections:
libicui18n.so: No such file or directory.
Error while mapping shared library sections:
libsqlite.so: No such file or directory.
Error while mapping shared library sections:
libnativehelper.so: No such file or directory.
Error while mapping shared library sections:
libnetutils.so: No such file or directory.
Error while mapping shared library sections:
libEGL.so: No such file or directory.
Error while mapping shared library sections:
libwpa_client.so: No such file or directory.
Error while mapping shared library sections:
libhardware_legacy.so: No such file or directory.
Error while mapping shared library sections:
libpixelflinger.so: No such file or directory.
(gdb)