[Qt-creator] Android: llvm-strip error with Qt Creator 4.12.0

Fabrice Mousset | GEOCEPT GmbH fabrice.mousset at geocept.com
Fri May 15 07:42:44 CEST 2020


Good morning

I've solved temporary my issue with a Hex-editor to change '-strip-all' into '-S'. It was the easiest/quickest solution for me.
But I think is another typo issue in the source file:
        readElf = QString::fromLatin1("%1 -needed-libs %2").arg(shellQuote(readElf), shellQuote(fileName));
should be
        readElf = QString::fromLatin1("%1 --needed-libs %2").arg(shellQuote(readElf), shellQuote(fileName));

BR.

Fabrice Mousset

Von: Assam Boudjelthia <assam.boudjelthia at qt.io> 
Gesendet: Donnerstag, 14. Mai 2020 19:26
An: Fabrice Mousset | GEOCEPT GmbH <fabrice.mousset at geocept.com>; Bogdan Vatra <bogdan.vatra at kdab.com>
Cc: qt-creator at lists.qt-project.org
Betreff: Re: [Qt-creator] Android: llvm-strip error with Qt Creator 4.12.0



________________________________________
> From: Qt-creator <mailto:qt-creator-bounces at qt-project.org> on behalf of Fabrice Mousset | GEOCEPT GmbH <mailto:fabrice.mousset at geocept.com>
> Sent: Thursday, May 14, 2020 5:54 PM
> To: Bogdan Vatra <mailto:bogdan.vatra at kdab.com>
> Cc: mailto:qt-creator at lists.qt-project.org <mailto:qt-creator at lists.qt-project.org>
> Subject: Re: [Qt-creator] Android: llvm-strip error with Qt Creator 4.12.0
>  
> 
> 
> Thanks BogDan for the quick fix.
> 
> How can I update androiddeployqt for my Qt Kit?
> Is there a Qt 5.12.9 planned soon?
> 

I think Qt 5.12.9 could be a month or so away, meanwhile, you could build the tool for android with Bogdan's patch and make install, the tool is part of qtbase repo.

~ Assam

> Regards
> 
> Fabrice Mousset
> 
> > -----Ursprüngliche Nachricht-----
> > Von: Qt-creator <mailto:qt-creator-bounces at qt-project.org> Im Auftrag von
> > Bogdan Vatra via Qt-creator
> > Gesendet: Donnerstag, 14. Mai 2020 13:08
> > An: mailto:qt-creator at qt-project.org
> > Cc: mailto:qt-creator at lists.qt-project.org
> > Betreff: Re: [Qt-creator] Android: llvm-strip error with Qt Creator 4.12.0
> > 
> > Here https://codereview.qt-project.org/c/qt/qtbase/+/300338 it's a pending
> > fix.
> > 
> > Cheers,
> > BogDan.
> > 
> > În ziua de joi, 14 mai 2020, la 14:03:25 EEST, Bogdan Vatra via Qt-creator a
> > scris:
> > > Hi,
> > >
> > > That's not good ...
> > > Can you please check the followings:
> > >  - unpack your .apk (you can uzip it)
> > >  - check if the .so files from lib are stripped
> > >
> > > BogDan.
> > >
> > > În ziua de joi, 14 mai 2020, la 13:50:30 EEST, Christian Gagneraud a scris:
> > > > On Thu, 14 May 2020 at 22:35, Fabrice Mousset | GEOCEPT GmbH
> > > >
> > > > <mailto:fabrice.mousset at geocept.com> wrote:
> > > > > Hi,
> > > > >
> > > > > yes this is my case, I am using Qt 5.12.7.
> > > > > But what can I do to remove those errors?
> > > > > It is "safe" to ignore them?
> > > >
> > > > I have these too, with Qt-5.12.8
> > > >
> > > > Chris
> > >
> > > _______________________________________________
> > > Qt-creator mailing list
> > > mailto:Qt-creator at qt-project.org
> > > https://lists.qt-project.org/listinfo/qt-creator
> > 
> > 
> > 
> > _______________________________________________
> > Qt-creator mailing list
> > mailto:Qt-creator at qt-project.org
> > https://lists.qt-project.org/listinfo/qt-creator
> _______________________________________________
> Qt-creator mailing list
> mailto:Qt-creator at qt-project.org
> https://lists.qt-project.org/listinfo/qt-creator 



More information about the Qt-creator mailing list