Hello,
I originally posted this question in the TI Linux forum, but a TI responder referred me here to the CCS forum.
I would like to build code targeted at the TI OMAP-L138 using CCS 5.5 on a Ubuntu Server 14.04 machine. This is the server edition of Ubuntu, so it has no GUI -- it is command line, only. I would like to use the server to build the product in a continuous integration environment.
I made progress on getting most of the tools needed for our build environment installed on the Ubuntu Server host:
From CriticalLink:
- angstrom-eglibc-i686-armv5te-toolchain-qte-v2012.05.tar.bz2
- release_2012-08-10.run
- release_2014-01-13.run
From TI:
- EDMA3_LLD_setuplinux_01_11_03_01.bin
In particular, I successfully installed the TI EDMA3_LLD_setuplinux_01_11_03_01.bin tool by installing the prerequisites found at:
processors.wiki.ti.com/.../Linux_Host_Support_CCSv6
...then running the installer with the following command:
$ ./EDMA3_LLD_setuplinux_01_11_03_01.bin --mode console
I had no such luck with the actual CCS installation:
$ sudo ./ccs_setup_5.5.0.00077.bin --mode console
Please set DISPLAY. Code Composer Studio v5 cannot be installed in console mode.
However, I did run the following on a Ubuntu _desktop_ machine:
$ ./ccs_setup_5.5.0.00077.bin --help
Usage: ccs_setup_5.5.0.00077.bin [options ...]
Available Options:
--debug run installer in debug mode
--debugconsole run installer with a debug console open
--help display this information
--localrepo [ARG] points to a local copy of the installer
repository
--manifestfile [ARG] ccs_manifest.xml file
--mode [ARG] set the mode to run the installer in
Available values: console, default, silent or
standard
--prefix [ARG] set the installation directory
--response-file [ARG] a file to read installer responses from
--save-response-file [ARG] a file to write installer responses to when the
installer exits
--setupfile [ARG] ccs_installini.xml file
--temp [ARG] set the temporary directory used by this program
--test run installer without installing any files
--update run the installer in update mode
--updaterepo [ARG] points to a local copy of the update repository
--version display installer version information
The ccs_setup_ ... 00077.bin says it has a "--mode console" option. Am I missing something?
Is there a way to tell the ccs_setup_...00077.bin installer to skip the installation of all of Eclipse GUI items and install only the items necessary for a makefile to compile my source code?
Thanks for your help.
Regards,
Ben