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. [QBS] How to connect COSMIC compiler
Forum Updated to NodeBB v4.3 + New Features

[QBS] How to connect COSMIC compiler

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
qbs
16 Posts 3 Posters 1.9k 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.
  • A Offline
    A Offline
    Albion
    wrote on last edited by
    #7

    @kuzulis that what happens with just creating proj (only auto-generated main.c) :

    ed17a939-0e99-437c-b292-7d08132a7677-image.png

    build steps are empty:
    31f2b809-618b-4638-95ff-2aa14972a076-image.png

    P.S. If you prefer russian lang I would waiting in discord

    1 Reply Last reply
    0
    • K Offline
      K Offline
      kuzulis
      Qt Champions 2020
      wrote on last edited by kuzulis
      #8

      Seems your Qbs configuration is wrong. Please show the Qbs profile settings (screenshoot with expanded items) for your Cosmic kit (from Tools->Options->Qbs->Profiles).

      If you prefer russian lang I would waiting in discord

      No, I will there a later.

      1 Reply Last reply
      0
      • A Offline
        A Offline
        Albion
        wrote on last edited by Albion
        #9

        @kuzulis
        6cf3bc5e-24fb-4d2e-90d1-165ec6f847d4-image.png

        e7706bfc-4916-4cc1-aa04-f3688e35ca58-image.png

        bb907a77-50ef-4730-a35a-2642f2343241-image.png

        jsulmJ 1 Reply Last reply
        0
        • A Albion

          @kuzulis
          6cf3bc5e-24fb-4d2e-90d1-165ec6f847d4-image.png

          e7706bfc-4916-4cc1-aa04-f3688e35ca58-image.png

          bb907a77-50ef-4730-a35a-2642f2343241-image.png

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #10

          @Albion C++ compiler is missing

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          A 1 Reply Last reply
          0
          • jsulmJ jsulm

            @Albion C++ compiler is missing

            A Offline
            A Offline
            Albion
            wrote on last edited by
            #11

            @jsulm As Kuzulis say: "Set Compiler C++ -> None"

            1 Reply Last reply
            0
            • K Offline
              K Offline
              kuzulis
              Qt Champions 2020
              wrote on last edited by kuzulis
              #12

              Hmm.. what's QtCreator version is? Need to use at least v6.0.2 (because there are Qbs 1.21).

              1 Reply Last reply
              0
              • A Offline
                A Offline
                Albion
                wrote on last edited by Albion
                #13

                @kuzulis 5ede28fc-3cf6-4fea-a9b1-afe0c29cb493-image.png
                P.S. When I trying stm32 and arm-none-eabi-g++ compiler , I have the same problem

                1 Reply Last reply
                0
                • K Offline
                  K Offline
                  kuzulis
                  Qt Champions 2020
                  wrote on last edited by kuzulis
                  #14

                  Try to re-start the QtCreator, then clear all *.user files from the sources of your project and then re-open your test project again from scratch.

                  1 Reply Last reply
                  0
                  • A Offline
                    A Offline
                    Albion
                    wrote on last edited by
                    #15

                    @kuzulis not successfull but builing logs create new messages cb63fd41-e436-4a6c-8a23-158d9cadd289-image.png

                    1 Reply Last reply
                    0
                    • K Offline
                      K Offline
                      kuzulis
                      Qt Champions 2020
                      wrote on last edited by kuzulis
                      #16

                      Well, right now the Qbs invokes the cosmic compiler.

                      Seems, you need in the cosmic linker files *.lkf that is the cosmic-dependend stuff. Please read the cosmic compiler manual how to compile the simple application (what's you need for this).

                      Maybe you need in *.lkf stub as here.

                      Also, due to the COSMIC is an very outdated toolchain, then maybe you need to place your project with the short paths as possible (because the cosmic has a limitations for that).

                      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