I'm trying to install MCUXpresso IDE 11.7.0 on Ubuntu 22.04, but the installation report an error with the JLink installation.
I checked MCUXpresso IDE Installation Guide, Rev. 11.7.0, and I didn't find any extra library o software requirements.
I add the installation log
==================================================
$ sudo ./mcuxpressoide-11.7.0_9198.x86_64.deb.bin
Verifying archive integrity... 100% All good.
Uncompressing mcuxpressoide installer 100%
Installing...
(Reading database ... 300958 files and directories currently installed.)
Preparing to unpack JLink_Linux_x86_64.deb ...
Removing /opt/SEGGER/JLink ...
/opt/SEGGER/JLink not found (OK)
Unpacking jlink (7.841) ...
dpkg: error processing archive JLink_Linux_x86_64.deb (--install):
trying to overwrite '/etc/udev/rules.d/99-jlink.rules', which is also in package segger-jlink-udev-rules 7.82b
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
JLink_Linux_x86_64.deb
(Reading database ... 300958 files and directories currently installed.)
Preparing to unpack mcuxpressoide-11.7.0_9198.x86_64.deb ...
Unpacking mcuxpressoide (11.7.0) over (11.7.0) ...
Setting up mcuxpressoide (11.7.0) ...
Removing mcuxpressoide symbolic link...
INFO: Created mcuxpressoide symbolic link on /usr/local/mcuxpressoide
Processing triggers for mailcap (3.70+nmu1ubuntu1) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu3) ...
Processing triggers for desktop-file-utils (0.26-1ubuntu3) ...
INFO: Installation directory: /usr/local/mcuxpressoide-11.7.0_9198
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
==================================================
Hi,
We are not able (yet) to reproduce this problem. Please try the following steps and see if the problem is fixed:
1. Download Segger tool from https://www.segger.com/downloads/jlink/JLink_Linux_V784a_x86_64.deb
2. sudo chmod a+x JLink_Linux_V784a_x86_64.deb
3. sudo dpkg -i --force-all JLink_Linux_V784a_x86_64.deb
Regards,
MCUXpresso IDE Support