Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. General broblem with QBS??? (SOLVED)
QtWS25 Last Chance

General broblem with QBS??? (SOLVED)

Scheduled Pinned Locked Moved Qt Creator and other tools
qbsqbs errorgeneral problemqbs doesnt work
6 Posts 2 Posters 3.1k 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.
  • M Offline
    M Offline
    Mierkon
    wrote on 16 Jul 2015, 20:28 last edited by Mierkon
    #1

    Hello every one!
    I have a problem with Qbs plagin at last released Qt-5.5.

    My OS is Ubuntu x64, default GCC - 5.x. I'v just installed Qt and activated some plugins like Qbs, Bare Metal and have deactivated some of Control version plugins and Qnx.

    Also I'v added an own kit that consists an arm-none-eabi compiler and debugger.
    Then when I'm trying open a Qbs project, I get this one issue:

    ../Qt/Tools/QtCreator/share/qtcreator/qbs/share/qbs/modules/cpp/genericunix-gcc.qbs:34: error: TypeError: Result of expression 'qbs.toolchain' [undefined] is not an object.

    So, can anybody talk to me what I should do to fix this one?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 16 Jul 2015, 21:28 last edited by
      #2

      Hi and welcome to devnet,

      What kind of project is it ? Which Kit are you using when it happens ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • M Offline
        M Offline
        Mierkon
        wrote on 17 Jul 2015, 17:22 last edited by
        #3

        Hi, this is a project for embedded SW for discovery-board.
        I'm using GNU ARM Toolchain. So, compiler is an arm-none-eabi-gcc and debugger is an arm-none-eabi-gdb.

        Also, I'm going to to install previous version of Qt, I hope it will work..

        1 Reply Last reply
        0
        • M Offline
          M Offline
          Mierkon
          wrote on 17 Jul 2015, 18:22 last edited by
          #4

          I'v found that Qbs "Hello World" in latest Qt works well with default Qt-kits, but doesn't want to work with GNU Arm Toolchain..(

          1 Reply Last reply
          0
          • S Offline
            S Offline
            SGaist
            Lifetime Qt Champion
            wrote on 17 Jul 2015, 21:04 last edited by
            #5

            Does your kit work with a qmake project ?

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            0
            • M Offline
              M Offline
              Mierkon
              wrote on 18 Jul 2015, 04:49 last edited by
              #6

              Okay, maybe its my fault. I'v solved this one simply:

              • first time I used a Qt for x64 system architect, 'cause my OS is x64 and I had previously described trouble;
              • at last time I installed Qt for x86 system and set new kit config for my project, previous kit was saved, but didn't work again. Fortunately new kit configs work well.

              The main cause of my trouble is using GNU ARM Toolchain for x86 system (I think so, but I'm not sure completely that I use x86 toolchain) - this one is the default build that simple user can install from official ppa-sources

              1 Reply Last reply
              0

              1/6

              16 Jul 2015, 20:28

              • Login

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