This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/66AK2H14: DSP

Part Number: 66AK2H14


Tool/software: Linux

Hey guys, I need help on this:

For some reason it doesn't let me uninstall the MCSDK. I followed the instructions in this link processors.wiki.ti.com/.../MCSDK_HPC_3.x_Getting_Started_Guide_for_HP_ProLiant_m800, but I'm getting this error:

root@client1:~# sudo apt-get purge keystone-hpc

Reading package lists... Done

Building dependency tree       

Reading state information... Done

You might want to run 'apt-get -f install' to correct these:

The following packages have unmet dependencies:

 ti-ml : Depends: ti-linalg (>= 00.08.00.00) but it is not going to be installed

E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

So then I run the suggested command, and I get:

root@client1:~# apt-get -f install

Reading package lists... Done

Building dependency tree       

Reading state information... Done

Correcting dependencies... Done

The following package was automatically installed and is no longer required:

  libpciaccess0

Use 'apt-get autoremove' to remove it.

The following extra packages will be installed:

  ti-linalg

The following NEW packages will be installed:

  ti-linalg

0 upgraded, 1 newly installed, 0 to remove and 223 not upgraded.

254 not fully installed or removed.

Need to get 0 B/3,074 kB of archives.

After this operation, 21.5 MB of additional disk space will be used.

Do you want to continue? [Y/n] Y

(Reading database ... 244364 files and directories currently installed.)

Preparing to unpack .../ti-linalg_01.00.00.01-0ubuntu0~ppa2_armhf.deb ...

Unpacking ti-linalg (01.00.00.01-0ubuntu0~ppa2) ...

dpkg: error processing archive /var/cache/apt/archives/ti-linalg_01.00.00.01-0ubuntu0~ppa2_armhf.deb (--unpack):

 trying to overwrite '/usr/include/cblas.h', which is also in package libblas-dev 1.2.20110419-7

Errors were encountered while processing:

 /var/cache/apt/archives/ti-linalg_01.00.00.01-0ubuntu0~ppa2_armhf.deb

E: Sub-process /usr/bin/dpkg returned an error code (1)

I see there is some dependency on the package called ti-linalg. I try to install it, but no success. 
I also tried removing directly with this command, but same error:

root@client1:~# sudo apt-get autoremove keystone-hpc

Reading package lists... Done

Building dependency tree       

Reading state information... Done

You might want to run 'apt-get -f install' to correct these:

The following packages have unmet dependencies:

 ti-ml : Depends: ti-linalg (>= 00.08.00.00) but it is not going to be installed

E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Is there anywhere around this?
Thank you guys.