Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. C++ Gurus
  4. How is this error possible? g++: error: build/.o: No such file or directory
Forum Updated to NodeBB v4.3 + New Features

How is this error possible? g++: error: build/.o: No such file or directory

Scheduled Pinned Locked Moved Solved C++ Gurus
3 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.
  • fcarneyF Offline
    fcarneyF Offline
    fcarney
    wrote on last edited by
    #1

    Error:

    g++: error: build/.o: No such file or directory
    

    I am looking through my messages and I don't see how a nameless .o file reference could occur.

    C++ is a perfectly valid school of magic.

    1 Reply Last reply
    0
    • fcarneyF Offline
      fcarneyF Offline
      fcarney
      wrote on last edited by
      #2

      Oh wow, I think I just found this.

      SOURCES = \
          dummy.cpp \    \
      

      The empty space and extra slash () is what caused this.

      C++ is a perfectly valid school of magic.

      Pablo J. RoginaP 1 Reply Last reply
      3
      • fcarneyF fcarney

        Oh wow, I think I just found this.

        SOURCES = \
            dummy.cpp \    \
        

        The empty space and extra slash () is what caused this.

        Pablo J. RoginaP Offline
        Pablo J. RoginaP Offline
        Pablo J. Rogina
        wrote on last edited by
        #3

        @fcarney said in How is this error possible? g++: error: build/.o: No such file or directory:

        is what caused this.

        is your issue solved then? If so please don't forget to mark your post as such. Thanks

        Upvote the answer(s) that helped you solve the issue
        Use "Topic Tools" button to mark your post as Solved
        Add screenshots via postimage.org
        Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

        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