Hi! The latest `simavr` from the master branch is not able to execute `load` command from GDB on MacOS: ``` simavr -g -m atmega328p -f 16000000 ``` ``` avr-gdb /path/to/firmware.elf -ex "target remote :1234" -ex "load" ``` The same commands work just fine on Ubuntu 18.04