for building my cocos2d-x NDK project.
Warning: /c/Development/android-ndk-r7b/platforms/android-14/arch-arm/usr/include: No such file or directory.
Warning: /c/Development/android-ndk-r7b/sources/cxx-stl/gnu-libstdc++/include: No such file or directory.
Warning: /c/Development/android-ndk-r7b/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include: No such file or directory.
(no debugging symbols found)
(no debugging symbols found)
131-gdb-set confirm off
131^done
(gdb)
132-gdb-set width 0
132^done
(gdb)
133-gdb-set height 0
133^done
(gdb)
134-interpreter-exec console echo
134^done
(gdb)
135-gdb-show prompt
135^done,value="(gdb) "
(gdb)
136-gdb-set auto-solib-add on
136^done
(gdb)
137-gdb-set stop-on-solib-events 0
137^done
(gdb)
138-gdb-set stop-on-solib-events 1
138^done
(gdb)
139-target-select remote localhost:5039
&"localhost:5039: No connection could be made because the target machine actively refused it.\n"
localhost:5039: No connection could be made because the target machine actively refused it.
139^error,msg="localhost:5039: No connection could be made because the target machine actively refused it."
(gdb)
140-gdb-exit
140^exit