Hello!
vim
with Makefile
and gcc
can used for going through errors after :make
with command :cc
, :cn
, :cp
.
arduino-cli
has error output from the compiler, but vim
can't handle error output.
How can I make this work?
Hello!
vim
with Makefile
and gcc
can used for going through errors after :make
with command :cc
, :cn
, :cp
.
arduino-cli
has error output from the compiler, but vim
can't handle error output.
How can I make this work?
How does the error file look? Can you store the error report? Can you cat
the created file?
Use another editor to read the error output.
I use Genny with Linux and have no problems.