Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QBS integration for GNU-ARM. Problems with cpp.linkerScripts property

QBS integration for GNU-ARM. Problems with cpp.linkerScripts property

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 499 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.
  • B Offline
    B Offline
    budavargas
    wrote on last edited by
    #1

    Hello everyone!

    After some time integrating the gnu arm tool chain on Qt, I got a small issue.

    As I don't want to be modifying my qbs project file every time I wish to change the target microprocessor, I added my libs, target attributes, cflags, etc, on Tools/Options/Qbs/(my kit)/edit...

    Everything is fine except for the cpp.linkerScripts property. It just doesn't seems to include it and fails (cannot open linker script file....) . However, If I explicitly write it on my qbs project file and remove it from the Options screen, it works.

    Funny thing: If I comment the line on my qbs project file and define cpp.linkerScripts on the Option screen, the build process fails. But, if I dis comment the definition of cpp.linkerScripts in my qbs file, I got warnings about redeclaration of memory regions

    I'm running out of ideas.

    I'm using QT Creator 3.5.1 and QT 5.5.1

    Regards!

    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