Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
1.23
-
None
-
-
235bb0a2b9 (qbs/qbs/1.23) 235bb0a2b9 (qbs/qbs/master) 235bb0a2b9 (qbs/qbs/1.24)
Description
In QtCreator 8 such a definition:
//from the old project, works previously Group { name: "Linker script" prefix: cpp.toolchainInstallPath + "/../config/" fileTags: ["linkerscript"] files: ["lnkstm8s103f3.icf"] }
lead to the error:
Command line error: Unexpected command line arguments: --configC:/Program Files (x86)/IAR Systems/Embedded Workbench 8.3/stm8/config/lnkstm8s103f3.icf
Concatenation doesn't preserve a whitespace
Possible workaround:
cpp.driverLinkerFlags: [ "--config", product.sourceDirectory + "/config/lnkstm8s103f3.icf", ]
Attachments
For Gerrit Dashboard: QBS-1704 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
424381,4 | Fix passing linker scripts to iar and keil toolchains | 1.23 | qbs/qbs | Status: MERGED | +2 | -1 |