[QBS] How to connect COSMIC compiler
-
Seems your Qbs configuration is wrong. Please show the Qbs profile settings (screenshoot with expanded items) for your
Cosmic
kit (fromTools->Options->Qbs->Profiles
).If you prefer russian lang I would waiting in discord
No, I will there a later.
-
Hmm.. what's QtCreator version is? Need to use at least v6.0.2 (because there are Qbs 1.21).
-
Try to re-start the QtCreator, then clear all
*.user
files from the sources of your project and then re-open yourtest
project againfrom scratch
. -
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).