I just got the errors from Arduino create on the grbl upload program, so this should be a little easier to troubleshoot:
./opt/arduino-builder/arduino-builder -compile -core-api-version 10611 -build-path /tmp/324216733/build -hardware opt/arduino-builder/hardware -hardware ./opt/cores -tools opt/arduino-builder/tools -tools ./opt/tools -built-in-libraries opt/libraries/latest -libraries /tmp/324216733/pinned -libraries /tmp/324216733/custom -fqbn arduino:avr:uno -build-cache /tmp -logger humantags -verbose=false /tmp/324216733/sketch_nov14a
Multiple libraries were found for “config.h”
Used: /tmp/324216733/custom/grbl
Not used: /home/admin/builder/opt/libraries/latest/swap-1-0-9
Not used: /home/admin/builder/opt/libraries/latest/opendevice-0-1-4
Not used: /home/admin/builder/opt/libraries/latest/gobbitlinecommand-0-0-9
Not used: /home/admin/builder/opt/libraries/latest/swap-1-0-9
Not used: /home/admin/builder/opt/libraries/latest/opendevice-0-1-4
Not used: /home/admin/builder/opt/libraries/latest/gobbitlinecommand-0-0-9
Not used: /home/admin/builder/opt/libraries/latest/swap-1-0-9
Not used: /home/admin/builder/opt/libraries/latest/opendevice-0-1-4
Not used: /home/admin/builder/opt/libraries/latest/gobbitlinecommand-0-0-9
Not used: /home/admin/builder/opt/libraries/latest/swap-1-0-9
Not used: /home/admin/builder/opt/libraries/latest/opendevice-0-1-4
Not used: /home/admin/builder/opt/libraries/latest/lora-node-1-0-1
Not used: /home/admin/builder/opt/libraries/latest/gobbitlinecommand-0-0-9
In file included from /tmp/324216733/custom/grbl/config.h:30:0,
from /tmp/324216733/sketch_nov14a/sketch_nov14a.ino:2:
/tmp/324216733/custom/grbl/grbl.h:68:4: error: #error “Required HOMING_CYCLE_0 not defined.”
#error “Required HOMING_CYCLE_0 not defined.”
^
/tmp/324216733/custom/grbl/grbl.h:108:4: error: #error “WCO refresh must be greater than one.”
#error “WCO refresh must be greater than one.”
^
/tmp/324216733/custom/grbl/grbl.h:111:4: error: #error “Override refresh must be greater than zero.”
#error “Override refresh must be greater than zero.”