Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Compiler Errors: /home/kurt/raspi/sysroot/usr/lib/arm-linux-gnueabihf/libicui18n.so.52: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8' and collect2: error: ld returned 1 exit status

Compiler Errors: /home/kurt/raspi/sysroot/usr/lib/arm-linux-gnueabihf/libicui18n.so.52: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8' and collect2: error: ld returned 1 exit status

Scheduled Pinned Locked Moved Solved Mobile and Embedded
1 Posts 1 Posters 610 Views
  • 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.
  • K-StrK Offline
    K-StrK Offline
    K-Str
    wrote on last edited by K-Str
    #1

    hello to all,
    I setup a cross compiling tool chain as described in
    https://wiki.qt.io/RaspberryPi2EGLFS
    The Qt version is :

    Qt Creator 4.3.1
    Based on Qt 5.9.1 (GCC 5.3.1 20160406 (Red Hat 5.3.1-6), 64 bit)

    Then I created a simple project which makes just one button and one label.
    When I try to compile I get the following errors:

    11:46:38: Running steps for project TestQt5Remote...
    11:46:38: Configuration unchanged, skipping qmake step.
    11:46:38: Starting: "/usr/bin/make"
    /home/kurt/raspi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/arm-linux-gnueabihf-g++ -mfloat-abi=hard --sysroot=/home/kurt/raspi/sysroot -Wl,-rpath,/usr/local/qt5pi/lib -Wl,-rpath-link,/home/kurt/raspi/sysroot/opt/vc/lib -Wl,-rpath-link,/home/kurt/raspi/sysroot/usr/lib/arm-linux-gnueabihf -Wl,-rpath-link,/home/kurt/raspi/sysroot/lib/arm-linux-gnueabihf -o TestQt5Remote main.o mainwindow.o moc_mainwindow.o -L/home/kurt/raspi/sysroot/opt/vc/lib -L/home/kurt/raspi/qt5pi/lib -lQt5Widgets -lQt5Gui -lQt5Core -L/home/kurt/raspi/sysroot/usr/lib/arm-linux-gnueabihf -lGLESv2 -lpthread
    /home/kurt/raspi/sysroot/usr/lib/arm-linux-gnueabihf/libicui18n.so.52: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8'
    Makefile:148: recipe for target 'TestQt5Remote' failed
    collect2: error: ld returned 1 exit status
    make: *** [TestQt5Remote] Error 1
    11:46:38: The process "/usr/bin/make" exited with code 2.
    Error while building/deploying project TestQt5Remote (kit: RPI Qt 5.9.1)
    When executing step "Make"
    11:46:38: Elapsed time: 00:00.

    I have no idea what to do to solve this problems.
    Please could somebody help?
    Thanks
    Kurt

    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