Problems trying to compile RepRap firmware 3.2.2
-
Hey,
I'm trying to compile the RepRap firmware 3.2.2 my self. I've read the build instructions several times and I've gotten less and less error messages but I still can't compile the firmware.
I've downloaded all projects for version 3.2.0 except the firmware which is release 3.2.2.Does anyone have a pointer?
Greetings Daniel -
You are using too recent a version of gcc to build firmware 3.2.x. This version https://github.com/Duet3D/RepRapFirmware/blob/3.3-dev/BuildInstructions.md of the BuildInstructions file gives the correct gcc versions.
-
Thanks for the quick answer!
That helped but was not everything I needed. I also had to add
crc32appender
to myPATH
. I did that but eclipse did not add make use of this information so I added the path to the file in the "Properties" of the project (see screenshots). I'm not sure if this is how it's supposed to be done but it worked for me.Is there a way to adjust the size of the images as they are represented here?
Greetings Daniel