Closed J-Dunn closed 3 years ago
This is a known bug in the original grbl https://github.com/gnea/grbl/issues/355
But i fixed this already last year. Are you using an old version?
ah, it looks like I did the checkout last Nov and never updated because I never got into it before. Thanks for link. I'll do a git pull and try again.
Yes, builds perfectly thanks.
A little point on your readme it says Sungeun K. Jeon is the author. He has been maintaining for the last ten years but he is not the author. That's Simen Svale Skogsrud. It would be nice to give credit to the right person :)
Hi, I'm running a heavily modded stm32 port of grbl 0.8 or so. But it is built using A6 eclipse tools which is a lot of unnecessary dependency and eclipse is PITA wrt updates and constant need to reinstall stuff and PAINFULLY slow in debugging mode.
I've wanted to find a Makefile solution for quite a while and some of the newer features like jog would be nice. So this project is great. It looks like it would be worth trying to integrate my mods across to get all these benefits.
I've just tried building for the first time and I get a couple of warnings.
I've just looked at the code and it's defined unsigned char, so I don't see why it throws an warning. Compiler bug? I see that's part of the HAL code, so I guess it's pretty well tested. Is it safe to ignore?
I'm using my distro's arm toolchain: gcc version 9.2.0
Thanks.