Kinetis Design Studio Install on Ubuntu 12.04

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Kinetis Design Studio Install on Ubuntu 12.04

跳至解决方案
1,583 次查看
intractablesubt
Contributor III

I'm trying to install the kinetis-design-studio_1.0.1-1_i386.deb.bin I downloaded on Ubuntu 12.04. Trying to run it as bin didn't work at all. I renamed it kinetis-design-studio_1.0.1-1_i386.deb and tried the dpkg install and it complains "The package doesn't provide a valid Installed-Size control field. See Debian Policy 5.6.20." Anyone else having this problem?

标签 (1)
0 项奖励
1 解答
615 次查看
intractablesubt
Contributor III

OK I got it to work by ignoring the error when I simply double clicked on the package. I did have to rename it to remove the .bin suffix and then simply ran

dpkg -i kinetis-design-studio_1.0.1-1_i386.deb

in a shell.

在原帖中查看解决方案

0 项奖励
2 回复数
616 次查看
intractablesubt
Contributor III

OK I got it to work by ignoring the error when I simply double clicked on the package. I did have to rename it to remove the .bin suffix and then simply ran

dpkg -i kinetis-design-studio_1.0.1-1_i386.deb

in a shell.

0 项奖励
615 次查看
intractablesubt
Contributor III

To create a desktop shortcut you can do the following:

gedit .local/share/applications/opt_kinetis.desktop

Paste the following in to the edit window and save it:

[Desktop Entry]

Type=Application

Name=Kinetis-Design-Studio

Comment=Kinetis Design Studio

Icon=/opt/eclipse/icon.xpm

Exec=/opt/Freescale/KDS_1.0.1/bin/kinetis-design-studio

Terminal=false

Categories=Development;IDE;Java;

StartupWMClass=Eclipse

Open it with nautilus:

nautilus ~/.local/share/applications

right click on it, select properties, select the permissions tab, click "Allow executing file as program"

alternatively just do "chmod +x ~/.local/share/applications/opt_kinetis.desktop"

right click again and select "Make Link"

Drag the link to the desktop.

0 项奖励