Tool/software: Code Composer Studio
Hi,
I am attempting to build the processor SDK according to the instructions at http://processors.wiki.ti.com/index.php/Processor_SDK_Building_The_SDK.
MACHINE="am57xx-evm" bitbake tisdk-rootfs-image
I get the following result (after some steps have been completed):
ERROR: ti-ccsv6-native-6.1.3.00034-r0 do_configure: QA Issue: ti-ccsv6-native: LIC_FILES_CHKSUM points to an invalid file: /tisdk/build/arago-tmp-external-linaro-toolchain/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: /tisdk/build/arago-tmp-external-linaro-toolchain/work/x86_64-linux/ti-ccsv6-native/6.1.3.00034-r0/temp/log.do_configure.8447 ERROR: Task 5522 (/tisdk/sources/meta-ti/recipes-ti/devtools/ti-ccsv6-native_6.1.3.00034.bb, do_configure) failed with exit code '1'
Looking at /tisdk/build/arago-tmp-external-linaro-toolchain/work/x86_64-linux/ti-ccsv6-native/6.1.3.00034-r0/ccsv6/install_logs/ccs_setup_6.1.3.00034_install.log shows repeated occurences of
06/28/2017 08:47:37(GMT) - runEclipseApp - FAILED 0: Failed to connect to Mir: Failed to connect to server socket: No such file or directory Unable to init server: Could not connect: Connection refused Eclipse: Cannot open display: 06/28/2017 08:47:37(GMT) - runEclipseApp - ErrorCode: CHILDKILLED 15671 SIGSEGV {segmentation violation} 06/28/2017 08:47:37(GMT) - runEclipseApp - Running again 06/28/2017 08:47:47(GMT) - runEclipseApp - FAILED 1: Failed to connect to Mir: Failed to connect to server socket: No such file or directory Unable to init server: Could not connect: Connection refused Eclipse: Cannot open display: 06/28/2017 08:47:47(GMT) - runEclipseApp - ErrorCode: CHILDKILLED 19478 SIGSEGV {segmentation violation} 06/28/2017 08:47:47(GMT) - runEclipseApp - Running again 06/28/2017 08:47:58(GMT) - runEclipseApp - FAILED 2: Failed to connect to Mir: Failed to connect to server socket: No such file or directory
etc. I have attached the complete log for reference.