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: DEVELOPMENT PLATFORM FOR TMSC320C6657

Part Number: TMS320C6657
Other Parts Discussed in Thread: SYSBIOS

Hi,

Want to know that is SDK of TMS320C6657 is on bare metal also, cos we seen that SDK available in SYSBIOS/TI RTOS.

Thanks,

sarita pandey

  • Please share the Technical Reference Manual of TMSC320C6657

  • sarita,

    The SDK examples of C6657 contains both bare metal examples and examples with SYSBIOS.

    Regards

    Shankari G

  • Sarita,

    C6657 Processor: 

    1. About  the functions and features of C6657 processor - Product folder : https://www.ti.com/product/TMS320C6657

    2. Where to order : https://www.ti.com/product/TMS320C6657

    3. Data sheet : https://www.ti.com/lit/ds/symlink/tms320c6657.pdf

    4. Technical documentations - https://www.ti.com/product/TMS320C6657#tech-docs

    5. Design and Development : https://www.ti.com/product/TMS320C6657#design-development

        Software - https://www.ti.com/product/TMS320C6657#software-development

    Regards

    Shankari G

  • Hi Shankari,

    Please confirm what are the changes required in examples to run in bare metal only, used SDK referred by you in earlier mail.

    Thanks,

    sarita pandey 

  • Hi,

    while compiling "platform_test_evmc6657l" project, getting below error :


    **** Build of configuration Debug for project platform_test_evmc6657l ****

    "C:\\ti\\ccs930\\ccs\\utils\\bin\\gmake" -k all

    Building file: "../src/platform_test.c"
    Invoking: C6000 Compiler
    "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/bin/cl6x" -mv6600 --abi=eabi -g --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/include" --include_path="C:/ti/pdk_c665x_2_0_16/packages/ti/csl" --include_path="C:/ti/pdk_c665x_2_0_16/packages" --include_path="C:/ti/pdk_c665x_2_0_16/packages/ti/platform" --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/platform_test.d_raw" --obj_directory="src" "../src/platform_test.c"

    >> Compilation failure
    src/subdir_rules.mk:9: recipe for target 'src/platform_test.obj' failed
    "../src/platform_test.c", line 34: fatal error #1965: cannot open source file "cerrno"
    1 catastrophic error detected in the compilation of "../src/platform_test.c".
    Compilation terminated.
    gmake: *** [src/platform_test.obj] Error 1
    gmake: Target 'all' not remade because of errors.

    **** Build Finished ****

  • sarita,

    platform test is the bare metal example. No changes are required. It tests all the required peripherals on the EVM as a bare metal.

    Refer this FAQ on how to build and run the platform test - sample code on the EVm

    https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1071275/faq-tms320c6657-how-to-build-and-run-the-platform-test-on-c6657-evm/3963945

    Regards

    Shankari G

  • thanks for reply,

    While following fresh al steps mention as below :

    Step 2: Import the "Platform test example" into CCS 9.3 and re-build

    Please follow the video attached and do the steps given below for ease of use.

    a) Import the "Platform-Lib" CCS project located at "C:\ti\pdk_c665x_2_0_16\packages\ti\platform\evmc6657l\platform_lib" into CCS and rebuild

    we are getting below error 100


    **** Build of configuration Debug for project platform_lib_evmc6657l ****

    "C:\\ti\\ccs930\\ccs\\utils\\bin\\gmake" -k all

    Building file: "../src/evm665x_i2c.c"
    Invoking: C6000 Compiler
    "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/bin/cl6x" -mv6600 --abi=eabi -g --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/include" --include_path="C:/ti/pdk_c665x_2_0_16/packages" --include_path="C:/ti/pdk_c665x_2_0_16/packages/ti/csl" --include_path="D:/Workspace/platform_lib_evmc6657l/include" --include_path="C:/ti/pdk_c665x_2_0_16/packages/ti/platform" --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/evm665x_i2c.d_raw" --obj_directory="src" "../src/evm665x_i2c.c"

    >> Compilation failure
    src/subdir_rules.mk:9: recipe for target 'src/evm665x_i2c.obj' failed
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 89: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 130: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 168: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 209: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 252: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 293: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 335: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 384: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 425: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 469: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 517: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 568: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 86: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 124: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 167: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 210: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 250: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 292: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 331: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 372: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 416: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 459: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 502: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 545: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 588: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 631: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 679: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 718: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 759: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 809: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 860: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 917: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 115: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 194: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 247: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 308: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 352: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 396: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 440: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 490: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 531: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 576: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 620: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 685: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 729: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 766: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 804: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 841: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 879: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 935: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 983: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 1019: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "../src/evm665x_i2c.c", line 60: error #20: identifier "CSL_I2C_DATA_CONTROL_REGS" is undefined
    53 errors detected in the compilation of "../src/evm665x_i2c.c".
    gmake: *** [src/evm665x_i2c.obj] Error 1
    Building file: "../src/evmc6657.c"
    Invoking: C6000 Compiler
    "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/bin/cl6x" -mv6600 --abi=eabi -g --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/include" --include_path="C:/ti/pdk_c665x_2_0_16/packages" --include_path="C:/ti/pdk_c665x_2_0_16/packages/ti/csl" --include_path="D:/Workspace/platform_lib_evmc6657l/include" --include_path="C:/ti/pdk_c665x_2_0_16/packages/ti/platform" --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/evmc6657.d_raw" --obj_directory="src" "../src/evmc6657.c"

    >> Compilation failure
    src/subdir_rules.mk:9: recipe for target 'src/evmc6657.obj' failed
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 89: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 130: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 168: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 209: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 252: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 293: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 335: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 384: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 425: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 469: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 517: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 568: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 86: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 124: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 167: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 210: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 250: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 292: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 331: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 372: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 416: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 459: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 502: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 545: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 588: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 631: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 679: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 718: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 759: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 809: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 860: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 917: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 115: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 194: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 247: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 308: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 352: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 396: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 440: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 490: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 531: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 576: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 620: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 685: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 729: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 766: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 804: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 841: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 879: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 935: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 983: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 1019: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "../src/evmc6657.c", line 82: error #20: identifier "CSL_PllcRegs" is undefined
    "../src/evmc6657.c", line 82: error #29: expected an expression
    "../src/evmc6657.c", line 82: error #18: expected a ")"
    "../src/evmc6657.c", line 84: error #20: identifier "hBootCfg" is undefined
    "../src/evmc6657.c", line 104: error #29: expected an expression
    "../src/evmc6657.c", line 104: error #18: expected a ")"
    "../src/evmc6657.c", line 105: error #29: expected an expression
    "../src/evmc6657.c", line 105: error #18: expected a ")"
    "../src/evmc6657.c", line 119: warning #225-D: function "CSL_BootCfgUnlockKicker" declared implicitly
    "../src/evmc6657.c", line 133: error #20: identifier "CSL_PllcRegs" is undefined
    "../src/evmc6657.c", line 133: error #29: expected an expression
    "../src/evmc6657.c", line 133: error #18: expected a ")"
    "../src/evmc6657.c", line 146: error #20: identifier "hBootCfg" is undefined
    "../src/evmc6657.c", line 149: error #29: expected an expression
    "../src/evmc6657.c", line 149: error #18: expected a ")"
    "../src/evmc6657.c", line 152: error #29: expected an expression
    "../src/evmc6657.c", line 152: error #18: expected a ")"
    "../src/evmc6657.c", line 165: error #29: expected an expression
    "../src/evmc6657.c", line 165: error #18: expected a ")"
    "../src/evmc6657.c", line 177: error #29: expected an expression
    "../src/evmc6657.c", line 177: error #18: expected a ")"
    "../src/evmc6657.c", line 185: error #29: expected an expression
    "../src/evmc6657.c", line 185: error #18: expected a ")"
    "../src/evmc6657.c", line 193: error #29: expected an expression
    "../src/evmc6657.c", line 193: error #18: expected a ")"
    "../src/evmc6657.c", line 196: error #29: expected an expression
    "../src/evmc6657.c", line 196: error #18: expected a ")"
    "../src/evmc6657.c", line 216: error #29: expected an expression
    "../src/evmc6657.c", line 216: error #18: expected a ")"
    "../src/evmc6657.c", line 225: error #29: expected an expression
    "../src/evmc6657.c", line 225: error #18: expected a ")"
    "../src/evmc6657.c", line 226: error #29: expected an expression
    "../src/evmc6657.c", line 226: error #18: expected a ")"
    "../src/evmc6657.c", line 227: error #29: expected an expression
    "../src/evmc6657.c", line 227: error #18: expected a ")"
    "../src/evmc6657.c", line 231: error #29: expected an expression
    "../src/evmc6657.c", line 231: error #18: expected a ")"
    "../src/evmc6657.c", line 235: error #29: expected an expression
    "../src/evmc6657.c", line 235: error #18: expected a ")"
    "../src/evmc6657.c", line 242: error #29: expected an expression
    "../src/evmc6657.c", line 242: error #18: expected a ")"
    "../src/evmc6657.c", line 251: error #29: expected an expression
    "../src/evmc6657.c", line 251: error #18: expected a ")"
    "../src/evmc6657.c", line 257: error #29: expected an expression
    "../src/evmc6657.c", line 257: error #18: expected a ")"
    "../src/evmc6657.c", line 266: error #29: expected an expression
    "../src/evmc6657.c", line 266: error #18: expected a ")"
    "../src/evmc6657.c", line 269: error #29: expected an expression
    "../src/evmc6657.c", line 269: error #18: expected a ")"
    Error limit reached.
    100 errors detected in the compilation of "../src/evmc6657.c".
    Compilation terminated.
    gmake: *** [src/evmc6657.obj] Error 1
    Building file: "../src/evmc665x_fpga.c"
    Invoking: C6000 Compiler
    "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/bin/cl6x" -mv6600 --abi=eabi -g --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/include" --include_path="C:/ti/pdk_c665x_2_0_16/packages" --include_path="C:/ti/pdk_c665x_2_0_16/packages/ti/csl" --include_path="D:/Workspace/platform_lib_evmc6657l/include" --include_path="C:/ti/pdk_c665x_2_0_16/packages/ti/platform" --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/evmc665x_fpga.d_raw" --obj_directory="src" "../src/evmc665x_fpga.c"

    >> Compilation failure
    src/subdir_rules.mk:9: recipe for target 'src/evmc665x_fpga.obj' failed
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 89: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 130: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 168: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 209: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 252: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 293: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 335: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 384: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 425: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 469: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 517: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 568: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 86: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 124: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 167: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 210: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 250: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 292: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 331: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 372: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 416: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 459: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 502: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 545: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 588: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 631: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 679: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 718: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 759: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 809: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 860: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 917: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 115: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 194: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 247: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 308: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 352: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 396: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 440: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 490: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 531: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 576: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 620: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 685: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 729: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 766: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 804: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 841: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 879: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 935: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 983: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 1019: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "../src/evmc665x_fpga.c", line 143: warning #188-D: pointless comparison of unsigned integer with zero
    52 errors detected in the compilation of "../src/evmc665x_fpga.c".
    gmake: *** [src/evmc665x_fpga.obj] Error 1
    Building file: "../src/evmc665x_gpio.c"
    Invoking: C6000 Compiler
    "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/bin/cl6x" -mv6600 --abi=eabi -g --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/include" --include_path="C:/ti/pdk_c665x_2_0_16/packages" --include_path="C:/ti/pdk_c665x_2_0_16/packages/ti/csl" --include_path="D:/Workspace/platform_lib_evmc6657l/include" --include_path="C:/ti/pdk_c665x_2_0_16/packages/ti/platform" --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/evmc665x_gpio.d_raw" --obj_directory="src" "../src/evmc665x_gpio.c"

    >> Compilation failure
    src/subdir_rules.mk:9: recipe for target 'src/evmc665x_gpio.obj' failed
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 89: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 130: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 168: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 209: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 252: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 293: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 335: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 384: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 425: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 469: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 517: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 568: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 86: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 124: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 167: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 210: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 250: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 292: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 331: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 372: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 416: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 459: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 502: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 545: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 588: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 631: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 679: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 718: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 759: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 809: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 860: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 917: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 115: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 194: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 247: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 308: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 352: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 396: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 440: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 490: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 531: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 576: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 620: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 685: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 729: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 766: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 804: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 841: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 879: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 935: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 983: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 1019: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    52 errors detected in the compilation of "../src/evmc665x_gpio.c".
    gmake: *** [src/evmc665x_gpio.obj] Error 1
    Building file: "../src/evmc665x_i2c_eeprom.c"
    Invoking: C6000 Compiler
    "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/bin/cl6x" -mv6600 --abi=eabi -g --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/include" --include_path="C:/ti/pdk_c665x_2_0_16/packages" --include_path="C:/ti/pdk_c665x_2_0_16/packages/ti/csl" --include_path="D:/Workspace/platform_lib_evmc6657l/include" --include_path="C:/ti/pdk_c665x_2_0_16/packages/ti/platform" --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/evmc665x_i2c_eeprom.d_raw" --obj_directory="src" "../src/evmc665x_i2c_eeprom.c"

    >> Compilation failure
    src/subdir_rules.mk:9: recipe for target 'src/evmc665x_i2c_eeprom.obj' failed
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 89: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 130: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 168: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 209: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 252: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 293: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 335: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 384: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 425: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 469: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 517: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 568: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 86: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 124: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 167: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 210: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 250: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 292: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 331: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 372: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 416: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 459: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 502: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 545: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 588: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 631: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 679: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 718: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 759: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 809: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 860: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 917: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 115: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 194: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 247: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 308: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 352: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 396: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 440: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 490: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 531: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 576: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 620: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 685: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 729: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 766: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 804: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 841: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 879: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 935: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 983: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 1019: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "../src/evmc665x_i2c_eeprom.c", line 109: error #20: identifier "CSL_I2C_DATA_CONTROL_REGS" is undefined
    "../src/evmc665x_i2c_eeprom.c", line 133: error #20: identifier "CSL_I2C_DATA_CONTROL_REGS" is undefined
    "../src/evmc665x_i2c_eeprom.c", line 293: error #20: identifier "CSL_I2C_DATA_CONTROL_REGS" is undefined
    "../src/evmc665x_i2c_eeprom.c", line 517: error #20: identifier "CSL_I2C_DATA_CONTROL_REGS" is undefined
    "../src/evmc665x_i2c_eeprom.c", line 541: error #20: identifier "CSL_I2C_DATA_CONTROL_REGS" is undefined
    "../src/evmc665x_i2c_eeprom.c", line 643: error #20: identifier "CSL_I2C_DATA_CONTROL_REGS" is undefined
    "../src/evmc665x_i2c_eeprom.c", line 667: error #20: identifier "CSL_I2C_DATA_CONTROL_REGS" is undefined
    59 errors detected in the compilation of "../src/evmc665x_i2c_eeprom.c".
    gmake: *** [src/evmc665x_i2c_eeprom.obj] Error 1
    Building file: "../src/evmc665x_nand.c"
    Invoking: C6000 Compiler
    "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/bin/cl6x" -mv6600 --abi=eabi -g --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/include" --include_path="C:/ti/pdk_c665x_2_0_16/packages" --include_path="C:/ti/pdk_c665x_2_0_16/packages/ti/csl" --include_path="D:/Workspace/platform_lib_evmc6657l/include" --include_path="C:/ti/pdk_c665x_2_0_16/packages/ti/platform" --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/evmc665x_nand.d_raw" --obj_directory="src" "../src/evmc665x_nand.c"

    >> Compilation failure
    src/subdir_rules.mk:9: recipe for target 'src/evmc665x_nand.obj' failed
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 89: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 130: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 168: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 209: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 252: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 293: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 335: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 384: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 425: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 469: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 517: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 568: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 86: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 124: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 167: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 210: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 250: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 292: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 331: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 372: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 416: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 459: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 502: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 545: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 588: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 631: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 679: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 718: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 759: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 809: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 860: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 917: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 115: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 194: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 247: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 308: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 352: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 396: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 440: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 490: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 531: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 576: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 620: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 685: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 729: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 766: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 804: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 841: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 879: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 935: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 983: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 1019: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "../src/evmc665x_nand.c", line 126: error #20: identifier "CSL_EMIF16_REGS" is undefined
    "../src/evmc665x_nand.c", line 151: error #20: identifier "CSL_EMIF16_REGS" is undefined
    "../src/evmc665x_nand.c", line 174: error #20: identifier "CSL_EMIF16_REGS" is undefined
    "../src/evmc665x_nand.c", line 236: error #20: identifier "CSL_EMIF16_REGS" is undefined
    "../src/evmc665x_nand.c", line 242: error #20: identifier "CSL_EMIF16_REGS" is undefined
    "../src/evmc665x_nand.c", line 494: error #20: identifier "CSL_EMIF16_REGS" is undefined
    "../src/evmc665x_nand.c", line 631: error #20: identifier "CSL_EMIF16_REGS" is undefined
    "../src/evmc665x_nand.c", line 833: error #20: identifier "CSL_EMIF16_REGS" is undefined
    60 errors detected in the compilation of "../src/evmc665x_nand.c".
    gmake: *** [src/evmc665x_nand.obj] Error 1
    Building file: "../src/evmc665x_nor.c"
    Invoking: C6000 Compiler
    "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/bin/cl6x" -mv6600 --abi=eabi -g --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/include" --include_path="C:/ti/pdk_c665x_2_0_16/packages" --include_path="C:/ti/pdk_c665x_2_0_16/packages/ti/csl" --include_path="D:/Workspace/platform_lib_evmc6657l/include" --include_path="C:/ti/pdk_c665x_2_0_16/packages/ti/platform" --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/evmc665x_nor.d_raw" --obj_directory="src" "../src/evmc665x_nor.c"

    >> Compilation failure
    src/subdir_rules.mk:9: recipe for target 'src/evmc665x_nor.obj' failed
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 89: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 130: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 168: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 209: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 252: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 293: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 335: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 384: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 425: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 469: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 517: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 568: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 86: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 124: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 167: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 210: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 250: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 292: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 331: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 372: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 416: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 459: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 502: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 545: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 588: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 631: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 679: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 718: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 759: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 809: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 860: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 917: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 115: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 194: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 247: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 308: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 352: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 396: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 440: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 490: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 531: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 576: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 620: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 685: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 729: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 766: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 804: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 841: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 879: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 935: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 983: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 1019: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    52 errors detected in the compilation of "../src/evmc665x_nor.c".
    gmake: *** [src/evmc665x_nor.obj] Error 1
    Building file: "../src/evmc665x_phy.c"
    Invoking: C6000 Compiler
    "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/bin/cl6x" -mv6600 --abi=eabi -g --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/include" --include_path="C:/ti/pdk_c665x_2_0_16/packages" --include_path="C:/ti/pdk_c665x_2_0_16/packages/ti/csl" --include_path="D:/Workspace/platform_lib_evmc6657l/include" --include_path="C:/ti/pdk_c665x_2_0_16/packages/ti/platform" --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/evmc665x_phy.d_raw" --obj_directory="src" "../src/evmc665x_phy.c"

    >> Compilation failure
    src/subdir_rules.mk:9: recipe for target 'src/evmc665x_phy.obj' failed
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 89: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 130: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 168: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 209: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 252: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 293: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 335: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 384: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 425: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 469: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 517: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 568: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 86: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 124: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 167: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 210: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 250: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 292: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 331: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 372: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 416: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 459: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 502: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 545: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 588: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 631: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 679: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 718: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 759: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 809: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 860: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 917: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 115: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 194: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 247: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 308: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 352: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 396: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 440: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 490: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 531: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 576: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 620: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 685: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 729: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 766: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 804: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 841: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 879: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 935: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 983: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 1019: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "../src/evmc665x_phy.c", line 56: warning #225-D: function "CSL_BootCfgUnlockKicker" declared implicitly
    "../src/evmc665x_phy.c", line 60: warning #225-D: function "CSL_BootCfgSetSGMIIConfigPLL" declared implicitly
    "../src/evmc665x_phy.c", line 80: warning #225-D: function "CSL_BootCfgSetSGMIIRxConfig" declared implicitly
    "../src/evmc665x_phy.c", line 97: warning #225-D: function "CSL_BootCfgSetSGMIITxConfig" declared implicitly
    "../src/evmc665x_phy.c", line 109: error #20: identifier "CSL_BOOT_CFG_REGS" is undefined
    53 errors detected in the compilation of "../src/evmc665x_phy.c".
    gmake: *** [src/evmc665x_phy.obj] Error 1
    Building file: "../src/evmc665x_spi.c"
    Invoking: C6000 Compiler
    "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/bin/cl6x" -mv6600 --abi=eabi -g --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/include" --include_path="C:/ti/pdk_c665x_2_0_16/packages" --include_path="C:/ti/pdk_c665x_2_0_16/packages/ti/csl" --include_path="D:/Workspace/platform_lib_evmc6657l/include" --include_path="C:/ti/pdk_c665x_2_0_16/packages/ti/platform" --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/evmc665x_spi.d_raw" --obj_directory="src" "../src/evmc665x_spi.c"

    >> Compilation failure
    src/subdir_rules.mk:9: recipe for target 'src/evmc665x_spi.obj' failed
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 89: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 130: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 168: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 209: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 252: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 293: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 335: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 384: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 425: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 469: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 517: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 568: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 86: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 124: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 167: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 210: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 250: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 292: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 331: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 372: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 416: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 459: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 502: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 545: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 588: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 631: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 679: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 718: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 759: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 809: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 860: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 917: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 115: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 194: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 247: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 308: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 352: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 396: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 440: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 490: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 531: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 576: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 620: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 685: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 729: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 766: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 804: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 841: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 879: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 935: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 983: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 1019: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "../src/evmc665x_spi.c", line 86: error #20: identifier "CSL_SPI_REGS" is undefined
    "../src/evmc665x_spi.c", line 190: error #20: identifier "CSL_SPI_REGS" is undefined
    "../src/evmc665x_spi.c", line 225: error #20: identifier "CSL_SPI_REGS" is undefined
    "../src/evmc665x_spi.c", line 462: error #20: identifier "CSL_SPI_REGS" is undefined
    "../src/evmc665x_spi.c", line 552: error #20: identifier "CSL_SPI_REGS" is undefined
    57 errors detected in the compilation of "../src/evmc665x_spi.c".
    gmake: *** [src/evmc665x_spi.obj] Error 1
    Building file: "../src/evmc665x_uart.c"
    Invoking: C6000 Compiler
    "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/bin/cl6x" -mv6600 --abi=eabi -g --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/include" --include_path="C:/ti/pdk_c665x_2_0_16/packages" --include_path="C:/ti/pdk_c665x_2_0_16/packages/ti/csl" --include_path="D:/Workspace/platform_lib_evmc6657l/include" --include_path="C:/ti/pdk_c665x_2_0_16/packages/ti/platform" --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/evmc665x_uart.d_raw" --obj_directory="src" "../src/evmc665x_uart.c"

    >> Compilation failure
    src/subdir_rules.mk:9: recipe for target 'src/evmc665x_uart.obj' failed
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 89: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 130: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 168: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 209: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 252: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 293: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 335: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 384: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 425: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 469: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 517: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 568: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 86: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 124: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 167: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 210: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 250: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 292: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 331: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 372: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 416: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 459: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 502: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 545: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 588: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 631: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 679: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 718: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 759: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 809: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 860: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 917: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 115: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 194: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 247: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 308: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 352: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 396: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 440: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 490: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 531: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 576: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 620: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 685: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 729: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 766: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 804: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 841: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 879: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 935: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 983: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 1019: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "../src/evmc665x_uart.c", line 66: error #20: identifier "CSL_UART_REGS" is undefined
    "../src/evmc665x_uart.c", line 67: error #20: identifier "CSL_UART_B_REGS" is undefined
    "../src/evmc665x_uart.c", line 197: error #20: identifier "CSL_UART_REGS" is undefined
    "../src/evmc665x_uart.c", line 223: error #20: identifier "CSL_UART_B_REGS" is undefined
    "../src/evmc665x_uart.c", line 248: error #20: identifier "CSL_UART_REGS" is undefined
    "../src/evmc665x_uart.c", line 273: error #20: identifier "CSL_UART_B_REGS" is undefined
    "../src/evmc665x_uart.c", line 293: error #20: identifier "CSL_UART_REGS" is undefined
    "../src/evmc665x_uart.c", line 310: error #20: identifier "CSL_UART_B_REGS" is undefined
    "../src/evmc665x_uart.c", line 329: error #20: identifier "CSL_UART_REGS" is undefined
    "../src/evmc665x_uart.c", line 350: error #20: identifier "CSL_UART_B_REGS" is undefined
    "../src/evmc665x_uart.c", line 372: error #20: identifier "CSL_UART_REGS" is undefined
    "../src/evmc665x_uart.c", line 394: error #20: identifier "CSL_UART_B_REGS" is undefined
    64 errors detected in the compilation of "../src/evmc665x_uart.c".
    gmake: *** [src/evmc665x_uart.obj] Error 1
    Building file: "../src/platform.c"
    Invoking: C6000 Compiler
    "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/bin/cl6x" -mv6600 --abi=eabi -g --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/include" --include_path="C:/ti/pdk_c665x_2_0_16/packages" --include_path="C:/ti/pdk_c665x_2_0_16/packages/ti/csl" --include_path="D:/Workspace/platform_lib_evmc6657l/include" --include_path="C:/ti/pdk_c665x_2_0_16/packages/ti/platform" --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/platform.d_raw" --obj_directory="src" "../src/platform.c"

    >> Compilation failure
    src/subdir_rules.mk:9: recipe for target 'src/platform.obj' failed
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 89: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 130: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 168: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 209: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 252: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 293: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 335: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 384: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 425: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 469: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 517: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_semAux.h", line 568: error #20: identifier "CSL_SEMAPHORE_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 86: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 124: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 167: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 210: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 250: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 292: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 331: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 372: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 416: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 459: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 502: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 545: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 588: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 631: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 679: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 718: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 759: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 809: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 860: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/src/ip/psc/V0/csl_pscAux.h", line 917: error #20: identifier "CSL_PSC_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 115: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 194: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 247: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 308: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 352: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 396: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 440: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 490: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 531: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 576: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 620: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 685: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 729: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 766: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 804: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 841: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 879: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 935: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 983: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "C:/ti/pdk_c665x_2_0_16/packages/ti/csl/csl_xmcAux.h", line 1019: error #20: identifier "CSL_DSP_DSP_XMC_CTRL_REGS" is undefined
    "../src/platform.c", line 214: warning #225-D: function "CSL_BootCfgIsLittleEndian" declared implicitly
    "../src/platform.c", line 492: warning #225-D: function "CSL_BootCfgGetMacIdentifier" declared implicitly
    "../src/platform.c", line 518: warning #225-D: function "CSL_BootCfgGetMacIdentifier" declared implicitly
    "../src/platform.c", line 544: error #20: identifier "CSL_GEM_MACRXINTN" is undefined
    53 errors detected in the compilation of "../src/platform.c".
    gmake: *** [src/platform.obj] Error 1
    gmake: Target 'all' not remade because of errors.

    **** Build Finished ****

    thanks,

    sarita pandey

  • Hi,

    We compile "platform_lib_evmc6657l" and include CSL in project option then below error are coming, please see the attached screenshot.

  • Sarita,

    There seems to be some mismatch in the steps you followed.

    May I recommend, you to uninstall and re-install everything.

    Regards

    Shankari G

  • Hi Shankari,

    We did fresh installation in seperate desktop even though we are getting same issue and it become show blocker for us now cos for us device driver running in bare metal is preference.

    And out pdk is not abke to build due to this issue, we pruchased fresh EVAL kit, so suggest us next step how we can resolve this issue. We are in bangalore, electronic city location only.

    Can remotely you take our desktop to solve this issue.

    Thanks,

    sarita pandey

  • Sarita,

    Yes, I could take your machine remote and solve.

    But I have to get the permission from the management. 

    Will let you know sooner.

    Regards

    Shankari G

  • Sarita,

    Please refer to the videos and snapshot on how to add the CSL path in the project-build configuration.

    Regards

    Shankari G

  • Sarita,

    Please initiate a webex meeting and share your email-ID.

    Regards

    Shankari G

  • Hi Shankari,

    Please initiate meeting with your suitable time and check the mail id sarita.pandey@cyient.com.

    Thanks

    Sarita Pandey

  • Sarita,

    I have sent a test email to your ID.

    Please schedule the meeting according to the email.

    Regards

    Shankari G

  • Customer,

    This query is taken care internally and resolved completely through anydesk and webex.

    Observation:

    If the steps are followed correctly given in the user guide below, CCS errors will be resolved.

    And additionally, these steps likely to be added in the user guide too.

    CCS Error - Cause  
     
    1. on platform test  
      1. - the SOC_C6657 should be defined in the predefined symbols
      2. the cgt should be included in the project build path - C:\ti\ti-cgt-c6000_8.3.2\include\libcxx
    2. On the platform lib 
      1. the SOC_C6657 should be defined in the predefined symbols

    https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1101435/processor-sdk-k2h-we-are-building-processor-sdk-linux-for-k2hk-evm

    Regards

    Shankari G