Build RRF
-
Hey,
I am currently in the process of building the RRF (ReprapFirmware), but I have encountered an issue that I am unable to resolve. At the final stage of the build process, I receive the following error message:/bin/sh: line 1: crc32appender: command not foundand I have not been able to locate a path or solution to resolve this issue.
Could you please provide guidance on how to resolve this error? @Phaedrux @dc42
Generating binary file
arm-none-eabi-objcopy -O binary "C:\Users\rishita.butala\eclipse-workspace\Firmware\RepRapFirmware\Duet3/Duet3Firmware_MB6HC.elf" "C:\Users\rishita.butala\eclipse-workspace\Firmware\RepRapFirmware\Duet3/Duet3Firmware_MB6HC.bin" && crc32appender "C:\Users\rishita.butala\eclipse-workspace\Firmware\RepRapFirmware\Duet3/Duet3Firmware_MB6HC.bin"
/bin/sh: line 1: crc32appender: command not found -
@R006 you need to copy your OS' version of crc32appender from Tools/ to a directory in your path.
-
@oliof i have already add for windows
and thank you