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

    Eclipse

    Scheduled Pinned Locked Moved
    Firmware developers
    5
    26
    1.4k
    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.
    • PrintMakeundefined
      PrintMake
      last edited by

      Eclipse setup for dummies "BuildInstructions.md" under Windows 10

      1 Reply Last reply Reply Quote 0
      • PrintMakeundefined
        PrintMake
        last edited by

        Stage 1. Complete=easy.
        Stage 2. Complete=easy.
        Stage 3. Complete=easy.

        Stage 4. Incomplete= ->| Hit the wall ;(
        What are we talking in Stage 4. ???
        It says "Modify your PATH environment variable to include the 'bin' folder of the GNU ARM Eclipse installation." Where we are setting path this in 'ECLIPSE' OR 'WINDOWS 10' under advance system settings environmental variables?? K.I.S.S...

        Stage 5. Incomplete=No idea- sounds like 'Linux'

        Anyone can explain it, in K.I.S.S="keep it stupid simple"

        Thanks 😉

        dc42undefined 1 Reply Last reply Reply Quote 0
        • fcwiltundefined
          fcwilt
          last edited by

          Hi,

          They are talking about the Windows environment.

          Frederick

          Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

          PrintMakeundefined 1 Reply Last reply Reply Quote 0
          • PrintMakeundefined
            PrintMake @fcwilt
            last edited by

            @fcwilt Hi and Stage 5 ???

            1 Reply Last reply Reply Quote 0
            • fcwiltundefined
              fcwilt
              last edited by

              Hi,

              The link to the build instructions doesn't work for me.

              Let me install it on my computer and see what needs to be done.

              Frederick

              Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

              1 Reply Last reply Reply Quote 0
              • fcwiltundefined
                fcwilt
                last edited by

                Hi,

                OK I download and ran the E installer and it wants to know what kind of IDE I want to install.

                There is one for Java, Java Enterprise, Javascript & Web, C/C++, etc.

                Which are you wanting?

                Frederick

                Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

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

                  @ViralTinker said in Eclipse:

                  It says "Modify your PATH environment variable to include the 'bin' folder of the GNU ARM Eclipse installation." Where we are setting path this in 'ECLIPSE' OR 'WINDOWS 10' under advance system settings environmental variables??

                  The Windows one.

                  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
                  • PrintMakeundefined
                    PrintMake
                    last edited by

                    @ViralTinker said in Eclipse:

                    Stage 5. Incomplete=No idea- sounds like 'Linux'

                    Step 5 "Run "which rm" and "which make" to make sure that rm and make will be fetched from that folder"

                    And step 5 whats all about ?

                    1 Reply Last reply Reply Quote 0
                    • fcwiltundefined
                      fcwilt
                      last edited by

                      Hi,

                      Perhaps you are working with a different Eclipse?

                      Which IDE are you trying to install? I cannot try it at my end until I know.

                      Frederick

                      Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                      1 Reply Last reply Reply Quote 0
                      • PrintMakeundefined
                        PrintMake
                        last edited by

                        Steps 1,2,3 are easy step 4 is setup path in windows OS “environmental variable”

                        Looking forward towards step 5 .

                        dc42 Step 5 in buildinstructions. what is all about?

                        mloidlundefined 1 Reply Last reply Reply Quote 0
                        • mloidlundefined
                          mloidl @PrintMake
                          last edited by

                          @ViralTinker
                          Step 5 is to check if the commands rm and make are correctly found in the PATH, after adding the bin Folder from Step 4 into it.

                          which is definitely a UNIX/LInux command and won't work on Windows.
                          You can try to replace which with whereon Windows. This should work, but i cannot test it.

                          1 Reply Last reply Reply Quote 0
                          • PrintMakeundefined
                            PrintMake
                            last edited by

                            I feel much lighter know , 😄
                            How build instructions can be updated is it via pull requests??

                            So Step 5 almost can be skipped!?

                            1 Reply Last reply Reply Quote 0
                            • mloidlundefined
                              mloidl
                              last edited by

                              IMO this step is optional. It's just to verify the commands rm and make are available within the build process.
                              The build instructions can be changed by uploading a pull request, since it's just a file in the RepRapFirmware-Repository.

                              If you can verify where is working on Windows i can do that for you, or you ask @dc42 if he will do it within the next commit.

                              PrintMakeundefined 1 Reply Last reply Reply Quote 0
                              • PrintMakeundefined
                                PrintMake @mloidl
                                last edited by

                                @mloidl
                                Just to double check , are you saying ‘where’ Command just need past in Command line?

                                mloidlundefined 1 Reply Last reply Reply Quote 0
                                • mloidlundefined
                                  mloidl @PrintMake
                                  last edited by

                                  @ViralTinker
                                  You have to type where rm in the command line after you modified your PATH.
                                  To ensure the PATH is correct you can show it by typing echo %PATH% in the command line.

                                  Maybe you have to restart the command line if you modified the PATH somewhere in your Windows Settings.

                                  If you only type where in the command line you'll get a description how the command works (including some examples)

                                  1 Reply Last reply Reply Quote 0
                                  • PrintMakeundefined
                                    PrintMake
                                    last edited by

                                    Ok thanks

                                    1 Reply Last reply Reply Quote 0
                                    • PrintMakeundefined
                                      PrintMake
                                      last edited by

                                      Hi again everyone,..

                                      Now step 7 is easy

                                      1. Download this github project as a zip file and unzip it into C:/Eclipse/Firmware. Then rename folder ReprapFirmware-dev in that folder to RepRapFirmware.

                                      After this it gets interesting

                                      Is that mean you can use RepRapFirmware itself without CoreNG and DuetWiFiSocketServer and RTOS-enabled ???

                                      1 Reply Last reply Reply Quote 0
                                      • oliofundefined
                                        oliof
                                        last edited by

                                        No, you need to complete the following steps as well.

                                        <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

                                        1 Reply Last reply Reply Quote 0
                                        • PrintMakeundefined
                                          PrintMake
                                          last edited by

                                          Can we continue ?, Shall we?!

                                          What function CoreNG does?

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

                                            CoreNG abstracts most of the hardware. Many years ago it started out as the Arduino Due core, but it's been almost completely rewritten over the years.

                                            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