Skip to content

Commit

Permalink
Update BuildInstructions.txt
Browse files Browse the repository at this point in the history
Now using CoreNG instead of CoreDuet
  • Loading branch information
dc42 committed Apr 16, 2016
1 parent 1b16fc7 commit 9207582
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BuildInstructions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Instructions for building dc42 fork of RepRapFirmware version 1.09t and later un

4. 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.

5. Repeat for github project CoreDue. The folder name should be left as CoreDuet (or renamed from CoreDuet-dev to CoreDuet if you downloaded a dev build).
5. Repeat for github project CoreNG. The folder name should be left as CoreNG (or renamed from CoreNG-dev to CoreNG if you downloaded a dev build).

6. Load Eclipse and tell it to import the CoreDuet and ReprapFirmware projects.
6. Load Eclipse and tell it to import the CoreNG and ReprapFirmware projects.

7. If your compiler and tools are in a folder other than C:\Arduino-1.5.8\hardware\tools\gcc-arm-none-eabi-4.8.3-2014q1\bin, configure the path to the tools in both projects. You will find this in the project settings under C/C++ Build -> Settings -> Cross Settings.

8. Ensure there is a copy of make.exe on your PATH. If you installed Arduino 1.5.8 into C:/Arduino-1.5.8 then there will be one in C:\Arduino-1.5.8\hardware\arduino\sam\system\CMSIS\Examples\cmsis_example\gcc_arm.

9. Build CoreDuet first, then RepRapFirmware.

D Crocker, updated 2016-03-14.
D Crocker, updated 2016-04-16.

0 comments on commit 9207582

Please sign in to comment.