Sei sulla pagina 1di 1

CODE COMPOSER STUDIO INSTALLATION:UBUNTU 13.04(64 bit) LINK: http://processors.wiki.ti.com/index.php/Linux_Host_Support STPES: DEPENDENCIES: 1.

install the 32-bit application support libraries: sudo apt-get install ia32-libs . 2. download and extract the CCS dependency checker from here. Note that if you don't install the 32-bit libraries you won't be able to run it. 3. run the checker ./check_depends.sh . 4. install the necessary packages to resolve the dependencies. The checker will list the missing .so files, you can use apt-file search to determine which package they are part of. 5. Note that you will likely have to install apt-file first and run the update command to build its list of packages. i.e. run sudo apt-get install apt-file and then apt-file update then you can run a check on a .so file with a command like this apt-file search libjpeg.so.62. It tells me that the item is part of libjpeg62. Then to install it I would run sudo apt-get install libjpeg:i386 The ":i386" at the end is important. 6. typical command to resolve dependencies sudo apt-get install ia32-libs libjpeg62:i386 libgnomevfs2-0:i386 liborbit2:i386** download either the web installer or the full offline image run the checker one more time to make sure you have all the dependencies installed correctly (repeat above steps if needed) CCS INSTALLATION:

Potrebbero piacerti anche