Setting Up Eclipse For the new Firmware
-
@joergs5 Thanks for the explanation. I'll stick to just compiling the others for now
Hopefully what I have done will work when I put it on the Duet2 tomorrow.
-
I have just synced the master, dev and v2-dev branches of RepRapFirmware and CoreNG with each other, so all 3 branches are now up to date with release 2.01/1.22 of RRF.
-
@dc42 Thanks. Finally I can also compile everything out of the box (except for binary path). But I had to create a Pull Request that fixes three includes that are not found in case-sensitive file-systems otherwise.
-
I've just accepted your PR. Unfortunately, Eclipse under Windows doesn't warn against mismatched letter case in include file names, so this type of error slips in occasionally.
-
@dc42 I know, I had my fun with case-(in)sensitivity on Windows<->Linux already a couple of times. I will then occasionally send PRs to fix this.
-
Just an update. I had tested the RRF and it worked on the Duet. Yay!
But now that dc42 has "synced the master, dev and v2-dev branches" of RRF and CoreNG, it seems like next time it should be easier.