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.

CCSv6 Beta3 64bit gentoo install problem

I tried several times installing CCSv6 Beta3 on my gentoo 64bit laptop as a normal user. Every time it failed for the same reason

I have attached the log files and the screen capture with the error message

2678.ccs_setup_6.0.0.00116_install.log
Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
01/25/2014 20:46:48pm - writeDebugFile - Install Information:
01/25/2014 20:46:48pm - writeDebugFile - Install Version: 6.0.0.00116
01/25/2014 20:46:48pm - writeDebugFile - Install Source : /home/ajit/Downloads
01/25/2014 20:46:48pm - writeDebugFile - Install Temp : /tmp/ccs_7a1c8262-3af2-4339-420c-e953b38b754f
01/25/2014 20:46:48pm - writeDebugFile - Install Type : Web
01/25/2014 20:46:48pm - writeDebugFile - OS : Linux
01/25/2014 20:46:48pm - writeDebugFile - OS Version : 3.12.7-gentoo
01/25/2014 20:46:48pm - writeDebugFile - OS Platform : unix
01/25/2014 20:46:48pm - writeDebugFile - User ID : ajit
01/25/2014 20:46:48pm - writeDebugFile - Update/Rerun : 0
01/25/2014 20:46:48pm - writeDebugFile - Command line : installersrc /home/ajit/Downloads installertmp /tmp/ccs_7a1c8262-3af2-4339-420c-e953b38b754f buildid 6.0.0.00116 installer /home/ajit/Downloads/ccs_setup_6.0.0.00116.bin
01/25/2014 20:46:48pm - writeDebugFile - Components to be installed:
01/25/2014 20:46:48pm - writeDebugFile - MSP430_CGT_HELP
01/25/2014 20:46:48pm - writeDebugFile - CGT_DEFAULTLIBS_MSP430
01/25/2014 20:46:48pm - writeDebugFile - DMED
01/25/2014 20:46:48pm - writeDebugFile - EMU_MSP430
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

0572.ccs_config.xml
Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Edition installerversion="1.0" name="Custom" version="6.0.0.00116" location="/home/ajit/ti/ccsv6/eclipse" totalsize="0" product="Code Composer Studio" percentcomplete="1">
<OS>Linux</OS>
<CCSDIR>/home/ajit/ti/ccsv6</CCSDIR>
<zipbinary>unzip</zipbinary>
<baserepourl>http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00116_linux/baserepo</baserepourl>
<TempDir>/tmp/ccs_7a1c8262-3af2-4339-420c-e953b38b754f</TempDir>
<InstallDir>/home/ajit/ti</InstallDir>
<LocalBaseRepository>/tmp/ccs_7a1c8262-3af2-4339-420c-e953b38b754f/baserepo</LocalBaseRepository>
<featureurl>http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00116_linux/featurerepo</featureurl>
<eclipseexe>eclipse</eclipseexe>
<ComponentInstaller>false</ComponentInstaller>
<LocalRepository_Exists>0</LocalRepository_Exists>
<testurl>0</testurl>
<EclipseDir>/home/ajit/ti/ccsv6/eclipse</EclipseDir>
<Features>
<Feature tag="ARM_CGT_HELP" name="com.ti.cgt.arm.5.1.help" version="5.1.0.201306281501" state="do not install" order="80" size="3981198" location="http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00116_linux/baserepo">
<Installer name="armhelprepo.zip" arguments="'/home/ajit/ti/ccsv6'" location=""/>
<Uninstaller name="" arguments="" location=""/>
</Feature>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

The log file indicates JVM segment violations. Is it possible to use pre-installed java in this case? Any suggestions how I can fix this?

I have also saved the hs_err_pid24639.log and hs_err_pid24711.log on my machine. Please let me know in case its going to help in any way

Thanks,

-Ajit

  • Have you run the dependency checker on your Linux system (check here), and did it find anything missing?

  • I ran the dependency checker and here is the output:

    ajit@rog /tmp $ ./check_depends.sh
    Installed versions of glibc and glibcxx: GLIBC_2.18, N/A
    Required versions of glibc and glibcxx: GLIBC_2.7, GLIBCXX_3.4.16
    Checking availability of libraries in ext-depends.txt ...
    Done.

    I also tried running the generate depencies script (generate_depends.sh). This is mostly useless in this case because the install fails before copying most of the linux binaries in the installation folder

    Any other ideas?

    Thanks

  • The current version of glibc (glibc-2.18-r1) and 32 bit programs with unaligned memory access do not go well together. I have used a work around for now so the 32 bit JVM works without crashing on my 64 bit gentoo laptop http://forums.gentoo.org/viewtopic-p-7489702.html?sid=ab79255e693aba339de91514fa001b1e

    Next problem I am facing is when the installer tries to download this file (url copied below). I tried downloading this using alternative methods but there was no success. Not even a single byte gets downloaded

    http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00116_linux/baserepo/utils.zip

    Is there some issue with the download server? Can someone please look into this?

    Thanks

  • Above utils.zip file download problem is now resolved and I am able to install CCSv6 on my gentoo laptop. I haven't yet tried using it though

    Thanks