Skip to content

yaminov/insight

 
 

Repository files navigation

Building insight under Ubuntu 16.04 for ARM targets

Install build dependencies

sudo apt-get install texinfo bison flex tcl8.5 tcl8.5-dev tk8.5 tk8.5-dev itcl3 itk3 iwidgets4

Clone repository

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

Configure for building

cd insight

autoconf

./configure --prefix=path-to-installation --target=arm-none-eabi

Build and install

make

make install

About

The gdb tcl/tk GUI (https://github.com/monnerat/insight fork)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 60.8%
  • Tcl 24.1%
  • HTML 10.6%
  • Roff 3.4%
  • M4 0.7%
  • Makefile 0.3%
  • Other 0.1%