[Qt-creator] How to compile Qt-creator to support MADDE and on-device debugging?

Rudenko Eugene erule.biz at gmail.com
Thu Feb 4 22:25:57 CET 2010


Here is compilation problem:
g++ -c -pipe -fPIC -ansi -fpermissive -finline-functions -Wno-long-long -g -gdwarf-2 -arch i386 -fvisibility=hidden -arch ppc -Wall -W -fPIC -DIDE_LIBRARY_BASENAME=\"lib\" -DWITH_TESTS -DQT_NO_CAST_TO_ASCII -DQT_TESTLIB_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Qt4.6/mkspecs/macx-g++ -I/Users/rule/development/qt-creator_git/src/libs/3rdparty/botan/src -I/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/usr/include/QtCore -I/Library/Frameworks/QtGui.framework/Versions/4/Headers -I/usr/include/QtGui -I/Library/Frameworks/QtTest.framework/Versions/4/Headers -I/usr/include/QtTest -I/usr/include -I/Users/rule/development/qt-creator_git/src/libs -I/Users/rule/development/qt-creator_git/tools -I/Users/rule/development/qt-creator_git/src/libs/3rdparty/botan/src -I/Users/rule/development/qt-creator_git/src/libs/3rdparty/botan/build -I/Users/rule/development/qt-creator_git/src/libs/3rdparty/botan/build/botan -I.moc/debug-shared -I. -F/Library/Frameworks -o .obj/debug-shared/asn1_alt.o /Users/rule/development/qt-creator_git/src/libs/3rdparty/botan/src/asn1/asn1_alt.cpp
{standard input}:222:Invalid mnemonic 'bswapl'
lipo: can't open input file: /var/folders/xd/xdkKsgRnHOypmhVyhf4XtU+++TI/-Tmp-//ccUf4MXb.out (No such file or directory)
make[5]: *** [.obj/debug-shared/asn1_alt.o] Error 1
make[4]: *** [sub-src-make_default-ordered] Error 2
make[3]: *** [sub-botan-make_default-ordered] Error 2
make[2]: *** [sub-3rdparty-make_default-ordered] Error 2
make[1]: *** [sub-libs-make_default-ordered] Error 2
make: *** [sub-src-make_default-ordered] Error 2

It looks like compiler is able to understand asm bswapl mnemonic. I'll try to find solution tomorrow, maybe it's one of already known issues ?

Waiting for your reply.

On Feb 4, 2010, at 3:23 PM, Karsten Heimrich wrote:

> Hi,
> 
> ext Rudenko Eugene schrieb:
>> Hello, I tried to build qt-creator to support madde, I found that there are some ssl lib, used for on-device development.
>> 
>> How to build Qt-creator for madde,
> 
> As I wrote in my last reply to you, one has to build Qt Creator 
> from master. Export an env var like this: export 
> QTCREATOR_WITH_MAEMO=1 and (re)run qmake. Once that has finished 
> just compile the source as usual.
> 
>> is there are some external dependencies ?
> 
> No, there are no external dependencies other then the sources 
> inside our repository.
> 
>> And is it possible to build some dev preview for MADDE development and share it, like it was made for declarative interface support demonstration.
> 
> Since we consider the implementation experimental, we won't ship 
> or promote it right now. Once it is stable enough we will enable 
> the feature by default, announce it and provide snapshots, 
> documentation etc.
> 
> 
> Regards,
> -- 
> Karsten Heimrich - karsten.heimrich (AT) nokia.com
> Software Engineer - Nokia, Qt Development Frameworks
> Rudower Chaussee 13, 12489 Berlin, Germany
> 
> Nokia gate5 GmbH
> Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany
> Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B
> Umsatzsteueridentifikationsnummer: DE 812 845 193
> Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator





More information about the Qt-creator-old mailing list