reprappro / RepRapFirmware

OO C++ RepRap Firmware
Other
143 stars 120 forks source link

Added Makefile #13

Closed peterstrapp closed 9 years ago

peterstrapp commented 10 years ago

Added a Makefile. Allows building without Eclipse or ArduinoIDE. Also allows integration with other IDEs. Project can be build by running 'make' and Duet can be updated by running 'make upload'. Linux and OSX only.

RRP-support commented 9 years ago

Hi peterstrapp

Our programmer responds:

"That Makefile provided by peterstrapp is obsolete, it relies on Arudino 1.5.5 and we already have a script for this purpose anyway (thanks to 3D-ES). I suggest to close that pull request (and Arduino creates a Makefile when building the firmware anyway, so why would we want it)"

Many thanks for your efforts, and please feel free to continue contributing!

Ian RepRapPro tech support

chrishamm commented 9 years ago

Apart from the points mentioned by Ian, the way the firmware is built will change very soon (using a custom Arduino device tree), so I don't think this Makefile will work in the future. But once these changes are done, please feel free to share an updated Makefile - I think RRP may then consider to merge it into their repository.