is there anyone ever successfully install install Kinetis Design Studio installer for Linux (DEB) on 32bit Ubuntu v14.04?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

is there anyone ever successfully install install Kinetis Design Studio installer for Linux (DEB) on 32bit Ubuntu v14.04?

1,758件の閲覧回数
hotashu
Contributor III

is there anyone ever successfully install install Kinetis Design Studio installer for Linux (DEB) on 32bit Ubuntu v14.04?

ラベル(1)
0 件の賞賛
返信
2 返答(返信)

1,469件の閲覧回数
michaelball
Contributor III

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

0 件の賞賛
返信

1,469件の閲覧回数
Alberto_g
Contributor III

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.

0 件の賞賛
返信