Well, I finally am getting around to compiling the source from scratch to see about tweaking some stuff. I ran the make and all looks good except the object dump of the following line — Latest version from the main grbl repository edge branch–:
avr-objdump -h main.elf | grep .bss | ruby -e ‘puts “nn— Requires %s bytes of SRAM” % STDIN.read.match(/0[0-9a-f]+s/)[0].to_i(16)’
Where it says:
-e:1: syntax error, unexpected tSTRING_BEG, expecting $end
…h(/0[0-9a-f]+s/)[0].to_i(16)”es %sÆ??O?î
^
make: *** [grbl.hex] Error 1
I realize that this is just an informational and is probably just a funky problem with needing an additional escape char or such because of platform (Win).
The other question is maybe silly but just unsure:
After flashing with the binaries from this toolchain, does it change the normal arduino bootloader? Will I need to re-flash it with the arduino bootloader before I can reuse the controller with the regular arduino tool suite?