Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Setting up Eclipse to Develop Firmware

    Scheduled Pinned Locked Moved
    Firmware developers
    4
    42
    5.7k
    Loading More Posts
    • 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.
    • vschundefined
      vsch
      last edited by

      My problem of unresolved references was solved by resetting .cproject and .settings/language.settings.xml in RepRapFirmware project to repository version and then changing the project properties as per instructions. Subsequent build was successful.

      1 Reply Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators
        last edited by

        @fma:

        Good!

        But I think I found the issue. The string:

        "${workspace_loc:/${CoreName}/SAM4E8E/cores/arduino/syscalls.o}"

        should be :

        "${workspace_loc}:/${CoreName}/SAM4E8E/cores/arduino/syscalls.o}"

        There where a missing bracket at the end of the workspace_loc var…

        Can you confirm?

        Recently I was getting this issue intermittently. I think it is an Eclipse bug. So in the latest commit I changed the path to this:

        "${workspace_loc}/${CoreName}/SAM4E8E/cores/arduino/syscalls.o"

        This seems to have resolved it.

        Duet WiFi hardware designer and firmware engineer
        Please do not ask me for Duet support via PM or email, use the forum
        http://www.escher3d.com, https://miscsolutions.wordpress.com

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Unless otherwise noted, all forum content is licensed under CC-BY-SA