[Android-development] Supported devices

BogDan bog_dan_ro at yahoo.com
Thu Feb 14 08:23:11 CET 2013


Hi,

Armv5 atomics are not compiling with thumb instructions turn on,  I need a little more time to fix it.

Cheers,
BogDan.

> 
>
>Hi BogDan and friends,
>
>
>Sorry for the delay. I'm now trying the patch "Add __ARM_ARCH_5TE__ to Q_PROCESSOR_ARM_V5".
>
>
>I downloaded it as instructed in the web page, using the command:
>git fetch https://codereview.qt-project.org/p/qt/qtbase refs/changes/46/47746/2 && git checkout FETCH_HEAD
>
>
>
>As far as I can see in the log, the dependencies are downloaded automatically, so I proceeded to build. I called configure as usual:
>
>
>./configure -opensource -confirm-license -opengl es2 -no-qpa-platform-guard -xplatform android-g++ -android-ndk ~/programming/android-ndk -android-sdk ~/programming/android-sdk -android-arch armeabi
>
>
>But then I get the following error while compiling corelib:
>
>
>/tmp/ccwLzuUf.s:812: Error: selected processor does not support `swp r4,r3,[r7]'


>
>
>
>Did I miss something?
>
>
>
>
>
>Cheers,
>Alvaro
>
>
>
>
>
>
>
>On Wed, Feb 13, 2013 at 11:24 AM, BogDan <bog_dan_ro at yahoo.com> wrote:
>
>Hi,
>>
>>
>>You just found a bug, here https://codereview.qt-project.org/#change,47746 is the fix (make sure you pull all the dependencies).
>>
>>
>>Cheers,
>>BogDan.
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>>________________________________
>>> From: Alvaro Burnett <alvaroburnett at gmail.com>
>>>To: BogDan <bog_dan_ro at yahoo.com> 
>>>Cc: Florin Tanasă <florin.tanasa at gmail.com>; "android-development at qt-project.org" <android-development at qt-project.org> 
>>>Sent: Wednesday, February 13, 2013 9:36 AM
>>>Subject: Re: [Android-development] Supported devices
>>> 
>>>
>>>Hi Bogdan,
>>>
>>>
>>>I wish I could use the emulator, but Qt5 is compiled for armeabi-v7a, and these kind of emulator images are only available for Android 4.0 or later, which is so incredibly slow on my computer that it is unusable.
>>>
>>>
>>>I have tried to compile Qt5 for armeabi (using argument in configure), but the build fails.
>>>
>>>
>>>
>>>
>>>
>>>On Wed, Feb 13, 2013 at 8:29 AM, BogDan <bog_dan_ro at yahoo.com> wrote:
>>>
>>>Sorry I just misspell your name,  so one more time:
>>>>Salut *Florin* not Folrin :)
>>>>
>>>>
>>>>
>>>>>
>>>>>
>>>>> You don't need to do the "make install" step, and I bet this is
>>>>> the problem, 
>>>>> because the install procedure doesn't copy all need files. Just point into
>>>>> QtCreator 
>>>>> the  folder where you compiled qtbase (you can safely ignore qtcreator's
>>>>> warning). 
>>>>> If you want to "fix" the warning just add -developer-build to your
>>>>> configure params.
>>>>>
>>>>>
>>>>> Cheers,
>>>>> BogDan
>>>>>
>>>>>
>>>>> P.S. IMHO we don't need any "compatibility" page, Qt5 *MUST* work
>>>>> on all Android 
>>>>> API-9+ devices/emulators and  you should be able to debug it on any API-10+ 
>>>>> devices/emulators !
>>>>>
>>>>>
>>>>>> ________________________________
>>>>>>  From: Florin Tanasă <florin.tanasa at gmail.com>
>>>>>> To: android-development at qt-project.org
>>>>>> Sent: Wednesday, February 13, 2013 9:14 AM
>>>>>> Subject: Re: [Android-development] Supported devices
>>>>>>
>>>>>>
>>>>>> In this morning I take with logcat the log.
>>>>>> The name of application is Test_android.
>>>>>> What I found in log is this warning:
>>>>>> W/PackageManager(  325): Package named
>>>>>       'org.kde.necessitas.example.Test_android' doesn't exist.
>>>>>> and the QtCreator in window application say not found process
>>>>>       org.kde.necessitas.example.Test_android
>>>>>>  The application is installed because I tap and then request
>>>>>       ministro libs and the qt5 libs exist in /data/local/tmp/qt
>>>>>>
>>>>>> On 12.02.2013 21:06, Florin Tanasă wrote:
>>>>>>
>>>>>> On 12.02.2013 14:30, Eskil Abrahamsen Blomfeldt wrote:
>>>>>>>
>>>>>>> On 02/12/2013 12:27 PM, Florin Tanasă wrote:
>>>>>>>>
>>>>>>>> On 12.02.2013 13:15, Eskil Abrahamsen Blomfeldt wrote:
>>>>>>>>>
>>>>>>>>> On 02/12/2013 10:57 AM, Florin Tanasă wrote:
>>>>>>>>>>
>>>>>>>>>> I tested with Samsung Galaxy Tab 2 7.0 and not work. The
>>>>> application not start.
>>>>>>>>>>> With qt 4.8 work.
>>>>>>>>>>>
>>>>>>>>>> Could you be more specific? What in particular does not
>>>>>             work?
>>>>>>>>>>
>>>>>>>>>> It should work on that device.
>>>>>>>>>>
>>>>>>>>>> -- Eskil
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> _______________________________________________
>>>>> Android-development mailing list Android-development at qt-project.org
>>>>> http://lists.qt-project.org/mailman/listinfo/android-development
>>>>> Black screen and die for qt5.0.0-beta1 and with qt5.1.0 not start.
>>>>>>>>> I tested with qt 5.0.0-beta1 and qt5.1.0 from git.
>>>>>>>>> With ndk-r8d for qt5.1.0.0-beta and ndk-r8 for qt5.0.0-beta1.
>>>>>>>>> Today I will try using ndk and sdk from necessitas sdk.
>>>>>>>>>
>>>>>>>> Are you using the wip/android branch? Otherwise, I would not
>>>>>         expect it to work :)
>>>>>>>>
>>>>>>>> The code has not been submitted to Qt yet, but will be released
>>>>>         as part of Qt 5.1.0.
>>>>>>>>
>>>>>>>> Currently you can test it by using the wip/android branch in the
>>>>>         git repository.
>>>>>>>>
>>>>>>>> -- Eskil
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> _______________________________________________
>>>>> Android-development mailing list Android-development at qt-project.org
>>>>> http://lists.qt-project.org/mailman/listinfo/android-development
>>>>> Now I using ndk and sdk from necessitas for building the qtbase. Then I compiled
>>>>> an application (very simple) and I "Run" the application (of-course
>>>>> using qt local lib) but application not start.
>>>>>>> This command was using for building the qt5 library:
>>>>>>>
>>>>>>>  1147  git clone git://gitorious.org/qt/qt5.git
>>>>>>>  1148  cd qt5/
>>>>>>>  1149  ls
>>>>>>>  1150  perl init-repository
>>>>>>>  1151  cd qtbase/
>>>>>>>  1152  ls
>>>>>>>  1153  git branch
>>>>>>>  1154  git checkout wip/android
>>>>>>>  1155  git branch
>>>>>>>  1156  ./configure -opengl es2 -no-qpa-platform-guard -xplatform
>>>>>       android-g++ -android-ndk /home/florin/necessitas/android-ndk
>>>>>       -android-sdk /home/florin/necessitas/android-sdk
>>>>>>>  1157  make -j9
>>>>>>>  1158  sudo make install
>>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> Android-development mailing list
>>>>>> Android-development at qt-project.org
>>>>>> http://lists.qt-project.org/mailman/listinfo/android-development
>>>>>>
>>>>>>
>>>>>>
>>>>> _______________________________________________
>>>>> Android-development mailing list
>>>>> Android-development at qt-project.org
>>>>> http://lists.qt-project.org/mailman/listinfo/android-development
>>>>>
>>>>_______________________________________________
>>>>Android-development mailing list
>>>>Android-development at qt-project.org
>>>>http://lists.qt-project.org/mailman/listinfo/android-development
>>>>
>>>
>>>
>>>
>
>
>



More information about the Android-development mailing list