Hi,
I'm attempting to install KDS "kinetis-design-studio_3.2.0-1_amd64.deb" on a box running Ubuntu 18.04. It complained:
**********************************************************************
* 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. *
**********************************************************************
Upon which I found:
"For Ubuntu 1404 these packages are required to be installed: libc6:i386, libncurses5:i386, & libstdc++6:i386", I then installed these packages with:
$ sudo apt install libc6:i386 libncurses5:i386 libstdc++6:i386
but am still getting the same error when attempting to install KDS. Why is this and how can I get it fixed?