arduino uno compiling error

if ctags is missing your installation has been damaged.

ctags is a code tool used too scan C/C++ source code creating an index of macros, constants and function names and what file and position within file they are located. In all likelihood the IDE uses in to provide its preprocessing feature to ensure function prototypes in the code that actually gets passed to the compiler.

If it not there it can't do its thing.