ctags: no such file or directory
ziidonato opened this issue · 2 comments
On Opensuse Tumbleweed
output of :ArduinoVerify
Picked up JAVA_TOOL_OPTIONS:
1 Loading configuration...
2 Initializing packages...
3 Preparing boards...
4 Verifying...
5 fork/exec {runtime.tools.ctags.path}/ctags: no such file or directory
6
7 [Process exited 1]
ctags --version
Exuberant Ctags Development, Copyright (C) 1996-2009 Darren Hiebert
Addresses: dhiebert@users.sourceforge.net, http://ctags.sourceforge.net
Optional compiled features: +wildcards, +regex
This looks like an issue with the arduino command, not with this plugin. Run :ArduinoInfo, that should tell you what command is actually being run when you do :ArduinoVerify. Try running that command directly in the shell; I suspect it will fail with this error.
This looks like an issue with the arduino command, not with this plugin. Run
:ArduinoInfo, that should tell you what command is actually being run when you do:ArduinoVerify. Try running that command directly in the shell; I suspect it will fail with this error.
Apparently it is. Sorry for wasting your time
Great plugin though, use it all the time