e out a way to install my apk.
Best regards
Thomas
Von: P. O. Jonsson
Gesendet: Sonntag, Dezember 10, 2023 1:40 PM
An: Open Object Rexx Developer Mailing List
Betreff: Re: [Oorexx-devel] Update on ooRexx -> Android
Hi Thomas,
What would be a good platform for
Gesendet: Sonntag, Dezember 10, 2023 12:24 PM
An: Open Object Rexx Developer Mailing List
Betreff: Re: [Oorexx-devel] Update on ooRexx -> Android
Hi Thomas,
the CMake config issues seem to be fixed. Found and not found configs look
reasonable.
I'm not aware of any other ooRexx cross-compile
Hi Thomas,What would be a good platform for testing, something like this?Android 13.0 TV Box 4GB RAM 64GB ROM,TV Box Android mit RK3528 Quad-Core 64bit Cortex-A53 chip,Smart TV Box 8K UHD Videos,2.4G/5G Dual WiFi Bluetooth 5.0 mit kabelloser Mini-Tastatur,Schwarzgoogleadservices.comAny advice welco
Hi Thomas,
the CMake config issues seem to be fixed. Found and not found configs look
reasonable.
I'm not aware of any other ooRexx cross-compile attempt, so this is new
territory for us.
To complete your build you can try commenting out the six lines after #
Build the rexx.img file
and add a line
rich Steinb?ck
Sent: Saturday, December 9, 2023 7:44 PM
To: Open Object Rexx Developer Mailing List
Subject: Re: [Oorexx-devel] Update on ooRexx -> Android
Hi Thomas,
I've committed a fix to our CMake - it should now be able handle the missing
libpthread on Android.
The attached CMakeError.log
Hi Thomas,
I've committed a fix to our CMake - it should now be able handle the
missing libpthread on Android.
The attached CMakeError.log don't show all HAVE_PTHREAD_* configuration
errors - not sure why, but it shows issues with libpthread not found which
should now go away.
Please delete the CM
Developer Mailing List
Subject: Re: [Oorexx-devel] Update on ooRexx -> Android
Hi Thomas,
it seems that Android has no pthreads lib (it is built-in into libc instead).
I will make appropriate changes to our CMake.
Can you attach CMakeFiles/CMakeError.log so that we can see why
pthread_attr
Hi Thomas,
it seems that Android has no pthreads lib (it is built-in into libc
instead). I will make appropriate changes to our CMake.
Can you attach CMakeFiles/CMakeError.log so that we can see why
pthread_attr_get_np isn't found (and also none ogf the others).
Thanks!
___
Hi Thomas,
thanks for reporting these issues!
PTHREAD cannot be handled by Android
>
The getStackSize and getStackBase functions require pthread_getattr_np.
It looks like this should be available on Android in any API level - see
https://cs.android.com/android/platform/superproject/+/master:bioni