Search found 1 match

by tupper
Fri Jan 25, 2019 9:07 am
Forum: Troubleshooting
Topic: Error compiling for board RAMBo
Replies: 8
Views: 8495

Re: Error compiling for board RAMBo

Just change one line in HAL.cpp from: long stepperWait = 0; to long __attribute__((used)) stepperWait = 0; fixes the linker error under Arduino 1.8.7 and allows the old Repetier program to compile and run. See https://forum.repetier.com/discussion/5861/error-compiling-for-board-sanguino . Should ...

Go to advanced search