Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-80974

sh4,mipsel: use absolute path for link with libatomic.so

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Not Evaluated Not Evaluated
    • None
    • 5.12.2
    • Build System
    • None

      Hello!
      We are use Qt at several different platforms - sh4, mipsel and arm. Unfortunately at sh4 and mipsel Qt use absolute path to libatomic.so and linker can't found library if Qt was moved to other location.

      sh4
      staging_ps7105/qt5_sti7105/mkspecs/modules/qt_lib_core_private.pri:14
      QMAKE_LIBS_LIBATOMIC = /builds/itv-stb/stb-firmware/toolchain/sh4-gcc-4.9.4-glibc_16082018/sh4-linux/lib/libatomic.so

      At arm this issue doesn't present.

      My workaround

      mkspecs/devices/linux-sh4-stmicro-ST7105-g++/qmake.conf
      QMAKE_LIBS += -latomic

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qtbuildsystem Qt Build System Team
            imb Kirill Brilliantov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes