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. Recipe linkandpostlink failed with exit code 2
Forum Updated to NodeBB v4.3 + New Features

Recipe linkandpostlink failed with exit code 2

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 2 Posters 2.3k Views 1 Watching
  • 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
    mannu
    wrote on last edited by
    #1

    Hey

    I am running my Qt application on my symbian device and the "recipe linkandpostlink with exit code 2" is coming up. Due to this my .sis file is not getting updated at all, even after changing the code in the Qt application. How do i get over this error???

    1 Reply Last reply
    0
    • F Offline
      F Offline
      favoritas37
      wrote on last edited by
      #2

      I can imagine 2 reasons. Since the linking fails, this means that it can't find the binaries of some library that you are using. Or you should define the usage of the specific library by writing in the .pro file in the symbian brackets something like:
      @
      symbian{
      LIBS += -lmylibrary
      }
      @

      Also it could be because of the capabilities specified for the Symbian target. Maybe you are defining to self-sign your .sis file but at the same time you have set capabilities that can't be self-signed.

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mannu
        wrote on last edited by
        #3

        Hey thanks a lot. it was the sis file problem. i fixed it by going for a custom certificate option and downloading the certificate from the symbian signed website. But even though it doesnt give any compile errors, it still says when i am installing on the device that certificate not approved. Why this?

        1 Reply Last reply
        0
        • F Offline
          F Offline
          favoritas37
          wrote on last edited by
          #4

          I have never used a certificate so it would be better others to help you on this.

          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