Hello Friends,

2 questions:--

(1) What are your preferred IDEs for building, debugging, troubleshooting
c++ code under Android NDK-- on Linux and on MacOS X ?

I have a project that's built around a cross-platform framework-- that
compiles ok-- for MacOS, IOS and Windows-- but doesnt compile for android.

GCC gives the errors of the form:

SharedLibrary  : libxxx.so
/Users/ns/[some project path]/MT2.h:149: error: undefined reference to
'vtable for MT2NalinClass'
collect2: ld returned 1 exit status


means that some virtual func is not being found... OR some pure virtual
func of a base-class is getting left unimplemented-- possibly due to some
#define for some conditional compilation.
But I want IDE suggestions-- since Eclipse seems useless-- and so does
XCODE - to diagnose cause of this error.

(2) How does one pass options to the ndk-build script for pre-processor
symbols ie: #define(s) one wants-- the code to see as defined during
compilation.
ie: something like gcc's -D[symbol-name] option-- for the ndk-build script
on android.

Do let me know...

Thanks in anticipation and Best Regards,

Nalin
_______________________________________________
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd

Reply via email to