I needed 12.6.0 and forced it to install quite violently. I've flashed and debugged an MSP432 after the install. The steps that I believe were absolutely required are as follows:
- In
PKGBUILD
remove--mode unattended
from the ....run
and comment out the line containingdmed
- Run
makepkg
- Follow steps in the installer
- When the DMED failure shows up (at like 98%) overwrite
/tmp/ccs_
[tab]DMED/ti_cgt_dmed_1.1.6_linux_installer_x86.bin
with:
#!/bin/sh
exit 0
- Click
Retry
- Once installed, run
execstack -c /opt/ccstudio/ccs/ccs_base/common/bin/libMiniDump.so
I personally also had to or extraneously did the following:
- move the desktop file manually
- comment out the two lines containing
99-ti-jlink.rules
- place git repository deeper in file system to avoid the over 40 character path
Pinned Comments