--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-ndk...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-ndk?hl=en.
You probably have an include file somewhere that #defines errno to
__errno_location. Search your include tree for such a define. Check
every folder you're asking it to include.
Or as Michael suggested, maybe you're linking with something built
against a different tool chain; that just won't work.
Tim
Try replacing __errno_location with &errnoYou can find errno.h in platforms/android-#/arch-arm/usr/include/Michael
On Mon, May 2, 2011 at 7:32 AM, Android2011 <snjag...@gmail.com> wrote:
Hello sir,
I am compileing application for ndk, i am getting error "undefined
reference to `__errno_location'".
Any any one please let me know that is missing?
thanks in advance...
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-ndk+unsubscribe@googlegroups.com.
Hello sir,
I am compileing application for ndk, i am getting error "undefined
reference to `__errno_location'".
Any any one please let me know that is missing?
thanks in advance...
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-ndk...@googlegroups.com.