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.

TMS320C6657: IBL Build Errors

Part Number: TMS320C6657

Tool/software:

Hello there, I am attempting to build an IBL for I2C boot. I am following these instructions: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1048640/faq-processor-sdk-c665x-ibl-build-steps-on-windows-10-processor-family-c665x/3879673?tisearch=e2e-sitesearch&keymatch=FAQ%2525252520Rajarajan#3879673

However when running the 'make' command, I am met with a myriad of errors:

$ make evm_c6657_i2c ENDIAN=little I2C_BUS_ADDR=0x51
make -f makestg1 I2C_BUS_ADDR=0x51 I2C_MAP_ADDR=0x500 \
ENDIAN_MODE=little ARCH=c64x TARGET=c665x EVM=c6657l SPI=no SPI_DEFS='SPI_MODE=1 SPI_ADDR_WIDTH=24 SPI_NPIN=5 SPI_CSEL=2 SPI_C2TDEL=1 SPI_CLKDIV=8 SPI_ROM=1' \
CEXCLUDES='COFF BIS NAND_GPIO' c665x
make[1]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/make'
make -f makestg2 ARCH=c64x TARGET=c665x ENDIAN=little I2C_SIZE_BYTES=0x20000 I2C_BUS_ADDR=0x51 INTERNAL_UTILS= SPI_DEFS='SPI_MODE=1 SPI_ADDR_WIDTH=24 SPI_NPIN=5 SPI_CSEL=2 SPI_C2TDEL=1 SPI_CLKDIV=8 SPI_ROM=1' utils
make[2]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/make'
make -C ../util/btoccs
make[3]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/btoccs'
gcc -o b2ccs b2ccs.c
gcc -o b2i2c b2i2c.c
gcc -o ccs2b ccs2b.c
gcc -o bfaddsect bfaddsect.c
gcc -o bfmerge bfmerge.c
gcc -o ccs2bin ccs2bin.c
ccs2bin.c: In function 'parseit':
ccs2bin.c:74:14: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
if (!strcmp (argv[i], "-swap"))
    ^~~~~~ 
make[3]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/btoccs'
make -C ../util/romparse TARGET=c665x
make[3]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/romparse'
Checking command line dependencies
same
make[3]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/romparse'
make -C ../util/i2cConfig c665x MAINDEFS='-DIBL_CFG_I2C_MAP_TABLE_DATA_BUS_ADDR=0x51 -DEXCLUDE_COFF -DEXCLUDE_BIS -DEXCLUDE_NAND_GPIO -DSPI_MODE=1 -DSPI_ADDR_WIDTH=24 -DSPI_NPIN=5 -DSPI_CSEL=2 -DSPI_C2TDEL=1 -DSPI_CLKDIV=8 -DSPI_ROM=1 -DPAD_FILE_ID_1=1 -DPAD_FILE_ID_2=1 -DINIT_EXE_FILE='"ibl_c665x/ibl_init.i2c.be.ccs"' -DEXE_FILE_1='""' -DEXE_FILE_2='"ibl_c665x/ibl.i2c.be.ccs"''
make[3]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/i2cConfig'
make -f makestg2 ARCH=c64x I2C_BUS_ADDR=0x51 I2C_MAP_ADDR=0x500 TARGET=c665x c665x
make[4]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/i2cConfig'
Checking command line dependencies
same
making hw
make -C ../../hw/c64x/make hw
make[5]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/hw/c64x/make'
Checking command line dependencies
same
make[5]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/hw/c64x/make'
making device
make -C ../../device/c64x/make CDEFS='-DIBL_CFG_I2C_MAP_TABLE_DATA_BUS_ADDR=0x51 -DEXCLUDE_COFF -DEXCLUDE_BIS -DEXCLUDE_NAND_GPIO -DSPI_MODE=1 -DSPI_ADDR_WIDTH=24 -DSPI_NPIN=5 -DSPI_CSEL=2 -DSPI_C2TDEL=1 -DSPI_CLKDIV=8 -DSPI_ROM=1 -DPAD_FILE_ID_1=1 -DPAD_FILE_ID_2=1 -DINIT_EXE_FILE=ibl_c665x/ibl_init.i2c.be.ccs -DEXE_FILE_1= -DEXE_FILE_2=ibl_c665x/ibl.i2c.be.ccs' device
make[5]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/device/c64x/make'
q -I -a -ele.oa -o$.da ../../../device/c64x/c64x.s
/bin/sh: q: command not found
make[5]: [c64x.da] Error 127 (ignored)
Checking command line dependencies
same
make[5]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/device/c64x/make'
cl6x -z -o i2cparam_c665x_le.out -m i2cparam_c665x_le.map i2cparam.le.oc ../../hw/c64x/make/i2c.le.oc ../../hw/c64x/make/pll.le.oc ../../hw/c64x/make/cfgpll.le.oc ../../hw/c64x/make/cfgpll2.le.oc ../../device/c64x/make/c64x.le.oa ../../hw/c64x/make/psc.le.oc ../../device/c64x/make/c665xutil.le.oc i2cparam.cmd "C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib/rts64plus.lib
<Linking>
../../master/DIAG/user_msg_api.c:217:internal fatal error #99926:
(ofile_error_handler(): <internal>: corrupted object file:  attempting to
get ELF interface for non-ELF file)
INTERNAL ERROR: c:\ti\ccs930\ccs\tools\compiler\ti-cgt-c6000_8.3.5\bin\lnk6x.exe had an internal inconsistency and aborted
This is caused by a defect in the TI Linker.
TI Customer Support may be able to suggest a workaround to avoid this.
Upgrading to the newest version of the compiler may fix this problem.
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
Include all of the object files, libraries, and linker command files 
used to link the program.
>> Compilation failure 
make[4]: *** [c665x] Error 1 
make[4]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/i2cConfig'
make[3]: *** [c665x] Error 2
make[3]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/i2cConfig'
make[2]: *** [utils] Error 2
make[2]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/make'
make[1]: *** [le_target] Error 2
make[1]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/make'
make: *** [evm_c6657_i2c] Error 2

