Other Parts Discussed in Thread: CCSTUDIO
Tool/software: TI C/C++ Compiler
I am trying to create a rootfs on our Linux computer in manufacturing and get a CCS error. It complains that it needs glibc.i686 which is installed and then fails the unpack
[michelcatudal@GAUGE12D build]$ rpm -q glibc.i686
glibc-2.17-157.el7_3.1.i686
Linux system is Redhat Enterprise 7.3
WARNING: ti-ccsv6-native-6.1.3.00034-r0 do_unpack: TI installer requires 32bit glibc libraries for proper operation
run 'yum install glibc.i686' on Fedora or 'apt-get install libc6:i386' on Ubuntu/Debian
WARNING: liberation-fonts-1_1.04-r4 do_fetch: Checksum mismatch for local file /home/michelcatudal/yocto/tmp/downloads/liberation-fonts-1.04.tar.gz
Cleaning and trying again.
WARNING: liberation-fonts-1_1.04-r4 do_fetch: Renaming /home/michelcatudal/yocto/tmp/downloads/liberation-fonts-1.04.tar.gz to /home/michelcatudal/yocto/tmp/downloads/liberation-fonts-1.04.tar.gz_bad-checksum_86d6ea0698e83c40c86eeec4ddc684ce
WARNING: liberation-fonts-1_1.04-r4 do_fetch: Checksum failure encountered with download of fedorahosted.org/.../liberation-fonts-1.04.tar.gz - will attempt other sources if available
ERROR: ti-ccsv6-native-6.1.3.00034-r0 do_configure: QA Issue: ti-ccsv6-native: LIC_FILES_CHKSUM points to an invalid file: /home/michelcatudal/yocto/build/tmp/work/x86_64-linux/ti-ccsv6-native/6.1.3.00034-r0/ccsv6/doc/EULA/EULA.doc [license-checksum]
ERROR: ti-ccsv6-native-6.1.3.00034-r0 do_configure: Fatal QA errors found, failing task.
ERROR: ti-ccsv6-native-6.1.3.00034-r0 do_configure: Function failed: do_qa_configure
ERROR: Logfile of failure stored in: /home/michelcatudal/yocto/build/tmp/work/x86_64-linux/ti-ccsv6-native/6.1.3.00034-r0/temp/log.do_configure.6083
ERROR: Task 1305 (/home/michelcatudal/yocto/sources/meta-ti/recipes-ti/devtools/ti-ccsv6-native_6.1.3.00034.bb, do_configure) failed with exit code '1'
Michel