[Solved] Install KDS 3.0.2 in Ubuntu 17

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

[Solved] Install KDS 3.0.2 in Ubuntu 17

Jump to solution
931 Views
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

Labels (1)
0 Kudos
1 Solution
514 Views
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.

View solution in original post

0 Kudos
1 Reply
515 Views
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 Kudos