eclipse windows 7 problem
-
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.
-
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)))
-
You need to put crc32appender.exe on your PATH.
-
@dc42
hello I don't know how to do it can you give me help or a useful link thanks !! -
@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.
-
@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 !!! -
@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.
-
@JoergS5
thank you!! which is the most current version now? -
@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 -
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!