MCU expresso linux install problem

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

MCU expresso linux install problem

Jump to solution
1,859 Views
ve3id
Contributor III
  • I have been developing with KDS for a couple of years and just had to download anew due to new laptop install. So I was moved to mcuexpresso.
  • I logged on under my account, agreed to all the questions, and downloaded 

    mcuxpressoide-10.3.0_2200.x86_64.deb.bin

  • after chmod +x it starts executing:
  • ./mcuxpressoide-10.3.0_2200.x86_64.deb.bin
    Verifying archive integrity... All good.
    Uncompressing mcuxpressoide installer  100%   
    ./install.sh: line 7: whiptail: command not found
    To install the product you have to agree to the license agreement!NAME="openSUSE Leap"
  • my OS is:
    VERSION="15.0"
    ID="opensuse-leap"
    ID_LIKE="suse opensuse"
    VERSION_ID="15.0"
    PRETTY_NAME="openSUSE Leap 15.0"
    ANSI_COLOR="0;32"
    CPE_NAME="cpe:/o:opensuse:leap:15.0"
    BUG_REPORT_URL="https://bugs.opensuse.org"
    HOME_URL="https://www.opensuse.org/"

    Can anybody tell me how I agree to the licence agreement?  Seems to be something to do with whiptail?
0 Kudos
1 Solution
1,543 Views
converse
Senior Contributor V

You need to install whiptail. I think on suse, you need to install the newt package to get whiptail.

View solution in original post

0 Kudos
3 Replies
1,542 Views
jiapei
Contributor I

I've got exactly the same problem, as follows:

➜ jlink sudo dpkg -i JLink_Linux_V648b_x86_64.deb
[sudo] password for lvision:
Selecting previously unselected package jlink.
(Reading database ... 506734 files and directories currently installed.)
Preparing to unpack JLink_Linux_V648b_x86_64.deb ...
Removing /opt/SEGGER/JLink ...
/opt/SEGGER/JLink not found (OK)
Unpacking jlink (6.482) ...
dpkg: dependency problems prevent configuration of jlink:
jlink depends on libncurses5 (>= 5.5); however:
Package libncurses5 is not installed.

dpkg: error processing package jlink (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
jlink

Any solutions?

Cheers

Pei

0 Kudos
1,542 Views
ve3id
Contributor III

Thank you Con Verse for that. 

I had  a bunch of dependencies to solve, mostly it seems that it needed the 32 bit librarries, and  I have now got it to install, but while doing so I got this message:

dpkg: jlink: dependency problems, but configuring anyway as you requested:
jlink depends on libncurses5 (>= 5.5); however:
Package libncurses5 is not installed.
jlink depends on libc6 (>= 2.7); however:
Package libc6 is not installed.

Yast is telling me that  libncurses5 is already at 6.0, and I assume I can solve the missing libc6 by doing simlinmk to glibc. I have got the ide to run and import a project from kds, but can anybody suggest how to get around these two problems? 

0 Kudos
1,544 Views
converse
Senior Contributor V

You need to install whiptail. I think on suse, you need to install the newt package to get whiptail.

0 Kudos