Find the answer to your Linux question:
Results 1 to 2 of 2
Hello, I am trying to compile the QT browser for arm processor. But i am getting the below error as Code: ../../include/QtCore/../../src/corelib/global/qglobal.h:261:4: error: #error "Qt has not been ported to ...
  1. #1
    Linux User
    Join Date
    Aug 2008
    Location
    Trichy,India
    Posts
    308

    error: #error "Qt has not been ported to this OS

    Hello,
    I am trying to compile the QT browser for arm processor. But i am getting the below error as

    Code:
    ../../include/QtCore/../../src/corelib/global/qglobal.h:261:4: error: #error "Qt has not been ported to this OS - talk to qt-bugs@trolltech.com"
    make[1]: *** [.pch/release-shared-emb-arm/QtCore.gch/c++] Error 1
    make[1]: Leaving directory `/home/ariem/Desktop/qt-everywhere-opensource-src-4.6.0/src/corelib'
    make: *** [sub-corelib-make_default-ordered] Error 2
    ariem@ariem-desktop:~/Desktop/qt-everywhere-opensource-src-4.6.0$
    Can anyone help me what will be the problem.
    Thanks in advance...

  2. #2
    Linux User
    Join Date
    Aug 2008
    Location
    Trichy,India
    Posts
    308
    Now i am getting this error

    Code:
    arm-none-linux-gnueabi-g++ -c -pipe -fno-exceptions -O2 -Wall -W -D_REENTRANT -fPIC -DQT_SHARED -DQT_BUILD_CORE_LIB -DQT_NO_USING_NAMESPACE -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT -DQT_MOC_COMPAT -DHB_EXPORT=Q_CORE_EXPORT -DQT_NO_DEBUG -I../../mkspecs/qws/linux-arm-g++ -I. -I../../include -I../../include/QtCore -I.rcc/release-shared-emb-arm -Iglobal -I../3rdparty/zlib -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I.moc/release-shared-emb-arm -o .obj/release-shared-emb-arm/qabstractanimation.o animation/qabstractanimation.cpp
    make[1]: arm-none-linux-gnueabi-g++: Command not found
    make[1]: *** [.obj/release-shared-emb-arm/qabstractanimation.o] Error 127
    make[1]: Leaving directory `/home/ariem/Desktop/qt-everywhere-opensource-src-4.6.0/src/corelib'
    make: *** [sub-corelib-make_default-ordered] Error 2
    root@ariem-desktop:/home/ariem/Desktop/qt-everywhere-opensource-src-4.6.0# cd mkspecs/qws/linux-arm-g++/
    Thanks in advance...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...