<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="FileOne" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif, Verdana, 'Sans Serif', Sans-Serif; font-size:9pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px; font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;">I'm getting closer to deploy a simple helloworld.py app to Android but this looks like there is a function missing inside  libpython3.4.a the Python lib for Android.</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;">The Python versions do match (in the cross compile chain between Linux host and target (Android))</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px; font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;">Is this a version mismatch (output has been shortened for clarification)?  The compile process went well for the .pro file generared by pyqtdeploy.</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px; font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;">arm-linux-androideabi-g++ \</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;">--sysroot=/home/thedax/Android/Sdk/ndk-bundle/platforms/android-9/arch-arm/  \</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;">-Wl,-soname,libHelloWorld.so \</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;">-Wl,-rpath=/home/thedax/Qt4A/5.7/android_armv7/lib \</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;">-Wl,--no-undefined -Wl,-z,noexecstack -shared \</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;">-o libHelloWorld.so pyqtdeploy_main.o \</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;">pyqtdeploy_start.o pdytools_module.o \</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;">_heapqmodule.o \</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;">mathmodule.o selectmodule.o timemodule.o \</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;">_posixsubprocess.o _math.o qrc_pyqtdeploy.o \</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;">-L/home/thedax/Android/Sdk/ndk-bundle/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a \</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;">-L/home/thedax/Android/Sdk/ndk-bundle/platforms/android-9/arch-arm//usr/lib \</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;">-L/home/thedax/PyQtDeploy/sysroot_android/app/lib/python3.4/site-packages -lsip \</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;">-L/home/thedax/PyQtDeploy/sysroot_android/app/lib/python3.4/site-packages/PyQt5 \</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;">-lQt -lQtCore -lQtGui -lQtWidgets \</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;">-L/home/thedax/PyQtDeploy/sysroot_android/app/lib -lpython3.4 \</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;">-L/home/thedax/Qt4A/5.7/android_armv7/lib -lQt5Widgets \</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;">-L/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a \</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;">-L/opt/android/ndk/platforms/android-9/arch-arm//usr/lib \</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;">-lQt5Gui -lQt5Core -lGLESv2 -lgnustl_shared -llog -lz -lm -ldl -lc -lgcc</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;">...../sysroot_android/app/lib/libpython3.4.a(pytime.o):pytime.c:function _PyTime_gettimeofday: error: undefined reference to 'ftime'</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;">...../sysroot_android/app/lib/libpython3.4.a(pytime.o):pytime.c:function _PyTime_gettimeofday_info: error: undefined reference to 'ftime'</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;">...../sysroot_android/app/lib/libpython3.4.a(posixmodule.o):posixmodule.c:function posix_wait3: error: undefined reference to 'wait3'</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px; font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;">collect2: error: ld returned 1 exit status</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;">make: *** [libHelloWorld.so] Error 1</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; font-weight:600; color:#000000;">15:04:28: The process "/usr/bin/make" exited with code 2.</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;">Error while building/deploying project HelloWorld (kit: Android for armeabi-v7a (GCC 4.9, Qt 5.7.0))</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px; font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px; font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;">Help again is much needed.</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px; font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px; font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt; color:#000000;"><br /></p></body></html>