Error when building ReprapFirmware from github
-
I have followed the instructions from github, I cloned CoreNG and ReprapFirmware into C:\Eclipse\Firmware.
Having both on the dev branch, CoreNG was built successfully.
However, I got the following error when building RRF:
'CallbackParameter' has not been declared FilamentMonitor.h /RepRapFirmware/src/FilamentMonitors line 76 C/C++ Problem
'CallbackParameter' was not declared in this scope Network.cpp /RepRapFirmware/src/Network2/ESP8266 line 88 C/C++ Problem
'EspTransferRequestIsr' was not declared in this scope Network.cpp /RepRapFirmware/src/Network2/ESP8266 line 95 C/C++ Problem
'sd_mmc_get_interface_speed' was not declared in this scope MassStorage.cpp /RepRapFirmware/src/Storage line 670 C/C++ Problem
and more…Am I missing any files that should be included in the project?
-
Use the Master branch of CoreNG. The dev branch is out of date.
-
Oh, silly me. Thanks for the heads up.