icyphy / lf-buckler

Programming an nRF embedded board with a Berkeley Buckler daughter card using Lingua Franca.
BSD 2-Clause "Simplified" License
7 stars 0 forks source link

`make rtt` does not work on Linux machines that do not have `x-terminal-emulator` #6

Open lhstrh opened 2 years ago

lhstrh commented 2 years ago

I've pushed a fix here: https://github.com/lab11/nrf52x-base/pull/11. After it gets merged, we need to update the submodules in buckler and lf-buckler...

lhstrh commented 2 years ago

This was merged, but I'm hesitant to update the submodule because there are no regression tests. We should make sure that updating doesn't break anything. A temporary workaround is to run the following command export TERMINAL=gnome-terminal or whatever terminal you wish to use that is not x-terminal-emulator.