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.
Tool/software: Code Composer Studio
When installing CCSv7 on my machine (Ubuntu 16.04.1 LTS) the installer fails with the following message
Failed to locate 32-bit system libraries required for installation to continue:
libc6-i386
I installed that library and verified it's installed (see below) but still see the same failure message. I've also tried re-booting the system and I still see the failure.
dpkg --list | grep libc6
ii libc6:amd64 2.23-0ubuntu9 amd64 GNU C Library: Shared libraries
ii libc6:i386 2.23-0ubuntu9 i386 GNU C Library: Shared libraries
ii libc6-dbg:amd64 2.23-0ubuntu9 amd64 GNU C Library: detached debugging symbols
ii libc6-dev:amd64 2.23-0ubuntu9 amd64 GNU C Library: Development Libraries and Header Files
ii libc6-dev-i386 2.23-0ubuntu9 amd64 GNU C Library: 32-bit development libraries for AMD64
ii libc6-dev-x32 2.23-0ubuntu9 amd64 GNU C Library: X32 ABI Development Libraries for AMD64
ii libc6-i386 2.23-0ubuntu9 amd64 GNU C Library: 32-bit shared libraries for AMD64
ii libc6-x32 2.23-0ubuntu9 amd64 GNU C Library: X32 ABI Shared libraries for AMD64
dependency-checker.zipHi Carlos,
Could you please do the following:
Download the zip file included and unzip in your linux /tmp directory.
Run /tmp/dependency-checker/ldcheck from the command line. Could you cut and paste the returned strings, please.
Thanks,
Danish