Part Number: TMS320C6678
Tool/software: TI C/C++ Compiler
I am building the IBL for c6678
I use MinGW msys 1.0 for the building work.
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.
Part Number: TMS320C6678
Tool/software: TI C/C++ Compiler
I am building the IBL for c6678
I use MinGW msys 1.0 for the building work.
Hi Yordan,
Really thank you for this:
1. I use compiler of C:\ti\ccsv7\tools\compiler\ti-cgt-c6000_8.2.2 compiler,
2. set everything as the build_instructions.txt in folder of ti\mcsdk_2_01_02_06\tools\boot_loader\ibl\doc
3. as the newest compiler is above 8.2.2, is that the matter for this issue.
4. I post my setupenvMsys.sh:
#!/bin/bash
# Environment setup to be done if using MSYS Bash shell for build
# Specify the base directory of the c6000 compiler with UNIX style path separator
#export C6X_BASE_DIR='"C:/Program Files/Texas Instruments/C6000 Code Generation Tools 7.2.4"'
export C6X_BASE_DIR='"C:/ti/ccsv7/tools/compiler/ti-cgt-c6000_8.2.2"' ##not very impt here, mainly by PATH=$PATH:$C6X_BASE_DIR_MSYS
# Specify the base directory of the c6000 compiler in format understandable by the MSYS Bash shell
#export C6X_BASE_DIR_MSYS=/c/Program\ Files/Texas\ Instruments/C6000\ Code\ Generation\ Tools\ 7\.2\.4
export C6X_BASE_DIR_MSYS=/c/ti/ccsv7/tools/compiler/ti-cgt-c6000_8\.2\.2
# Don't modify the below variables. They are derived from the above definitions
export PATH=$PATH:$C6X_BASE_DIR_MSYS/bin
export TOOLSC6X=$C6X_BASE_DIR
export TOOLSC6XDOS=$C6X_BASE_DIR
5. the output log pls see below:
6. I have debug this issue for almost 1 week, thank you for the help, I really appreciate it.