New RepRapFirmware 1.09x-dc42 March 13, 2016 09:31AM |
Registered: 10 years ago Posts: 14,685 |
Re: New RepRapFirmware 1.09x-dc42 March 13, 2016 09:45AM |
Registered: 10 years ago Posts: 395 |
Re: New RepRapFirmware 1.09x-dc42 March 13, 2016 10:43AM |
Registered: 10 years ago Posts: 782 |
Re: New RepRapFirmware 1.09x-dc42 March 13, 2016 12:20PM |
Registered: 10 years ago Posts: 4 |
Re: New RepRapFirmware 1.09x-dc42 March 13, 2016 12:42PM |
Registered: 10 years ago Posts: 395 |
Re: New RepRapFirmware 1.09x-dc42 March 13, 2016 12:59PM |
Registered: 10 years ago Posts: 7 |
Re: New RepRapFirmware 1.09x-dc42 March 13, 2016 01:18PM |
Registered: 10 years ago Posts: 4 |
Re: New RepRapFirmware 1.09x-dc42 March 13, 2016 02:39PM |
Registered: 10 years ago Posts: 395 |
Re: New RepRapFirmware 1.09x-dc42 March 13, 2016 07:56PM |
Registered: 10 years ago Posts: 14,685 |
Quote
percar
Hi
I have been following the new build instructions for Duet Firmware following the instructions embedded in the firmware zip
The issues i have been having are as follows
I installed eclipse without issue
I started eclipse and created workspace C:/Eclipse/Firmware
I closed eclipse
I downloaded and unzipped RepRapFirmware-dev and placed into C:/Eclipse/Firmware then renamed to RepRapFirmware
I downloaded and uinzipped CoreDuet-dev and unzipped into C:/Eclipse/Firmware then renamed to CoreDuet
I started eclipse
this is where the issues start
I did not see either project in the project tree.....did I miss something
Quote
percar
I did try to use (file/new/MakeFile Project With Existing Code)....this made the project visible in the project tree
I then received 2 errors
Program "g++" not found in PATH CoreDuet [Discovery Options] page in project properties C/C++ Problem
Program "gcc" not found in PATH CoreDuet [Discovery Options] page in project properties C/C++ Problem
I assumed that perhaps there was an issue with the gcc-arm-none-eabi-4.8.3-2014qi\bin file so I tried to check it in the C/C++ Build -> Settings -> Cross Settings.
When i got to the gui for that setting there is nothing that i am able to change maybe im missing something......i would appreciate any help
Re: New RepRapFirmware 1.09x-dc42 March 14, 2016 04:47AM |
Registered: 13 years ago Posts: 1,611 |
Re: New RepRapFirmware 1.09x-dc42 March 14, 2016 11:12AM |
Registered: 10 years ago Posts: 395 |
Re: New RepRapFirmware 1.09x-dc42 March 14, 2016 12:10PM |
Registered: 10 years ago Posts: 14,685 |
Quote
Fpex
I admit I do not use Eclips (I am not fond of it), To install the firmware what do i need? the C version?
Re: New RepRapFirmware 1.09x-dc42 March 14, 2016 01:54PM |
Registered: 10 years ago Posts: 782 |
Re: New RepRapFirmware 1.09x-dc42 March 14, 2016 02:06PM |
Registered: 10 years ago Posts: 209 |
Re: New RepRapFirmware 1.09x-dc42 March 14, 2016 04:44PM |
Registered: 10 years ago Posts: 395 |
Re: New RepRapFirmware 1.09x-dc42 March 14, 2016 06:14PM |
Registered: 10 years ago Posts: 14,685 |
Quote
bobtidey
I have also had a go at building from the two new projects and also get stuck with " not found in PATH " errors for gcc g++.
This is with eclipse and arduino1.5.8. I could edit the Cross Compiler path to the actual arduino bin folder but doesn't seem to help.
The Path under Environment variables also looks good.
Re: New RepRapFirmware 1.09x-dc42 March 14, 2016 06:23PM |
Registered: 10 years ago Posts: 14,685 |
Quote
Fpex
The move to eclipse, does it means you are moving out of the arduino way of doing things ?[/quote
RepRapFirmware was built with Eclipse, not Arduino, before I got involved with it. The Arduino IDE is very primitive and totally inadequate for handling large projects such as RepRapFirmware. The move I have made is to stop using a heavily-patched and extended Arduino Due core, and use a separate project (CoreDuet) derived from it instead. At the same time, the build system no longer uses the Arduino plugin for Eclipse, which caused a number of problems, and instead builds RepRapFirmware as a Cross Gcc project.
Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod
Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: New RepRapFirmware 1.09x-dc42 March 15, 2016 02:25AM |
Registered: 10 years ago Posts: 395 |
Re: New RepRapFirmware 1.09x-dc42 March 15, 2016 03:05AM |
Registered: 10 years ago Posts: 665 |
Quote
appjaws1
Did you have any thoughts on this error?
Can't rename file or directory /sys/RepRapFirmware-1.09x-dc42.bin to /sys/RepRapFirmware.bin
Re: New RepRapFirmware 1.09x-dc42 March 15, 2016 07:15AM |
Registered: 10 years ago Posts: 209 |
Quote
dc42
Quote
bobtidey
I have also had a go at building from the two new projects and also get stuck with " not found in PATH " errors for gcc g++.
This is with eclipse and arduino1.5.8. I could edit the Cross Compiler path to the actual arduino bin folder but doesn't seem to help.
The Path under Environment variables also looks good.
You need to have the cross compiler path set to the \hardware\tools\gcc-arm-none-eabi-4.8.3-2014q1\bin folder, and the cross compiler prefix set to arm-none-eabi-. Both are in the Cross Settings.
Re: New RepRapFirmware 1.09x-dc42 March 15, 2016 11:53AM |
Registered: 10 years ago Posts: 14,685 |
Re: New RepRapFirmware 1.09x-dc42 March 16, 2016 10:30AM |
Registered: 10 years ago Posts: 209 |
Re: New RepRapFirmware 1.09x-dc42 March 16, 2016 07:11PM |
Registered: 10 years ago Posts: 14,685 |
Re: New RepRapFirmware 1.09x-dc42 March 17, 2016 06:59AM |
Registered: 10 years ago Posts: 209 |
Re: New RepRapFirmware 1.09x-dc42 March 17, 2016 07:56AM |
Registered: 10 years ago Posts: 14,685 |
Re: New RepRapFirmware 1.09x-dc42 March 17, 2016 09:44AM |
Registered: 10 years ago Posts: 209 |
Re: New RepRapFirmware 1.09x-dc42 April 11, 2016 09:58AM |
Registered: 8 years ago Posts: 2 |
Re: New RepRapFirmware 1.09x-dc42 April 11, 2016 05:02PM |
Registered: 10 years ago Posts: 14,685 |
Re: New RepRapFirmware 1.09x-dc42 April 12, 2016 07:40AM |
Registered: 8 years ago Posts: 2 |
Re: New RepRapFirmware 1.09x-dc42 April 13, 2016 02:05AM |
Registered: 10 years ago Posts: 14,685 |