Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. ld: can't open output file for writing '/FUEditor.ld_VdA3Tk', errno=13 for architecture x86_64 in Mac Qt
Forum Updated to NodeBB v4.3 + New Features

ld: can't open output file for writing '/FUEditor.ld_VdA3Tk', errno=13 for architecture x86_64 in Mac Qt

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 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.
  • P Offline
    P Offline
    Princein
    wrote on last edited by
    #1

    Hello:
    I developed a project in Mac Qt which transplanted from windows qt ,I had fixed many errors,It seems will work,but when I build it,it shows error:

    ld: can't open output file for writing '/FUEditor.ld_VdA3Tk', errno=13 for architecture x86_64
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    make: *** [/FUEditor] Error 1
    11:05:38: The process "/usr/bin/make" exited with code 2.
    Error while building/deploying project FUEditor (kit: Desktop Qt 5.11.3 clang 64bit)
    When executing step "Make"

    what cause that,and how fix it,thanks a lot!

    jsulmJ 1 Reply Last reply
    0
    • dheerendraD Offline
      dheerendraD Offline
      dheerendra
      Qt Champions 2022
      wrote on last edited by
      #2

      Did you remove the *.pro.user file before penguin the project in mac ? Also just check whether DESTDIR in pro file points to some directory in windows platform.

      Dheerendra
      @Community Service
      Certified Qt Specialist
      http://www.pthinks.com

      P 1 Reply Last reply
      0
      • P Princein

        Hello:
        I developed a project in Mac Qt which transplanted from windows qt ,I had fixed many errors,It seems will work,but when I build it,it shows error:

        ld: can't open output file for writing '/FUEditor.ld_VdA3Tk', errno=13 for architecture x86_64
        clang: error: linker command failed with exit code 1 (use -v to see invocation)
        make: *** [/FUEditor] Error 1
        11:05:38: The process "/usr/bin/make" exited with code 2.
        Error while building/deploying project FUEditor (kit: Desktop Qt 5.11.3 clang 64bit)
        When executing step "Make"

        what cause that,and how fix it,thanks a lot!

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

        @Princein said in ld: can't open output file for writing '/FUEditor.ld_VdA3Tk', errno=13 for architecture x86_64 in Mac Qt:

        /FUEditor.ld_VdA3Tk

        This looks like an absolute path and an attempt to write to the root directory. You should check the pro file or post it here maybe we can find the issue.

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

        1 Reply Last reply
        1
        • dheerendraD dheerendra

          Did you remove the *.pro.user file before penguin the project in mac ? Also just check whether DESTDIR in pro file points to some directory in windows platform.

          P Offline
          P Offline
          Princein
          wrote on last edited by
          #4

          @dheerendra Thanks, I fix it through change "DESTDIR" value.

          1 Reply Last reply
          0
          • dheerendraD Offline
            dheerendraD Offline
            dheerendra
            Qt Champions 2022
            wrote on last edited by
            #5

            Cool. You can move the issue to SOLVED state. Enjoy Qt programming.

            Dheerendra
            @Community Service
            Certified Qt Specialist
            http://www.pthinks.com

            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