sudo apt-get install texinfo bison flex tcl8.5 tcl8.5-dev tk8.5 tk8.5-dev itcl3 itk3 iwidgets4
git clone --recursive https://github.com/yaminov/insight
This clones insigth GUI source files and binutils-gdb submodule. The GUI part of insight is now maintained outside the GDB tree. GDB sources are published at git://sourceware.org/git/binutils-gdb.git
cd insight
autoconf
./configure --prefix=path-to-installation --target=arm-none-eabi
make
make install