Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Building QT 5.3.1 for Ubuntu 14.04 with arm-linux-gnueabihf-gcc-4.8 toolchain
Forum Updated to NodeBB v4.3 + New Features

Building QT 5.3.1 for Ubuntu 14.04 with arm-linux-gnueabihf-gcc-4.8 toolchain

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 2.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    marinavasilevsky
    wrote on last edited by
    #1

    I am doing cross compilation QT 5.3 from git for Linux device based on TI OMAP4 Panda board.
    The distribution is Ubuntu 14.04.

    I get compilation errors :
    qhttpthreaddelegate.cpp:(.text+0×1ce): undefined reference to QString::toLatin1_helper(QString const&)’ .obj/qhttpthreaddelegate.o: In function statusCodeFromHttp(int, QUrl const&)’:
    qhttpthreaddelegate.cpp:(.text+0×518): undefined reference to QString::toLocal8Bit_helper(QChar const*, int)’ .obj/qftp.o: In function QFtpPI::startNextCmd()’:
    qftp.cpp:(.text+0×17e4): undefined reference to QString::toLatin1_helper(QString const&)’ .obj/qftp.o: In function QFtp::rawCommand(QString const&)’:
    qftp.cpp:(.text+0×3554): undefined reference to `QAbstractConcatenable::appendLatin1To(char const*, int, QChar*)’

    Command line:
    ./configure -v
    -arch arm
    -prefix /media/Linux-data/Install/ubuntu_core14_omap4/qtogl-5_3_1/install
    -no-sse2 -no-sse3 -no-sse4.1 -no-sse4.2 -no-ssse3
    -no-largefile
    -accessibility
    -openssl
    -no-cups
    -no-audio-backend
    -glib
    -no-avx
    -opensource
    -fontconfig
    -nis
    -system-proxies
    -opengl
    -mtdev
    -xcb
    -xplatform linux-omap4-ogl-g++

    A 1 Reply Last reply
    0
    • M marinavasilevsky

      I am doing cross compilation QT 5.3 from git for Linux device based on TI OMAP4 Panda board.
      The distribution is Ubuntu 14.04.

      I get compilation errors :
      qhttpthreaddelegate.cpp:(.text+0×1ce): undefined reference to QString::toLatin1_helper(QString const&)’ .obj/qhttpthreaddelegate.o: In function statusCodeFromHttp(int, QUrl const&)’:
      qhttpthreaddelegate.cpp:(.text+0×518): undefined reference to QString::toLocal8Bit_helper(QChar const*, int)’ .obj/qftp.o: In function QFtpPI::startNextCmd()’:
      qftp.cpp:(.text+0×17e4): undefined reference to QString::toLatin1_helper(QString const&)’ .obj/qftp.o: In function QFtp::rawCommand(QString const&)’:
      qftp.cpp:(.text+0×3554): undefined reference to `QAbstractConcatenable::appendLatin1To(char const*, int, QChar*)’

      Command line:
      ./configure -v
      -arch arm
      -prefix /media/Linux-data/Install/ubuntu_core14_omap4/qtogl-5_3_1/install
      -no-sse2 -no-sse3 -no-sse4.1 -no-sse4.2 -no-ssse3
      -no-largefile
      -accessibility
      -openssl
      -no-cups
      -no-audio-backend
      -glib
      -no-avx
      -opensource
      -fontconfig
      -nis
      -system-proxies
      -opengl
      -mtdev
      -xcb
      -xplatform linux-omap4-ogl-g++

      A Offline
      A Offline
      alexey.petrenko
      wrote on last edited by
      #2

      @marinavasilevsky hi!
      Have you managed to figure it out? I have the same issue right there.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved