assembly - Setup insight on Ubuntu 14.04 or Linux Mint 17 -
assembly - Setup insight on Ubuntu 14.04 or Linux Mint 17 -
i starting study assembly & focusing on computer architecture.
(due me beingness curios , want know more inner workings of computers , whats going on downwards in assembly world :) )
i next book: assembly language step step : programming linux jeff duntemann (3rd edition)
but after brief flip through of book. reveals it's heavily using insight debugger noways seems nonexistent newly released version of linux.
is there anyway insight debugger work (correctly) in new linux systems , in case how?
i had problem too. after research, found author's site has post on issue few years ago: http://www.contrapositivediary.com/?p=1396.
most notably, there comments linked blog worked me: http://baptiste-wicht.com/posts/2012/01/install-insight-debugger-linux-mint-ubuntu.html
in case there's link rot, did next , can debug stuff on ubuntu 14.04.4 x86:
echo "deb http://ppa.launchpad.net/sevenmachines/dev/ubuntu natty main" | sudo tee -a /etc/apt/sources.list > /dev/null echo "deb-src http://ppa.launchpad.net/sevenmachines/dev/ubuntu natty main" | sudo tee -a /etc/apt/sources.list > /dev/null sudo apt-get update sudo apt-get install insight
linux assembly
Comments
Post a Comment