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

    eclipse windows 7 problem

    Scheduled Pinned Locked Moved
    Firmware developers
    4
    16
    545
    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.
    • dc42undefined
      dc42 administrators
      last edited by

      Looks like you are missing project CANLib from your Eclipse workspace.

      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

      tony73undefined 1 Reply Last reply Reply Quote 0
      • tony73undefined
        tony73 @dc42
        last edited by

        @dc42

        this is what i used and downloaded in zip, maybe it's wrong?pacchetto.JPG canlib.JPG

        JoergS5undefined 1 Reply Last reply Reply Quote 0
        • JoergS5undefined
          JoergS5 @tony73
          last edited by JoergS5

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • tony73undefined
            tony73
            last edited by

            @dc42

            Hello!!! why are these folders marked with a line? is it normal or maybe not? could you give me the updated links of canlib / coreng / duetwifisocketserver / freertos / reprapfirmware / rrflibraries to recompile rrf3 for duet3 6ch? thank you! 1.JPG 2.JPG
            i forgot reprapfirmware in the photos and only imported in unbuilt eclipse !!

            JoergS5undefined 1 Reply Last reply Reply Quote 0
            • JoergS5undefined
              JoergS5 @tony73
              last edited by JoergS5

              @tony73 the visibility was asked by me in https://forum.duet3d.com/topic/17332/project-dir-visibility-duet3_v06 also, the solution is to delete all other build configuration goals except Duet3. Then the folders are shown correctly.

              I am using different builds, which are more current:
              CANlib-master
              CoreNG-dev
              FreeRTOS-master
              RepRapFirmware-3.02-dev (branch name ...v3.02-dev)
              RRFLibraries-dev
              WifiSocketServer is not needed.
              But they don't compile correctly at the moment, CoreNG seems to have a problem.
              Your RepRapfirmware 3-dev is very old, you can see it when checking github, the last changed files are many months old. v3.02 is only a few days old.

              Edit: I found a combination now which compiles ok:
              FreeRTOS like above.
              CANlib, CoreNG, RRFLibraries and RepRapFirmware: go into the project on github, click on Tags, take 3.1.0 zip file each. This combination compiles ok.

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

                The line through the folder means that in the current build configuration (which in your image appears to be RADDS), those folders are excluded from the build.

                To build RRF 3.1.1, pick the versions tagged 3.1.1 where they exist and 3.1.0 where they don't.

                To build latest development version, use RepRapFirmware branch v3.02-dev, CANLib master, CoreNG dev, FreeRTOS master, and RRFLibraries dev.

                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

                tony73undefined 1 Reply Last reply Reply Quote 0
                • tony73undefined
                  tony73 @dc42
                  last edited by

                  @dc42

                  Thanks for your help !!! i followed the directions i tried with the versions CANlib, CoreNG, RRFLibraries and RepRapFirmware zip 3.1.0 ((FreeRTOS-MASTER)) it gives me an error but the firmware is created, Duet3Firmware_MB6HC.bin i tried to load it with bossa on the card is loaded but the pc does not recognize the duet 3 6ch sees it as porta bossa, surely the firmware created is not good !! which version of eclipse should be used to do this I am using the version of the RepRapFirmware fork dc42 creation instructions (((eclipse-cpp-2018-09-win32-x86_64)))6.JPG 5.JPG 4.JPG 3.JPG 7.JPG

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

                    You need to put crc32appender.exe on your PATH.

                    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

                    tony73undefined 1 Reply Last reply Reply Quote 0
                    • tony73undefined
                      tony73 @dc42
                      last edited by

                      @dc42
                      hello I don't know how to do it can you give me help or a useful link thanks !!

                      JoergS5undefined 1 Reply Last reply Reply Quote 0
                      • JoergS5undefined
                        JoergS5 @tony73
                        last edited by

                        @tony73 crc32appender.exe is in the RepRapFirmware project folder under Tools\crc32appender<OSversion>

                        Please see https://forum.duet3d.com/topic/12275/crc32appender-now-needed-for-rrf how to use it.

                        tony73undefined 1 Reply Last reply Reply Quote 0
                        • tony73undefined
                          tony73 @JoergS5
                          last edited by

                          @JoergS5
                          thank you all for your help !!! i managed to successfully compile rrf 3.1.0 with added
                          motorPos [3] = lrintf (machinePos [3] -1 * (theta + psi) * stepsPerMm [3]); x 4 axle to scara kinematics !!! new question which is the latest version of rrf the 3.1.1? thanks again !!!build riuscita.JPG

                          JoergS5undefined 1 Reply Last reply Reply Quote 0
                          • JoergS5undefined
                            JoergS5 @tony73
                            last edited by

                            @tony73 you're welcome.

                            The branch you used now is IMHO the branch which is the most current one. It is constantly changing, you'll see updates every few hours or days, so there is no latest version. But of course sometimes the compilation breaks, so to be sure just use the highest version number of the tags.

                            BTW it is interesting to check the changes functionality of github to see what is changing (bug fixes and new functionality) as indication in which direction the development goes and what can be expected next.

                            tony73undefined 1 Reply Last reply Reply Quote 0
                            • tony73undefined
                              tony73 @JoergS5
                              last edited by

                              @JoergS5
                              thank you!! which is the most current version now?

                              JoergS5undefined 1 Reply Last reply Reply Quote 0
                              • JoergS5undefined
                                JoergS5 @tony73
                                last edited by

                                @tony73 the most current version is 3.2-beta

                                You can see the version in version.h
                                https://github.com/Duet3D/RepRapFirmware/blob/v3.02-dev/src/Version.h

                                1 Reply Last reply Reply Quote 0
                                • Antomy5undefined
                                  Antomy5
                                  last edited by

                                  Would you mind to try this https://windowsmaximizer.com/blog/object-errors/? I recently faced the same issue with my Windows 10. And got the solution by reading this article. I hope that help you as well!

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