mcuxpressoide-10.3.0_2200.x86_64.deb.bin
Solved! Go to Solution.
You need to install whiptail. I think on suse, you need to install the newt package to get whiptail.
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
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?
You need to install whiptail. I think on suse, you need to install the newt package to get whiptail.