is there anyone ever successfully install install Kinetis Design Studio installer for Linux (DEB) on 32bit Ubuntu v14.04?
Arduino-Pi Ramblings: Running Kinetis Design Studio (32bit Eclipse) on 64bit Ubuntu
Ina nutshell, install the deprecated ia32-libs from Raring...
sudo -i
cd /etc/apt/sources.list.d
echo "deb http://old-releases.ubuntu.com/ubuntu/ raring main restricted universe multiverse" >ia32-libs-raring.list
apt-get update
apt-get install ia32-libs
I did it on Xubuntu 14.04. Had to create the link libudev.so.1 pointing to libudev.so.0.
Apart from this, it works out of the box. Read the quick start guide.