Thank you for your help

  • Alex Jones

    Please post the following

    1. "Path" variable screenshot in windows 10.

    2. your setupenvMsys.sh file.

    ---

    From your error messages:---

    INTERNAL ERROR: c:\ti\ccs930\ccs\tools\compiler\ti-cgt-c6000_8.3.5\bin\lnk6x.exe had an internal inconsistency and aborted
    This is caused by a defect in the TI Linker.

    ------> Have you installed "C6000 TI Code Generation Tool, Version :7.4.X" ?

    -------> Because your-build seems to be using the latest version "c6000_8.3.5"

    Regards

    Shankari G

  • 1. 

    2. 

    $ cat 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:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"'
    
    # Don't modify the below variables. They are derived from the above definitions
    export PATH=$PATH:C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24/bin
    export TOOLSC6X=$C6X_BASE_DIR
    export TOOLSC6XDOS=$C6X_BASE_DIR
    export C6X_BASE_DIR_MSYS=/C/ti/ccs930/ccs/tools/compiler/c6000_7.4.24

    3. I am using the c6000_8.3.5 version. I am unable to download and install version 7.4

  • Alex Jones,

    You are using the  "c6000_8.3.5 version" but you mentioned in your files like setupenvMsys.sh as "C/ti/ccs930/ccs/tools/compiler/c6000_7.4.24", conflict...right?

    That will definitely create error..... right?

    --

    "C6000 TI Code Generation Tool, Version :7.4.24 " is the must.

    https://www.ti.com/tool/download/C6000-CGT/7.4.24

    You can download from here.

    Regards

    Shankari G

  • I already had version 7.4.24 installed. I had both the 7.4.24 and the 8.3.5. I reinstalled the 7.4.24 but then realized I already had it.

  • So I followed instructions from here: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/248504/ibl-build-problem
    to get me passed a chunk of build errors. In addition to those changes I also added "export MAKEDEPPATH={PATH TO 7.4.24 cl6.exe}" to multiple files. However I am now failing in a new place:

    $ make evm_c6657_i2c ENDIAN=little I2C_BUS_ADDR=0x51
    make -f makestg1 I2C_BUS_ADDR=0x51 I2C_MAP_ADDR=0x500 \
    ENDIAN_MODE=little ARCH=c64x TARGET=c665x EVM=c6657l SPI=no SPI_DEFS='SPI_MODE=1 SPI_ADDR_WIDTH=24 SPI_NPIN=5 SPI_CSEL=2 SPI_C2TDEL=1 SPI_CLKDIV=8 SPI_ROM=1' \
    CEXCLUDES='COFF BIS NAND_GPIO' c665x
    make[1]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/make'
    make -f makestg2 ARCH=c64x TARGET=c665x ENDIAN=little I2C_SIZE_BYTES=0x20000 I2C_BUS_ADDR=0x51 INTERNAL_UTILS= SPI_DEFS='SPI_MODE=1 SPI_ADDR_WIDTH=24 SPI_NPIN=5 SPI_CSEL=2 SPI_C2TDEL=1 SPI_CLKDIV=8 SPI_ROM=1' utils
    make[2]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/make'
    make -C ../util/btoccs
    make[3]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/btoccs'
    gcc -o b2ccs b2ccs.c
    gcc -o b2i2c b2i2c.c
    gcc -o ccs2b ccs2b.c
    gcc -o bfaddsect bfaddsect.c
    gcc -o bfmerge bfmerge.c
    gcc -o ccs2bin ccs2bin.c
    ccs2bin.c: In function 'parseit':
    ccs2bin.c:74:14: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
             if (!strcmp (argv[i], "-swap"))
                  ^~~~~~
    make[3]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/btoccs'
    make -C ../util/romparse TARGET=c665x
    make[3]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/romparse'
    Checking command line dependencies
    same
    make[3]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/romparse'
    make -C ../util/i2cConfig c665x MAINDEFS='-DIBL_CFG_I2C_MAP_TABLE_DATA_BUS_ADDR=0x51 -DEXCLUDE_COFF -DEXCLUDE_BIS -DEXCLUDE_NAND_GPIO -DSPI_MODE=1 -DSPI_ADDR_WIDTH=24 -DSPI_NPIN=5 -DSPI_CSEL=2 -DSPI_C2TDEL=1 -DSPI_CLKDIV=8 -DSPI_ROM=1 -DPAD_FILE_ID_1=1 -DPAD_FILE_ID_2=1 -DINIT_EXE_FILE='"ibl_c665x/ibl_init.i2c.be.ccs"' -DEXE_FILE_1='""' -DEXE_FILE_2='"ibl_c665x/ibl.i2c.be.ccs"''
    make[3]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/i2cConfig'
    make -f makestg2 ARCH=c64x I2C_BUS_ADDR=0x51 I2C_MAP_ADDR=0x500 TARGET=c665x c665x
    make[4]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/i2cConfig'
    Checking command line dependencies
    same
    making hw
    make -C ../../hw/c64x/make hw
    make[5]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/hw/c64x/make'
    Checking command line dependencies
    same
    make[5]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/hw/c64x/make'
    making device
    make -C ../../device/c64x/make CDEFS='-DIBL_CFG_I2C_MAP_TABLE_DATA_BUS_ADDR=0x51 -DEXCLUDE_COFF -DEXCLUDE_BIS -DEXCLUDE_NAND_GPIO -DSPI_MODE=1 -DSPI_ADDR_WIDTH=24 -DSPI_NPIN=5 -DSPI_CSEL=2 -DSPI_C2TDEL=1 -DSPI_CLKDIV=8 -DSPI_ROM=1 -DPAD_FILE_ID_1=1 -DPAD_FILE_ID_2=1 -DINIT_EXE_FILE=ibl_c665x/ibl_init.i2c.be.ccs -DEXE_FILE_1= -DEXE_FILE_2=ibl_c665x/ibl.i2c.be.ccs' device
    make[5]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/device/c64x/make'
    Checking command line dependencies
    same
    make[5]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/device/c64x/make'
    #cl6x -z -o i2cparam_c665x_le.out -m i2cparam_c665x_le.map i2cparam.le.oc ../../hw/c64x/make/i2c.le.oc ../../hw/c64x/make/pll.le.oc ../../hw/c64x/make/cfgpll.le.oc ../../hw/c64x/make/cfgpll2.le.oc ../../device/c64x/make/c64x.le.oa ../../hw/c64x/make/psc.le.oc ../../device/c64x/make/c665xutil.le.oc i2cparam.cmd "C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib/rts64plus.lib
    C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24/bin/cl6x.exe -z -o i2cparam_c665x_le.out -m i2cparam_c665x_le.map i2cparam.le.oc ../../hw/c64x/make/i2c.le.oc ../../hw/c64x/make/pll.le.oc ../../hw/c64x/make/cfgpll.le.oc ../../hw/c64x/make/cfgpll2.le.oc ../../device/c64x/make/c64x.le.oa ../../hw/c64x/make/psc.le.oc ../../device/c64x/make/c665xutil.le.oc i2cparam.cmd "C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib/rts64plus.lib
    <Linking>
    make[4]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/i2cConfig'
    make[3]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/i2cConfig'
    make -C ../util/bconvert
    make[3]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/bconvert'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/bconvert'
    make -C ../util/iblConfig/build EVM=c6657l I2C_MAP_ADDR=0x500
    make[3]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/iblConfig/build'
    touch input.txt
    echo "file_name = ibl.bin" > input.txt
    echo "device = 8" >> input.txt
    echo "offset = 0x500" >> input.txt
    echo "ethBoot-doBootp = " >> input.txt
    echo "ethBoot-bootFormat = " >> input.txt
    echo "ethBoot-ipAddr = " >> input.txt
    echo "ethBoot-serverIp = " >> input.txt
    echo "ethBoot-gatewayIp = " >> input.txt
    echo "ethBoot-netmask = " >> input.txt
    echo "ethBoot-fileName = " >> input.txt
    gcc   -O2 -DEVM=c6657l -DI2C_MAP_ADDR=0x500 ./obj/iblConfig.obj ./obj/device.obj  -o iblConfig.out
    ./obj/iblConfig.obj: file not recognized: File format not recognized
    collect2.exe: error: ld returned 1 exit status
    make[3]: *** [iblConfig.out] Error 1
    make[3]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/iblConfig/build'
    make[2]: *** [utils] Error 2
    make[2]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/make'
    make[1]: *** [le_target] Error 2
    make[1]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/make'
    make: *** [evm_c6657_i2c] Error 2

  • I also found a nearly identical issue to the one above in another forum post: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1276264/tms320c6678-boot-from-the-nor-flash-failed-how-to-check
    You proposed a "make clean" to fix it but the make clean broke the build to a further degree:

    $ make evm_c6657_i2c ENDIAN=little I2C_BUS_ADDR=0x51
    make -f makestg1 I2C_BUS_ADDR=0x51 I2C_MAP_ADDR=0x500 \
    ENDIAN_MODE=little ARCH=c64x TARGET=c665x EVM=c6657l SPI=no SPI_DEFS='SPI_MODE=1 SPI_ADDR_WIDTH=24 SPI_NPIN=5 SPI_CSEL=2 SPI_C2TDEL=1 SPI_CLKDIV=8 SPI_ROM=1' \
    CEXCLUDES='COFF BIS NAND_GPIO' c665x
    make[1]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/make'
    make -f makestg2 ARCH=c64x TARGET=c665x ENDIAN=little I2C_SIZE_BYTES=0x20000 I2C_BUS_ADDR=0x51 INTERNAL_UTILS= SPI_DEFS='SPI_MODE=1 SPI_ADDR_WIDTH=24 SPI_NPIN=5 SPI_CSEL=2 SPI_C2TDEL=1 SPI_CLKDIV=8 SPI_ROM=1' utils
    make[2]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/make'
    make -C ../util/btoccs
    make[3]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/btoccs'
    gcc -o b2ccs b2ccs.c
    gcc -o b2i2c b2i2c.c
    gcc -o ccs2b ccs2b.c
    gcc -o bfaddsect bfaddsect.c
    gcc -o bfmerge bfmerge.c
    gcc -o ccs2bin ccs2bin.c
    ccs2bin.c: In function 'parseit':
    ccs2bin.c:74:14: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
             if (!strcmp (argv[i], "-swap"))
                  ^~~~~~
    make[3]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/btoccs'
    make -C ../util/romparse TARGET=c665x
    make[3]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/romparse'
    Checking command line dependencies
    diff: cdefdep: No such file or directory
    bison -d  rparse.y
    gcc -c rparse.tab.c
    rparse.tab.c: In function 'yyparse':
    rparse.tab.c:707:16: warning: implicit declaration of function 'yylex' [-Wimplicit-function-declaration]
     # define YYLEX yylex ()
                    ^
    rparse.tab.c:1352:16: note: in expansion of macro 'YYLEX'
           yychar = YYLEX;
                    ^~~~~
    rparse.y:24:7: warning: implicit declaration of function 'section' [-Wimplicit-function-declaration]
         { section (); }
           ^~~~~~~
    rparse.y:26:7: warning: implicit declaration of function 'setPciParams' [-Wimplicit-function-declaration]
            { setPciParams (yytext); }
           ^~~~~~~~~~~~
    rparse.y:30:7: warning: implicit declaration of function 'setLayout' [-Wimplicit-function-declaration]
         { setLayout ();  }
           ^~~~~~~~~
    rparse.y:34:7: warning: implicit declaration of function 'setPad' [-Wimplicit-function-declaration]
            { setPad ();  }
           ^~~~~~
    rparse.y:43:7: warning: implicit declaration of function 'assignKeyVal' [-Wimplicit-function-declaration]
         { assignKeyVal ($1, $3); }
           ^~~~~~~~~~~~
    rparse.y:45:7: warning: implicit declaration of function 'assignKeyStr' [-Wimplicit-function-declaration]
            { assignKeyStr ($1, yytext); }
           ^~~~~~~~~~~~
    rparse.tab.c:1728:6: warning: implicit declaration of function 'yyerror' [-Wimplicit-function-declaration]
          yyerror (yymsg);
          ^~~~~~~
    flex rparse.flex
    gcc -c lex.yy.c
    rparse.flex: In function 'yylex':
    rparse.flex:12:31: warning: implicit declaration of function 'rBegin' [-Wimplicit-function-declaration]
     section           { yylval = SECTION;           rBegin(SECTION); return (SECTION);           }
                                   ^~~~~~
    gcc -DIBL_CFG_I2C_MAP_TABLE_DATA_BUS_ADDR=0x51 -o romparse -g romparse.c rparse.tab.o lex.yy.o -I../.. -I. -I../../device/c665x -Dc665x
    romparse.c: In function 'main':
    romparse.c:1127:3: warning: implicit declaration of function 'yyparse' [-Wimplicit-function-declaration]
       yyparse();
       ^~~~~~~
    make[3]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/romparse'
    make -C ../util/i2cConfig c665x MAINDEFS='-DIBL_CFG_I2C_MAP_TABLE_DATA_BUS_ADDR=0x51 -DEXCLUDE_COFF -DEXCLUDE_BIS -DEXCLUDE_NAND_GPIO -DSPI_MODE=1 -DSPI_ADDR_WIDTH=24 -DSPI_NPIN=5 -DSPI_CSEL=2 -DSPI_C2TDEL=1 -DSPI_CLKDIV=8 -DSPI_ROM=1 -DPAD_FILE_ID_1=1 -DPAD_FILE_ID_2=1 -DINIT_EXE_FILE='"ibl_c665x/ibl_init.i2c.be.ccs"' -DEXE_FILE_1='""' -DEXE_FILE_2='"ibl_c665x/ibl.i2c.be.ccs"''
    make[3]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/i2cConfig'
    make -f makestg2 ARCH=c64x I2C_BUS_ADDR=0x51 I2C_MAP_ADDR=0x500 TARGET=c665x c665x
    make[4]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/i2cConfig'
    cl6x -ppd=i2cparam.dc_TMP -c -k -mi200 -ml3 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../..  -I../../hw/i2c  -I../../hw/plls  -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../cfg/c665x  -I../../device/c665x  -I../../arch/c64x -g -as  -ss -DI2C_BUS_ADDR=0x51 -DI2C_MAP_ADDR=0x500 -dTNFNAME=i2cparam.c  i2cparam.c
    /bin/sh: cl6x: command not found
    Checking command line dependencies
    diff: cdefdep: No such file or directory
    making hw
    make -C ../../hw/c64x/make hw
    make[5]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/hw/c64x/make'
    cl6x -ppd=c66x_uart.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=c66x_uart.c  ../../../hw/uart/c66x_uart/c66x_uart.c
    /bin/sh: cl6x: command not found
    cl6x -ppd=spiutil.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=spiutil.c  ../../../hw/spi/spiutil.c
    /bin/sh: cl6x: command not found
    cl6x -ppd=emif25.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=emif25.c  ../../../hw/emif25/emif25.c
    /bin/sh: cl6x: command not found
    cl6x -ppd=norspi.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=norspi.c  ../../../hw/nors/spi/norspi.c
    /bin/sh: cl6x: command not found
    cl6x -ppd=noremif25.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=noremif25.c  ../../../hw/nors/emif25/noremif25.c
    /bin/sh: cl6x: command not found
    cl6x -ppd=nandspi.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=nandspi.c  ../../../hw/nands/spi/nandspi.c
    /bin/sh: cl6x: command not found
    cl6x -ppd=spi.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=spi.c  ../../../hw/spi/spi.c
    /bin/sh: cl6x: command not found
    cl6x -ppd=nandgpio.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=nandgpio.c  ../../../hw/nands/gpio/nandgpio.c
    /bin/sh: cl6x: command not found
    cl6x -ppd=nandemif25.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=nandemif25.c  ../../../hw/nands/emif25/nandemif25.c
    /bin/sh: cl6x: command not found
    cl6x -ppd=cpmacdrv.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=cpmacdrv.c  ../../../hw/macs/cpmac/cpmacdrv.c
    /bin/sh: cl6x: command not found
    cl6x -ppd=gpio.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=gpio.c  ../../../hw/gpio/gpio.c
    /bin/sh: cl6x: command not found
    cl6x -ppd=emif4.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=emif4.c  ../../../hw/ddrs/emif4/emif4.c
    /bin/sh: cl6x: command not found
    cl6x -ppd=sgmii.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=sgmii.c  ../../../hw/sgmii/sgmii.c
    /bin/sh: cl6x: command not found
    cl6x -ppd=serdes.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=serdes.c  ../../../hw/serdes/serdes.c
    /bin/sh: cl6x: command not found
    cl6x -ppd=mdio.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=mdio.c  ../../../hw/mdio/mdio.c
    /bin/sh: cl6x: command not found
    cl6x -ppd=psc.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=psc.c  ../../../hw/pscs/psc2/psc.c
    /bin/sh: cl6x: command not found
    cl6x -ppd=i2c.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=i2c.c  ../../../hw/i2c/i2c.c
    /bin/sh: cl6x: command not found
    cl6x -ppd=cfgpll2.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=cfgpll2.c  ../../../hw/plls/pll014phi/cfgpll2.c
    /bin/sh: cl6x: command not found
    cl6x -ppd=cfgpll.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=cfgpll.c  ../../../hw/plls/pll014phi/cfgpll.c
    /bin/sh: cl6x: command not found
    cl6x -ppd=pll.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=pll.c  ../../../hw/plls/pll014phi/pll.c
    /bin/sh: cl6x: command not found
    cl6x -ppd=t64.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=t64.c  ../../../hw/timer/timer64/t64.c
    /bin/sh: cl6x: command not found
    Checking command line dependencies
    diff: cdefdep: No such file or directory
    cl6x -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"C:/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=t64.c  ../../../hw/timer/timer64/t64.c -eo.le.oc
    /bin/sh: cl6x: command not found
    make[5]: *** [t64.le.oc] Error 127
    make[5]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/hw/c64x/make'
    make[4]: *** [hw] Error 2
    make[4]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/i2cConfig'
    make[3]: *** [c665x] Error 2
    make[3]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/i2cConfig'
    make[2]: *** [utils] Error 2
    make[2]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/make'
    make[1]: *** [le_target] Error 2
    make[1]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/make'
    make: *** [evm_c6657_i2c] Error 2

  • Seems the error relating to cl6 is resolved now. Problem was my path in setupenvMsys.sh was "C:/ti...../bin" when it needed to be "/c/ti/...../bin". With that corrected I am getting hit with even more errors.....

    $ make evm_c6657_i2c ENDIAN=little I2C_BUS_ADDR=0x51
    make -f makestg1 I2C_BUS_ADDR=0x51 I2C_MAP_ADDR=0x500 \
    ENDIAN_MODE=little ARCH=c64x TARGET=c665x EVM=c6657l SPI=no SPI_DEFS='SPI_MODE=1 SPI_ADDR_WIDTH=24 SPI_NPIN=5 SPI_CSEL=2 SPI_C2TDEL=1 SPI_CLKDIV=8 SPI_ROM=1' \
    CEXCLUDES='COFF BIS NAND_GPIO' c665x
    make[1]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/make'
    make -f makestg2 ARCH=c64x TARGET=c665x ENDIAN=little I2C_SIZE_BYTES=0x20000 I2C_BUS_ADDR=0x51 INTERNAL_UTILS= SPI_DEFS='SPI_MODE=1 SPI_ADDR_WIDTH=24 SPI_NPIN=5 SPI_CSEL=2 SPI_C2TDEL=1 SPI_CLKDIV=8 SPI_ROM=1' utils
    make[2]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/make'
    make -C ../util/btoccs
    make[3]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/btoccs'
    gcc -o b2ccs b2ccs.c
    gcc -o b2i2c b2i2c.c
    gcc -o ccs2b ccs2b.c
    gcc -o bfaddsect bfaddsect.c
    gcc -o bfmerge bfmerge.c
    gcc -o ccs2bin ccs2bin.c
    ccs2bin.c: In function 'parseit':
    ccs2bin.c:74:14: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
             if (!strcmp (argv[i], "-swap"))
                  ^~~~~~
    make[3]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/btoccs'
    make -C ../util/romparse TARGET=c665x
    make[3]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/romparse'
    Checking command line dependencies
    same
    make[3]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/romparse'
    make -C ../util/i2cConfig c665x MAINDEFS='-DIBL_CFG_I2C_MAP_TABLE_DATA_BUS_ADDR=0x51 -DEXCLUDE_COFF -DEXCLUDE_BIS -DEXCLUDE_NAND_GPIO -DSPI_MODE=1 -DSPI_ADDR_WIDTH=24 -DSPI_NPIN=5 -DSPI_CSEL=2 -DSPI_C2TDEL=1 -DSPI_CLKDIV=8 -DSPI_ROM=1 -DPAD_FILE_ID_1=1 -DPAD_FILE_ID_2=1 -DINIT_EXE_FILE='"ibl_c665x/ibl_init.i2c.be.ccs"' -DEXE_FILE_1='""' -DEXE_FILE_2='"ibl_c665x/ibl.i2c.be.ccs"''
    make[3]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/i2cConfig'
    make -f makestg2 ARCH=c64x I2C_BUS_ADDR=0x51 I2C_MAP_ADDR=0x500 TARGET=c665x c665x
    make[4]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/i2cConfig'
    cl6x -ppd=i2cparam.dc_TMP -c -k -mi200 -ml3 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../..  -I../../hw/i2c  -I../../hw/plls  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../cfg/c665x  -I../../device/c665x  -I../../arch/c64x -g -as  -ss -DI2C_BUS_ADDR=0x51 -DI2C_MAP_ADDR=0x500 -dTNFNAME=i2cparam.c  i2cparam.c
    sed -e 's/i2cparam.obj[ ]*:[ ]*/i2cparam.oc i2cparam.dc: /' < i2cparam.dc_TMP > i2cparam.dc_TMP_2
    sed -e 's/\\/\//g' < i2cparam.dc_TMP_2 > i2cparam.dc
    make[4]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/i2cConfig'
    make[4]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/i2cConfig'
    Checking command line dependencies
    same
    making hw
    make -C ../../hw/c64x/make hw
    make[5]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/hw/c64x/make'
    cl6x -ppd=c66x_uart.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=c66x_uart.c  ../../../hw/uart/c66x_uart/c66x_uart.c
    sed -e 's/c66x_uart.obj[ ]*:[ ]*/c66x_uart.oc c66x_uart.dc: /' < c66x_uart.dc_TMP > c66x_uart.dc_TMP_2
    sed -e 's/\\/\//g' < c66x_uart.dc_TMP_2 > c66x_uart.dc
    cl6x -ppd=spiutil.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=spiutil.c  ../../../hw/spi/spiutil.c
    sed -e 's/spiutil.obj[ ]*:[ ]*/spiutil.oc spiutil.dc: /' < spiutil.dc_TMP > spiutil.dc_TMP_2
    sed -e 's/\\/\//g' < spiutil.dc_TMP_2 > spiutil.dc
    cl6x -ppd=emif25.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=emif25.c  ../../../hw/emif25/emif25.c
    sed -e 's/emif25.obj[ ]*:[ ]*/emif25.oc emif25.dc: /' < emif25.dc_TMP > emif25.dc_TMP_2
    sed -e 's/\\/\//g' < emif25.dc_TMP_2 > emif25.dc
    cl6x -ppd=norspi.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=norspi.c  ../../../hw/nors/spi/norspi.c
    sed -e 's/norspi.obj[ ]*:[ ]*/norspi.oc norspi.dc: /' < norspi.dc_TMP > norspi.dc_TMP_2
    sed -e 's/\\/\//g' < norspi.dc_TMP_2 > norspi.dc
    cl6x -ppd=noremif25.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=noremif25.c  ../../../hw/nors/emif25/noremif25.c
    sed -e 's/noremif25.obj[ ]*:[ ]*/noremif25.oc noremif25.dc: /' < noremif25.dc_TMP > noremif25.dc_TMP_2
    sed -e 's/\\/\//g' < noremif25.dc_TMP_2 > noremif25.dc
    cl6x -ppd=nandspi.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=nandspi.c  ../../../hw/nands/spi/nandspi.c
    sed -e 's/nandspi.obj[ ]*:[ ]*/nandspi.oc nandspi.dc: /' < nandspi.dc_TMP > nandspi.dc_TMP_2
    sed -e 's/\\/\//g' < nandspi.dc_TMP_2 > nandspi.dc
    cl6x -ppd=spi.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=spi.c  ../../../hw/spi/spi.c
    sed -e 's/spi.obj[ ]*:[ ]*/spi.oc spi.dc: /' < spi.dc_TMP > spi.dc_TMP_2
    sed -e 's/\\/\//g' < spi.dc_TMP_2 > spi.dc
    cl6x -ppd=nandgpio.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=nandgpio.c  ../../../hw/nands/gpio/nandgpio.c
    sed -e 's/nandgpio.obj[ ]*:[ ]*/nandgpio.oc nandgpio.dc: /' < nandgpio.dc_TMP > nandgpio.dc_TMP_2
    sed -e 's/\\/\//g' < nandgpio.dc_TMP_2 > nandgpio.dc
    cl6x -ppd=nandemif25.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=nandemif25.c  ../../../hw/nands/emif25/nandemif25.c
    sed -e 's/nandemif25.obj[ ]*:[ ]*/nandemif25.oc nandemif25.dc: /' < nandemif25.dc_TMP > nandemif25.dc_TMP_2
    sed -e 's/\\/\//g' < nandemif25.dc_TMP_2 > nandemif25.dc
    cl6x -ppd=cpmacdrv.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=cpmacdrv.c  ../../../hw/macs/cpmac/cpmacdrv.c
    sed -e 's/cpmacdrv.obj[ ]*:[ ]*/cpmacdrv.oc cpmacdrv.dc: /' < cpmacdrv.dc_TMP > cpmacdrv.dc_TMP_2
    sed -e 's/\\/\//g' < cpmacdrv.dc_TMP_2 > cpmacdrv.dc
    cl6x -ppd=gpio.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=gpio.c  ../../../hw/gpio/gpio.c
    sed -e 's/gpio.obj[ ]*:[ ]*/gpio.oc gpio.dc: /' < gpio.dc_TMP > gpio.dc_TMP_2
    sed -e 's/\\/\//g' < gpio.dc_TMP_2 > gpio.dc
    cl6x -ppd=emif4.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=emif4.c  ../../../hw/ddrs/emif4/emif4.c
    sed -e 's/emif4.obj[ ]*:[ ]*/emif4.oc emif4.dc: /' < emif4.dc_TMP > emif4.dc_TMP_2
    sed -e 's/\\/\//g' < emif4.dc_TMP_2 > emif4.dc
    cl6x -ppd=sgmii.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=sgmii.c  ../../../hw/sgmii/sgmii.c
    sed -e 's/sgmii.obj[ ]*:[ ]*/sgmii.oc sgmii.dc: /' < sgmii.dc_TMP > sgmii.dc_TMP_2
    sed -e 's/\\/\//g' < sgmii.dc_TMP_2 > sgmii.dc
    cl6x -ppd=serdes.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=serdes.c  ../../../hw/serdes/serdes.c
    sed -e 's/serdes.obj[ ]*:[ ]*/serdes.oc serdes.dc: /' < serdes.dc_TMP > serdes.dc_TMP_2
    sed -e 's/\\/\//g' < serdes.dc_TMP_2 > serdes.dc
    cl6x -ppd=mdio.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=mdio.c  ../../../hw/mdio/mdio.c
    sed -e 's/mdio.obj[ ]*:[ ]*/mdio.oc mdio.dc: /' < mdio.dc_TMP > mdio.dc_TMP_2
    sed -e 's/\\/\//g' < mdio.dc_TMP_2 > mdio.dc
    cl6x -ppd=psc.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=psc.c  ../../../hw/pscs/psc2/psc.c
    sed -e 's/psc.obj[ ]*:[ ]*/psc.oc psc.dc: /' < psc.dc_TMP > psc.dc_TMP_2
    sed -e 's/\\/\//g' < psc.dc_TMP_2 > psc.dc
    cl6x -ppd=i2c.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=i2c.c  ../../../hw/i2c/i2c.c
    sed -e 's/i2c.obj[ ]*:[ ]*/i2c.oc i2c.dc: /' < i2c.dc_TMP > i2c.dc_TMP_2
    sed -e 's/\\/\//g' < i2c.dc_TMP_2 > i2c.dc
    cl6x -ppd=cfgpll2.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=cfgpll2.c  ../../../hw/plls/pll014phi/cfgpll2.c
    sed -e 's/cfgpll2.obj[ ]*:[ ]*/cfgpll2.oc cfgpll2.dc: /' < cfgpll2.dc_TMP > cfgpll2.dc_TMP_2
    sed -e 's/\\/\//g' < cfgpll2.dc_TMP_2 > cfgpll2.dc
    cl6x -ppd=cfgpll.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=cfgpll.c  ../../../hw/plls/pll014phi/cfgpll.c
    sed -e 's/cfgpll.obj[ ]*:[ ]*/cfgpll.oc cfgpll.dc: /' < cfgpll.dc_TMP > cfgpll.dc_TMP_2
    sed -e 's/\\/\//g' < cfgpll.dc_TMP_2 > cfgpll.dc
    cl6x -ppd=pll.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=pll.c  ../../../hw/plls/pll014phi/pll.c
    sed -e 's/pll.obj[ ]*:[ ]*/pll.oc pll.dc: /' < pll.dc_TMP > pll.dc_TMP_2
    sed -e 's/\\/\//g' < pll.dc_TMP_2 > pll.dc
    cl6x -ppd=t64.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=t64.c  ../../../hw/timer/timer64/t64.c
    sed -e 's/t64.obj[ ]*:[ ]*/t64.oc t64.dc: /' < t64.dc_TMP > t64.dc_TMP_2
    sed -e 's/\\/\//g' < t64.dc_TMP_2 > t64.dc
    make[5]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/hw/c64x/make'
    make[5]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/hw/c64x/make'
    Checking command line dependencies
    same
    cl6x -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=t64.c  ../../../hw/timer/timer64/t64.c -eo.le.oc
    <Optimizing>
    <Generating>
    <Interlisting>
    <Assembling>
    cl6x -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=pll.c  ../../../hw/plls/pll014phi/pll.c -eo.le.oc
    "../../../hw/plls/pll014phi/pll.c", line 56: warning #179-D: variable "pdiv" was declared but never referenced
    "../../../hw/plls/pll014phi/pll.c", line 60: warning #179-D: variable "pllm_min" was declared but never referenced
    "../../../hw/plls/pll014phi/pll.c", line 60: warning #179-D: variable "plld_min" was declared but never referenced
    "../../../hw/plls/pll014phi/pll.c", line 60: warning #179-D: variable "outputdiv" was declared but never referenced
    <Optimizing>
    <Generating>
    <Interlisting>
    <Assembling>
    cl6x -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=cfgpll.c  ../../../hw/plls/pll014phi/cfgpll.c -eo.le.oc
    "../../../hw/plls/pll014phi/cfgpll.c", line 38: remark #880-D: parameter "postdiv" was never referenced
    "../../../hw/plls/pll014phi/cfgpll.c", line 38: remark #880-D: parameter "chipFreqMhz" was never referenced
    "../../../hw/plls/pll014phi/cfgpll.c", line 38: remark #880-D: parameter "pllFreqMhz" was never referenced
    "../../../hw/plls/pll014phi/cfgpll.c", line 44: warning #552-D: variable "currentPrediv" was set but never used
    "../../../hw/plls/pll014phi/cfgpll.c", line 45: warning #552-D: variable "currentMult" was set but never used
    "../../../hw/plls/pll014phi/cfgpll.c", line 46: warning #552-D: variable "currentPostdiv" was set but never used
    "../../../hw/plls/pll014phi/cfgpll.c", line 47: warning #552-D: variable "currentBypass" was set but never used
    "../../../hw/plls/pll014phi/cfgpll.c", line 48: warning #552-D: variable "currentBwAdj" was set but never used
    "../../../hw/plls/pll014phi/cfgpll.c", line 49: warning #552-D: variable "currentEnable" was set but never used
    "../../../hw/plls/pll014phi/cfgpll.c", line 50: warning #552-D: variable "currentClkOut" was set but never used
    <Optimizing>
    <Generating>
    <Interlisting>
    <Assembling>
    cl6x -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=cfgpll2.c  ../../../hw/plls/pll014phi/cfgpll2.c -eo.le.oc
    "../../../hw/plls/pll014phi/cfgpll2.c", line 46: remark #880-D: parameter "postdiv" was never referenced
    "../../../hw/plls/pll014phi/cfgpll2.c", line 46: remark #880-D: parameter "chipFreqMhz" was never referenced
    "../../../hw/plls/pll014phi/cfgpll2.c", line 46: remark #880-D: parameter "pllFreqMhz" was never referenced
    "../../../hw/plls/pll014phi/cfgpll2.c", line 52: warning #552-D: variable "currentPrediv" was set but never used
    "../../../hw/plls/pll014phi/cfgpll2.c", line 53: warning #552-D: variable "currentMult" was set but never used
    "../../../hw/plls/pll014phi/cfgpll2.c", line 54: warning #552-D: variable "currentPostdiv" was set but never used
    "../../../hw/plls/pll014phi/cfgpll2.c", line 55: warning #552-D: variable "currentBypass" was set but never used
    "../../../hw/plls/pll014phi/cfgpll2.c", line 56: warning #552-D: variable "currentBwAdj" was set but never used
    "../../../hw/plls/pll014phi/cfgpll2.c", line 57: warning #552-D: variable "currentEnable" was set but never used
    <Optimizing>
    <Generating>
    <Interlisting>
    <Assembling>
    cl6x -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=mdio.c  ../../../hw/mdio/mdio.c -eo.le.oc
    <Optimizing>
    <Generating>
    <Interlisting>
    <Assembling>
    cl6x -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=i2c.c  ../../../hw/i2c/i2c.c -eo.le.oc
    <Optimizing>
    <Generating>
    <Interlisting>
    <Assembling>
    cl6x -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=psc.c  ../../../hw/pscs/psc2/psc.c -eo.le.oc
    <Optimizing>
    <Generating>
    <Interlisting>
    <Assembling>
    cl6x -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=serdes.c  ../../../hw/serdes/serdes.c -eo.le.oc
    <Optimizing>
    <Generating>
    <Interlisting>
    <Assembling>
    cl6x -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=sgmii.c  ../../../hw/sgmii/sgmii.c -eo.le.oc
    <Optimizing>
    <Generating>
    <Interlisting>
    <Assembling>
    cl6x -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=emif4.c  ../../../hw/ddrs/emif4/emif4.c -eo.le.oc
    "../../../hw/ddrs/emif4/emif4.c", line 97: warning #179-D: variable "i" was declared but never referenced
    <Optimizing>
    <Generating>
    <Interlisting>
    <Assembling>
    cl6x -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=gpio.c  ../../../hw/gpio/gpio.c -eo.le.oc
    <Optimizing>
    <Generating>
    <Interlisting>
    <Assembling>
    cl6x -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=cpmacdrv.c  ../../../hw/macs/cpmac/cpmacdrv.c -eo.le.oc
    "../../../hw/macs/cpmac/cpmacdrv.c", line 325: remark #238-D: controlling expression is constant
    "../../../hw/macs/cpmac/cpmacdrv.c", line 474: remark #880-D: parameter "ptr_device" was never referenced
    <Optimizing>
    <Generating>
    <Interlisting>
    <Assembling>
    cl6x -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=nandemif25.c  ../../../hw/nands/emif25/nandemif25.c -eo.le.oc
    "../../../hw/nands/emif25/nandemif25.c", line 266: warning #179-D: variable "v" was declared but never referenced
    "../../../hw/nands/emif25/nandemif25.c", line 318: warning #179-D: variable "eccFlash_temp" was declared but never referenced
    <Optimizing>
    <Generating>
    <Interlisting>
    <Assembling>
    cl6x -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=nandgpio.c  ../../../hw/nands/gpio/nandgpio.c -eo.le.oc
    "../../../hw/nands/gpio/nandgpio.c", line 202: remark #880-D: parameter "cs" was never referenced
    "../../../hw/nands/gpio/nandgpio.c", line 279: warning #552-D: variable "ret" was set but never used
    "../../../hw/nands/gpio/nandgpio.c", line 360: warning #552-D: variable "iErrors" was set but never used
    <Optimizing>
    <Generating>
    <Interlisting>
    <Assembling>
    cl6x -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=spi.c  ../../../hw/spi/spi.c -eo.le.oc
    <Optimizing>
    <Generating>
    <Interlisting>
    <Assembling>
    cl6x -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=nandspi.c  ../../../hw/nands/spi/nandspi.c -eo.le.oc
    "../../../hw/nands/spi/nandspi.c", line 51: remark #880-D: parameter "cs" was never referenced
    <Optimizing>
    <Generating>
    <Interlisting>
    <Assembling>
    cl6x -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=noremif25.c  ../../../hw/nors/emif25/noremif25.c -eo.le.oc
    "../../../hw/nors/emif25/noremif25.c", line 63: warning #225-D: function declared implicitly
    <Optimizing>
    <Generating>
    <Interlisting>
    <Assembling>
    cl6x -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=norspi.c  ../../../hw/nors/spi/norspi.c -eo.le.oc
    "../../../hw/nors/spi/norspi.c", line 56: remark #880-D: parameter "cs" was never referenced
    <Optimizing>
    <Generating>
    <Interlisting>
    <Assembling>
    cl6x -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=emif25.c  ../../../hw/emif25/emif25.c -eo.le.oc
    <Optimizing>
    <Generating>
    <Interlisting>
    <Assembling>
    cl6x -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=spiutil.c  ../../../hw/spi/spiutil.c -eo.le.oc
    "../../../hw/spi/spiutil.c", line 42: remark #880-D: parameter "port" was never referenced
    "../../../hw/spi/spiutil.c", line 47: remark #880-D: parameter "port" was never referenced
    <Optimizing>
    <Generating>
    <Interlisting>
    <Assembling>
    cl6x -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../..  -I../../../arch/c64x  -I../../../hw  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../cfg/c665x  -I../../../hw/timer  -I../../../hw/macs/cpmac  -I../../../hw/macs  -I../../../hw/macs/cpmacsl  -I../../../driver/eth  -I../../../device  -I../../../device/c665x  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/mdio  -I../../../hw/gpio  -I../../../hw/nands  -I../../../hw/nands/gpio  -I../../../hw/nands/emif25  -I../../../hw/nands/spi  -I../../../hw/i2c  -I../../../hw/sgmii  -I../../../hw/cpsw  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/spi  -I../../../hw/nors  -I../../../hw/emif25  -I../../../hw/uart  -I../../../ecc -as  -ss  -dTNFNAME=c66x_uart.c  ../../../hw/uart/c66x_uart/c66x_uart.c -eo.le.oc
    <Optimizing>
    <Generating>
    <Interlisting>
    <Assembling>
    make[5]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/hw/c64x/make'
    making device
    make -C ../../device/c64x/make CDEFS='-DIBL_CFG_I2C_MAP_TABLE_DATA_BUS_ADDR=0x51 -DEXCLUDE_COFF -DEXCLUDE_BIS -DEXCLUDE_NAND_GPIO -DSPI_MODE=1 -DSPI_ADDR_WIDTH=24 -DSPI_NPIN=5 -DSPI_CSEL=2 -DSPI_C2TDEL=1 -DSPI_CLKDIV=8 -DSPI_ROM=1 -DPAD_FILE_ID_1=1 -DPAD_FILE_ID_2=1 -DINIT_EXE_FILE=ibl_c665x/ibl_init.i2c.be.ccs -DEXE_FILE_1= -DEXE_FILE_2=ibl_c665x/ibl.i2c.be.ccs' device
    make[5]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/device/c64x/make'
    cl6x -q -apd -mv6400+ -I -a -ele.oa../../../device/c64x/c64x.s
    >> ERROR: no source files, nothing to do
    cl6x -ppd=c665xutil.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../../device/c665x  -I../../../cfg/c665x  -I../../../device  -I../../..  -I../../../arch/c64x  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/gpio  -I../../../hw/ddrs/emif31  -I../../../hw/qm  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/serdes  -I../../../hw/nands  -I../../../hw/nors  -I../../../driver/eth  -I../../../hw/spi  -I../../../hw/uart -as  -ss -DIBL_CFG_I2C_MAP_TABLE_DATA_BUS_ADDR=0x51 -DEXCLUDE_COFF -DEXCLUDE_BIS -DEXCLUDE_NAND_GPIO -DSPI_MODE=1 -DSPI_ADDR_WIDTH=24 -DSPI_NPIN=5 -DSPI_CSEL=2 -DSPI_C2TDEL=1 -DSPI_CLKDIV=8 -DSPI_ROM=1 -DPAD_FILE_ID_1=1 -DPAD_FILE_ID_2=1 -DINIT_EXE_FILE=ibl_c665x/ibl_init.i2c.be.ccs -DEXE_FILE_1= -DEXE_FILE_2=ibl_c665x/ibl.i2c.be.ccs -dTNFNAME=c665xutil.c  ../../../device/c665x/c665xutil.c
    sed -e 's/c665xutil.obj[ ]*:[ ]*/c665xutil.oc c665xutil.dc: /' < c665xutil.dc_TMP > c665xutil.dc_TMP_2
    sed -e 's/\\/\//g' < c665xutil.dc_TMP_2 > c665xutil.dc
    cl6x -ppd=c665xinit.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../../device/c665x  -I../../../cfg/c665x  -I../../../device  -I../../..  -I../../../arch/c64x  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/gpio  -I../../../hw/ddrs/emif31  -I../../../hw/qm  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/serdes  -I../../../hw/nands  -I../../../hw/nors  -I../../../driver/eth  -I../../../hw/spi  -I../../../hw/uart -as  -ss -DIBL_CFG_I2C_MAP_TABLE_DATA_BUS_ADDR=0x51 -DEXCLUDE_COFF -DEXCLUDE_BIS -DEXCLUDE_NAND_GPIO -DSPI_MODE=1 -DSPI_ADDR_WIDTH=24 -DSPI_NPIN=5 -DSPI_CSEL=2 -DSPI_C2TDEL=1 -DSPI_CLKDIV=8 -DSPI_ROM=1 -DPAD_FILE_ID_1=1 -DPAD_FILE_ID_2=1 -DINIT_EXE_FILE=ibl_c665x/ibl_init.i2c.be.ccs -DEXE_FILE_1= -DEXE_FILE_2=ibl_c665x/ibl.i2c.be.ccs -dTNFNAME=c665xinit.c  ../../../device/c665x/c665xinit.c
    sed -e 's/c665xinit.obj[ ]*:[ ]*/c665xinit.oc c665xinit.dc: /' < c665xinit.dc_TMP > c665xinit.dc_TMP_2
    sed -e 's/\\/\//g' < c665xinit.dc_TMP_2 > c665xinit.dc
    cl6x -ppd=c665x.dc_TMP -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../../device/c665x  -I../../../cfg/c665x  -I../../../device  -I../../..  -I../../../arch/c64x  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/gpio  -I../../../hw/ddrs/emif31  -I../../../hw/qm  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/serdes  -I../../../hw/nands  -I../../../hw/nors  -I../../../driver/eth  -I../../../hw/spi  -I../../../hw/uart -as  -ss -DIBL_CFG_I2C_MAP_TABLE_DATA_BUS_ADDR=0x51 -DEXCLUDE_COFF -DEXCLUDE_BIS -DEXCLUDE_NAND_GPIO -DSPI_MODE=1 -DSPI_ADDR_WIDTH=24 -DSPI_NPIN=5 -DSPI_CSEL=2 -DSPI_C2TDEL=1 -DSPI_CLKDIV=8 -DSPI_ROM=1 -DPAD_FILE_ID_1=1 -DPAD_FILE_ID_2=1 -DINIT_EXE_FILE=ibl_c665x/ibl_init.i2c.be.ccs -DEXE_FILE_1= -DEXE_FILE_2=ibl_c665x/ibl.i2c.be.ccs -dTNFNAME=c665x.c  ../../../device/c665x/c665x.c
    sed -e 's/c665x.obj[ ]*:[ ]*/c665x.oc c665x.dc: /' < c665x.dc_TMP > c665x.dc_TMP_2
    sed -e 's/\\/\//g' < c665x.dc_TMP_2 > c665x.dc
    make[5]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/device/c64x/make'
    make[5]: Entering directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/device/c64x/make'
    cl6x -q -apd -mv6400+ -I -a -ele.oa../../../device/c64x/c64x.s
    >> ERROR: no source files, nothing to do
    Checking command line dependencies
    diff: cdefdep: No such file or directory
    cl6x -c -k -mi200 -ml0 -ms3 -o2 -pm -pds1111 -pds827 -pds824 -pds837 -pds1037 -pds195 -pds97 -pden -pdr -mv6400+ -I../../../device/c665x  -I../../../cfg/c665x  -I../../../device  -I../../..  -I../../../arch/c64x  -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/include -I"/c/ti/ccs930/ccs/tools/compiler/c6000_7.4.24"/lib  -I../../../hw/plls  -I../../../hw/pscs  -I../../../hw/gpio  -I../../../hw/ddrs/emif31  -I../../../hw/qm  -I../../../hw/cpdma  -I../../../hw/pa  -I../../../hw/serdes  -I../../../hw/nands  -I../../../hw/nors  -I../../../driver/eth  -I../../../hw/spi  -I../../../hw/uart -as  -ss -DIBL_CFG_I2C_MAP_TABLE_DATA_BUS_ADDR=0x51 -DEXCLUDE_COFF -DEXCLUDE_BIS -DEXCLUDE_NAND_GPIO -DSPI_MODE=1 -DSPI_ADDR_WIDTH=24 -DSPI_NPIN=5 -DSPI_CSEL=2 -DSPI_C2TDEL=1 -DSPI_CLKDIV=8 -DSPI_ROM=1 -DPAD_FILE_ID_1=1 -DPAD_FILE_ID_2=1 -DINIT_EXE_FILE=ibl_c665x/ibl_init.i2c.be.ccs -DEXE_FILE_1= -DEXE_FILE_2=ibl_c665x/ibl.i2c.be.ccs -dTNFNAME=c665x.c  ../../../device/c665x/c665x.c -eo.le.oc
    "../../../ibl.h", line 111: error #20: identifier "uint8" is undefined
    "../../../ibl.h", line 114: error #20: identifier "uint8" is undefined
    "../../../ibl.h", line 129: error #20: identifier "uint8" is undefined
    "../../../ibl.h", line 130: error #20: identifier "uint8" is undefined
    "../../../ibl.h", line 131: error #20: identifier "uint8" is undefined
    "../../../ibl.h", line 132: error #20: identifier "uint8" is undefined
    "../../../ibl.h", line 133: error #20: identifier "uint8" is undefined
    "../../../ibl.h", line 134: error #20: identifier "char8" is undefined
    "../../../ibl.h", line 199: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 200: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 201: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 202: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 203: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 217: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 218: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 219: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 220: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 221: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 222: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 223: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 224: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 225: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 226: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 227: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 228: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 229: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 230: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 231: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 232: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 233: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 234: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 235: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 236: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 237: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 238: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 239: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 240: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 241: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 354: error #20: identifier "bool" is undefined
    "../../../ibl.h", line 375: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 376: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 377: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 390: error #20: identifier "bool" is undefined
    "../../../ibl.h", line 392: error #20: identifier "bool" is undefined
    "../../../ibl.h", line 394: error #20: identifier "bool" is undefined
    "../../../ibl.h", line 396: error #20: identifier "int32" is undefined
    "../../../ibl.h", line 414: error #20: identifier "bool" is undefined
    "../../../ibl.h", line 415: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 416: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 417: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 418: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 419: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 451: error #20: identifier "int16" is undefined
    "../../../ibl.h", line 452: error #20: identifier "uint16" is undefined
    "../../../ibl.h", line 454: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 456: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 476: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 477: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 478: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 479: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 480: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 482: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 483: error #20: identifier "bool" is undefined
    "../../../ibl.h", line 484: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 485: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 486: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 488: error #20: identifier "uint8" is undefined
    "../../../ibl.h", line 490: error #20: identifier "uint8" is undefined
    "../../../ibl.h", line 493: error #20: identifier "uint8" is undefined
    "../../../ibl.h", line 494: error #20: identifier "uint8" is undefined
    "../../../ibl.h", line 495: error #20: identifier "uint8" is undefined
    "../../../ibl.h", line 496: error #20: identifier "bool" is undefined
    "../../../ibl.h", line 522: error #20: identifier "int32" is undefined
    "../../../ibl.h", line 523: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 524: error #20: identifier "int32" is undefined
    "../../../ibl.h", line 538: error #20: identifier "int32" is undefined
    "../../../ibl.h", line 539: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 540: error #20: identifier "int32" is undefined
    "../../../ibl.h", line 545: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 546: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 583: error #20: identifier "int16" is undefined
    "../../../ibl.h", line 584: error #20: identifier "int16" is undefined
    "../../../ibl.h", line 585: error #20: identifier "bool" is undefined
    "../../../ibl.h", line 602: error #20: identifier "int16" is undefined
    "../../../ibl.h", line 603: error #20: identifier "int16" is undefined
    "../../../ibl.h", line 604: error #20: identifier "int16" is undefined
    "../../../ibl.h", line 605: error #20: identifier "int16" is undefined
    "../../../ibl.h", line 606: error #20: identifier "uint16" is undefined
    "../../../ibl.h", line 607: error #20: identifier "uint16" is undefined
    "../../../ibl.h", line 622: error #20: identifier "bool" is undefined
    "../../../ibl.h", line 624: error #20: identifier "Uint32" is undefined
    "../../../ibl.h", line 625: error #20: identifier "Uint32" is undefined
    "../../../ibl.h", line 626: error #20: identifier "Uint32" is undefined
    "../../../ibl.h", line 628: error #20: identifier "Uint32" is undefined
    "../../../ibl.h", line 672: error #20: identifier "int32" is undefined
    "../../../ibl.h", line 674: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 675: error #20: identifier "int32" is undefined
    "../../../ibl.h", line 725: error #20: identifier "uint32" is undefined
    "../../../ibl.h", line 741: error #20: identifier "uint16" is undefined
    "../../../ibl.h", line 743: error #20: identifier "uint16" is undefined
    Error limit reached.
    100 errors detected in the compilation of "../../../device/c665x/c665x.c".
    Compilation terminated.
    
    >> Compilation failure
    make[5]: *** [c665x.le.oc] Error 1
    make[5]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/device/c64x/make'
    make[4]: *** [device] Error 2
    make[4]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/i2cConfig'
    make[3]: *** [c665x] Error 2
    make[3]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/util/i2cConfig'
    make[2]: *** [utils] Error 2
    make[2]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/make'
    make[1]: *** [le_target] Error 2
    make[1]: Leaving directory `/c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/make'
    make: *** [evm_c6657_i2c] Error 2

  • After tediously updating the paths to various types.h in various files I finally have the IBL building

  • I am now continuing on with these intstructions: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1057566/faq-tms320c6657-how-to-flash-the-ibl-intermediate-boot-loader-into-eeprom-and-how-to-flash-the-application-binary-into-nor-how-to-boot-the-ibl-application-binary
    I have successfully flashed the EEPROM with the IBL, however I am not seeing output out the UART on power cycle after adjusting the DIP switches. Next, I tried to program my NOR flash with my application. According to the linked instructions, all that needs to be done is to rename "app.out" to "app.bin" and flash the NOR with that. However, the norwriter complains:

    NOR Writer Utility Version 01.00.00.04

    The data file is too big to fit into the device.
    Error in parsing CCS file app.bin

    So my questions are as follows:
    1. Are there any IBL modifications that need to be made in order to see that UART output?

    2. Which UART should I expect the output on and what will the baud rate be? Note: I have checked both UART's at baud 115200.

    3. Are there any additional steps that need to be performed on "app.out" to compress it and generate my file I will flash to nor(app.bin)?

    I will be on here late tonight hopefully we can figure this out. I appreciate all of your help so far.

  • Alex,

    Congrats, You are able to build the IBL successfully. That's good news.

    My answers are inlined.

    1. Are there any IBL modifications that need to be made in order to see that UART output?

    Answer :- No.

    2. Which UART should I expect the output on and what will the baud rate be? Note: I have checked both UART's at baud 115200.

    Answer:- Yes, the baud rate is correct :- 115200. If it is TI-EVM, it is the UART-cum-USB port which is in the base board. ( The blue de-attachable board is for emulator and CCS connection.)

    Connect the uart port in the board into the usb port of PC.

    Open the device manager in Windows and check the port number before you use it.

    If it is your custom board, please check you schematics on which uart you designed.... etc..

    3. Are there any additional steps that need to be performed on "app.out" to compress it and generate my file I will flash to nor(app.bin)?

    No.

    Regards

    Shankari G

  • We use a NOR flash that is not compatible by default with TI's norwriter code. I have previously modified this code in order to work with our part. The part is 64Mb which should be 8 MB. The app.bin we have is about 6.2 MB. Currently the platform library is not allowing me to write past 4 MB because it is basing its error on a different NOR part. I am looking into rebuilding the norwriter code and the platform library to allow me to program more. Additionally I am mildly concerned about the IBL as I can not see the UART output after programming the EEPROM and rebooting the device in I2C boot mode. 

  • Alex,

    I am looking into rebuilding the norwriter code and the platform library to allow me to program more.

    Yes, you can re-build the NOR write code. Steps are here:- 

    1. Nor write - rebuild steps:-

    https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1380319/faq-tms320c6657-how-to-re-build-the-nor-writer-code-of-processor-sdk-6-3

    2. Platform library re-build:-----> In the following FAQ, rebuilding the platform-library is also a part.

    [FAQ] TMS320C6657: How to build and run the platform test on C6657 EVM ? - Processors forum - Processors - TI E2E support forums

    Additionally I am mildly concerned about the IBL as I can not see the UART output after programming the EEPROM and rebooting the device in I2C boot mode. 

    "Go step by step".

    Once you were able to build the IBL successfully, that was a break through.

    Before you move on to boot UART, first make sure, the IBL boot successfully.

    Check whether you receive the message from IBL and displays its version on the console.

    After flashing IBL,

    1. Change the DIP switch settings into

    1. Open hyper terminal or putty and Connect the UART
    2. Observe the IBL booting with version either as 1.0.0.15 or 1.0.017

    Let me know, whether you are able to get upto this stage???

     Regards

    Shankari G

  • I am getting around rebuilding the norwriter and the platform library for the moment by cutting down my application's size. I was able to successfully program the NOR flash. That said I have connected to the UART port through putty with the valid baud rate and dip switch configuration and I have yet to observe any output. Its completely blank

  • Alex,

    You tried in Ti-EVM? Able to get?

  • I have tried the EVM and I also have no output from the UART


  • I don't believe I am setting anything up incorrectly. Unless the type size shouldn't be 8 bits

  • According to a previous employee at my company: 
    "

    3. The loading of the EEPROM was hard to get done correctly.  Even if you create a proper IBL image, you need to get it properly loaded onto the hardware.  After loading the "eepromwriter_evm6657l.out" EEPROM writer application, you need to load IBL image to be written. This is accomplished by loading the image into the processor memory (Tools->Load Memory). For me to get the image in properly I needed to load the i2crom.bin file as File Type: TI Raw Data, Start Address of 0x0c000000, and Type-size of 32 bits.


    "

    From this post: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1166305/tms320c6657-booting-ibl-i2c-app-spi-issues

    Based on Brad's work, I have changed the type-size to 32-bits but yet still no response through the UART. 

  • Alex,

    Flashing EEPROM is definitely an easy step in Ti-EVM

    Follow my video given in this link. https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1057566/faq-tms320c6657-how-to-flash-the-ibl-intermediate-boot-loader-into-eeprom-and-how-to-flash-the-application-binary-into-nor-how-to-boot-the-ibl-application-binary

    or

    Follow this:-

    Regards

    Shankari G

  • My steps match exactly that video. I load the eeprom writer program (with eepromwriter.txt updated as specified in various links), I load the i2crom.bin into memory location 0x0C000000 with type size set to 32 bits, and I see the successful output:
     

    [C66xx_0] EEPROM Writer Utility Version 01.00.00.05

    Writing 47888 bytes from DSP memory address 0x0c000000 to EEPROM bus address 0x0051 starting from device address 0x0000 ...
    Reading 47888 bytes from EEPROM bus address 0x0051 to DSP memory address 0x0c010000 starting from device address 0x0000 ...
    Verifying data read ...
    EEPROM programming completed successfully

  • My i2crom.bin is generated by running the following from minGW terminal: 

    /c/ti/pdk_c665x_2_0_16/packages/ti/boot/ibl/src/make
    $ make evm_c6657_i2c ENDIAN=little I2C_BUS_ADDR=0x51

    And still no UART output on both the EVM and our custom board

  • Alex,

    Good news is that...... Atleast, now, we know, where we are stuck and how to proceed......

    Let me create another video on the connection settings of TIEVM - UART with Windows CCS and the putty terminal.

    Regards

    Shankari G

  • The IBL is booting on the EVM and I can see the UART output

  • To recap, the IBL is booting on the EVM and is not booting on our custom hardware. I see the UART output from the EVM but not from our custom hardware. In trying to solve the problem, I have probed the resistors between the EEPROM and the level shifter on both the EVM and our custom board during the boot process. I can see both EEPROM's and both DSP's communicating back and forth and as far as I can tell, (the first 96 data packets), all match exactly. This gives me even greater confusion as the EEPROM, the level shifter, the resistors, the EEPROM writer program, the values in the EEPROM, the communication to and from the EEPROM, the DIP switches, and the DSP itself are all identical from the EVM to the custom board. I am not understand where this difference could come from.

  • In addition I have tested with multiple separate units of our hardware so a faulty UART interface seems unlikely

  • Alex, 

    To recap, the IBL is booting on the EVM and is not booting on our custom hardware.

    That's great. It was a wonderful news, that you could succeed in TI-EVM and see the IBL boot messages on the UART console.

    Now, that you have some reference to compare and make your custom board work...

    ---

    Fix the faulty UART interface and let me know how it proceeds....

    All the best,

    Shankari G

  • So I have made an egregious error. I was programming bus address 0x50 on the eval board with my IBL and was attempting to boot with bus address 0x51 (determined by the dip switches). Therefore I mistook the IBL I had made as working when in reality what had been booting was the preprogrammed IBL (second level bootloader) as specified here in the eval board's technical reference manual:


    "The I2C bus is connected to one EEPROM and to the 80-pin expansion header (TEST_PH1). There are two banks in the I2C EEPROM which respond separately at addresses 0x50 and 0x51. These banks can be loaded with demonstration programs. Currently, the bank at 0x50 contains the Power On Self Test (POST) and the bank at 0x51 contains the second level boot-loader program. The second level boot-loader can be used to either run the POST program or launch the OOB demonstration from NOR flash memory."

    So thusly I am nearly back to where I started. I can build the IBL from TI's provided code with no changes other than what was necessary to compile it as it was not provided to us in a compile-able state. However the IBL's I build from TI's code does not boot on either the EVAL board or our custom hardware  

  • Alex,

    For Eval board, follow the steps given below to program at bus address 0x51.

    [FAQ] TMS320C6657: How to flash the IBL ( Intermediate Boot loader ) into EEPROM and how to flash the application binary into NOR? How to boot the IBL + Application binary? - Processors forum - Processors - TI E2E support forums

    --

    i.e., 

    Modify the eepromwriter_input.txt located at "C:\ti\pdk_c665x_2_0_16\packages\ti\boot\writer\eeprom\evmc6657l\bin"

    file_name = i2crom.bin
    bus_addr = 0x51
    start_addr = 0
    swap_data = 0

    ---

    Let me know how it goes for you.

    Regards

    Shankari G