[Solved] Install KDS 3.0.2 in Ubuntu 17

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

[Solved] Install KDS 3.0.2 in Ubuntu 17

跳至解决方案
1,353 次查看
javierhernande1
Contributor IV

Hello!,

I can not install KDS 3.0.2 amd64 in Ubuntu 17 64bits. In Windows works fine to me but I need to install it in Linux.

* Warning: This package includes the GCC ARM Embedded toolchain, *
* which is built for 32-bit hosts. If you are using a *
* 64-bit system, you may need to install additional *
* packages before building software with these tools. *
* *
* For more details see: *
* - KDS_Users_Guide.pdf:"Installing Kinetis Design Studio". *
* - The Kinetis Design Studio release notes.

I have 32bit packages installed:

sudo apt-get install  libc6:i386 libncurses5:i386 libstdc++6:i386

sudo dpkg -I kinetis-design-studio_3.2.0-1_amd64.deb
paquete debian nuevo, versión 2.0.
tamaño 724533774 bytes: archivo de control= 638 bytes.
219 bytes, 8 líneas control
774 bytes, 17 líneas * postinst #!/bin/sh
39 bytes, 2 líneas * postrm #!/bin/sh
Package: kinetis-design-studio
Version: 3.2.0
Section: non-free/devel
Priority: extra
Maintainer: Freescale Support <support@freescale.com>
Architecture: amd64
Installed-Size: 1605280
Description: Kinetis Design Studio

But not works to me. Do I need to install any other library?

Best regards

标签 (1)
0 项奖励
回复
1 解答
936 次查看
javierhernande1
Contributor IV

$  ar vx kinetis-design-studio_3.2.0-1_amd64.deb

$  tar -xzvf data.tar.gz

$  sudo mv opt/Freescale/KDS_v3/ /opt/Freescale/

$  cd /opt/Freescale/KDS_v3/eclipse/

$  ./kinetis-design-studio

That is all.

在原帖中查看解决方案

0 项奖励
回复
1 回复
937 次查看
javierhernande1
Contributor IV

$  ar vx kinetis-design-studio_3.2.0-1_amd64.deb

$  tar -xzvf data.tar.gz

$  sudo mv opt/Freescale/KDS_v3/ /opt/Freescale/

$  cd /opt/Freescale/KDS_v3/eclipse/

$  ./kinetis-design-studio

That is all.

0 项奖励
回复