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.

AM5718: AM 5718

Part Number: AM5718

Hi,

I want to run  ARM and DSP in AM5718

IN ARM I RUN AND DEBUG

WHEN I BUILD DSP PROCESSOR


**** Build of configuration Debug for project ti_baremetal ****

/home/medongo/medongo/ti/ccs930/ccs/utils/bin/gmake -k -j 4 all -O
 
Building file: "../main.c"
Invoking: C6000 Compiler
"/home/medongo/medongo/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/bin/cl6x" -mv6600 --include_path="/home/medongo/Downloads/deal_2021-master-deal-sitara/deal/sitara/cc66/bm" --include_path="/home/medongo/medongo/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/include" --include_path="/home/medongo/ti/sdkrtos/pdk_am57xx_1_0_17/packages/" --include_path="/home/medongo/ti/sdkrtos/pdk_am57xx_1_0_17/packages/ti/csl/src/ip/gpio/V1" --define=__TI_NO_PARALLEL_LOADS=1 --define=DEVICE_AM571x -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="main.d_raw"  "../main.c"
 
>> Compilation failure
subdir_rules.mk:7: recipe for target 'main.obj' failed
"../main.c", line 1: fatal error #1965: cannot open source file "ti/board/board.h"
1 catastrophic error detected in the compilation of "../main.c".
Compilation terminated.
gmake: *** [main.obj] Error 1
"../gpio/gpio.c", line 46: fatal error #1965: cannot open source file "ti/csl/csl_gpio.h"
1 catastrophic error detected in the compilation of "../gpio/gpio.c".
Compilation terminated.
gmake: *** [gpio/gpio.obj] Error 1
"../i2c/i2c.c", line 46: fatal error #1965: cannot open source file "ti/csl/csl_i2c.h"
1 catastrophic error detected in the compilation of "../i2c/i2c.c".
Compilation terminated.
gmake: *** [i2c/i2c.obj] Error 1
"../mcasp/mcasp.c", line 50: fatal error #1965: cannot open source file "ti/csl/hw_types.h"
1 catastrophic error detected in the compilation of "../mcasp/mcasp.c".
Compilation terminated.
gmake: *** [mcasp/mcasp.obj] Error 1
"../mmc/mmc.c", line 45: fatal error #1965: cannot open source file "ti/csl/csl_types.h"
1 catastrophic error detected in the compilation of "../mmc/mmc.c".
Compilation terminated.
gmake: *** [mmc/mmc.obj] Error 1
"/home/medongo/Downloads/deal_2021-master-deal-sitara/deal/sitara/cc66/bm/qspi_nor/qspi_cmd_init.h", line 44: fatal error #1965: cannot open source file "ti/csl/csl_qspi.h"
1 catastrophic error detected in the compilation of "../qspi_nor/qspi_cmd_init.c".
Compilation terminated.
gmake: *** [qspi_nor/qspi_cmd_init.obj] Error 1
"/home/medongo/Downloads/deal_2021-master-deal-sitara/deal/sitara/cc66/bm/qspi_nor/qspi_cmd_init.h", line 44: fatal error #1965: cannot open source file "ti/csl/csl_qspi.h"
1 catastrophic error detected in the compilation of "../qspi_nor/qspi_flash.c".
Compilation terminated.
gmake: *** [qspi_nor/qspi_flash.obj] Error 1
"../spi/spi.c", line 2: fatal error #1965: cannot open source file "ti/drv/gpio/GPIO.h"
1 catastrophic error detected in the compilation of "../spi/spi.c".
Compilation terminated.
gmake: *** [spi/spi.obj] Error 1
"../timer/timer.c", line 44: fatal error #1965: cannot open source file "ti/csl/example/utils/uart_console/inc/uartConfig.h"
1 catastrophic error detected in the compilation of "../timer/timer.c".
Compilation terminated.
gmake: *** [timer/timer.obj] Error 1
"../qspi_nor/qspi_nor.c", line 47: fatal error #1965: cannot open source file "ti/csl/csl_qspi.h"
1 catastrophic error detected in the compilation of "../qspi_nor/qspi_nor.c".
Compilation terminated.
gmake: *** [qspi_nor/qspi_nor.obj] Error 1
"../uart/uartConfig.c", line 43: fatal error #1965: cannot open source file "ti/csl/example/utils/uart_console/inc/uartConfig.h"
1 catastrophic error detected in the compilation of "../uart/uartConfig.c".
Compilation terminated.
gmake: *** [uart/uartConfig.obj] Error 1
"../uart/uart.c", line 48: fatal error #1965: cannot open source file "ti/csl/hw_types.h"
1 catastrophic error detected in the compilation of "../uart/uart.c".
Compilation terminated.
gmake: *** [uart/uart.obj] Error 1
"../wd/wd.c", line 45: fatal error #1965: cannot open source file "ti/csl/csl_wd_timer.h"
1 catastrophic error detected in the compilation of "../wd/wd.c".
Compilation terminated.
gmake: *** [wd/wd.obj] Error 1
Building file: "../gpio/gpio.c"
Invoking: C6000 Compiler
"/home/medongo/medongo/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/bin/cl6x" -mv6600 --include_path="/home/medongo/Downloads/deal_2021-master-deal-sitara/deal/sitara/cc66/bm" --include_path="/home/medongo/medongo/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/include" --include_path="/home/medongo/ti/sdkrtos/pdk_am57xx_1_0_17/packages/" --include_path="/home/medongo/ti/sdkrtos/pdk_am57xx_1_0_17/packages/ti/csl/src/ip/gpio/V1" --define=__TI_NO_PARALLEL_LOADS=1 --define=DEVICE_AM571x -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="gpio/gpio.d_raw" --obj_directory="gpio"  "../gpio/gpio.c"
 
>> Compilation failure
gpio/subdir_rules.mk:7: recipe for target 'gpio/gpio.obj' failed
Building file: "../i2c/i2c.c"
Invoking: C6000 Compiler
"/home/medongo/medongo/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/bin/cl6x" -mv6600 --include_path="/home/medongo/Downloads/deal_2021-master-deal-sitara/deal/sitara/cc66/bm" --include_path="/home/medongo/medongo/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/include" --include_path="/home/medongo/ti/sdkrtos/pdk_am57xx_1_0_17/packages/" --include_path="/home/medongo/ti/sdkrtos/pdk_am57xx_1_0_17/packages/ti/csl/src/ip/gpio/V1" --define=__TI_NO_PARALLEL_LOADS=1 --define=DEVICE_AM571x -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="i2c/i2c.d_raw" --obj_directory="i2c"  "../i2c/i2c.c"
 
>> Compilation failure
i2c/subdir_rules.mk:7: recipe for target 'i2c/i2c.obj' failed
Building file: "../mcasp/mcasp.c"
Invoking: C6000 Compiler
"/home/medongo/medongo/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/bin/cl6x" -mv6600 --include_path="/home/medongo/Downloads/deal_2021-master-deal-sitara/deal/sitara/cc66/bm" --include_path="/home/medongo/medongo/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/include" --include_path="/home/medongo/ti/sdkrtos/pdk_am57xx_1_0_17/packages/" --include_path="/home/medongo/ti/sdkrtos/pdk_am57xx_1_0_17/packages/ti/csl/src/ip/gpio/V1" --define=__TI_NO_PARALLEL_LOADS=1 --define=DEVICE_AM571x -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="mcasp/mcasp.d_raw" --obj_directory="mcasp"  "../mcasp/mcasp.c"
 
>> Compilation failure
mcasp/subdir_rules.mk:7: recipe for target 'mcasp/mcasp.obj' failed
Building file: "../mmc/mmc.c"
Invoking: C6000 Compiler
"/home/medongo/medongo/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/bin/cl6x" -mv6600 --include_path="/home/medongo/Downloads/deal_2021-master-deal-sitara/deal/sitara/cc66/bm" --include_path="/home/medongo/medongo/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/include" --include_path="/home/medongo/ti/sdkrtos/pdk_am57xx_1_0_17/packages/" --include_path="/home/medongo/ti/sdkrtos/pdk_am57xx_1_0_17/packages/ti/csl/src/ip/gpio/V1" --define=__TI_NO_PARALLEL_LOADS=1 --define=DEVICE_AM571x -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="mmc/mmc.d_raw" --obj_directory="mmc"  "../mmc/mmc.c"
 
>> Compilation failure
mmc/subdir_rules.mk:7: recipe for target 'mmc/mmc.obj' failed
Building file: "../qspi_nor/qspi_cmd_init.c"
Invoking: C6000 Compiler
"/home/medongo/medongo/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/bin/cl6x" -mv6600 --include_path="/home/medongo/Downloads/deal_2021-master-deal-sitara/deal/sitara/cc66/bm" --include_path="/home/medongo/medongo/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/include" --include_path="/home/medongo/ti/sdkrtos/pdk_am57xx_1_0_17/packages/" --include_path="/home/medongo/ti/sdkrtos/pdk_am57xx_1_0_17/packages/ti/csl/src/ip/gpio/V1" --define=__TI_NO_PARALLEL_LOADS=1 --define=DEVICE_AM571x -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="qspi_nor/qspi_cmd_init.d_raw" --obj_directory="qspi_nor"  "../qspi_nor/qspi_cmd_init.c"
 
>> Compilation failure
qspi_nor/subdir_rules.mk:7: recipe for target 'qspi_nor/qspi_cmd_init.obj' failed
Building file: "../qspi_nor/qspi_flash.c"
Invoking: C6000 Compiler
"/home/medongo/medongo/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/bin/cl6x" -mv6600 --include_path="/home/medongo/Downloads/deal_2021-master-deal-sitara/deal/sitara/cc66/bm" --include_path="/home/medongo/medongo/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/include" --include_path="/home/medongo/ti/sdkrtos/pdk_am57xx_1_0_17/packages/" --include_path="/home/medongo/ti/sdkrtos/pdk_am57xx_1_0_17/packages/ti/csl/src/ip/gpio/V1" --define=__TI_NO_PARALLEL_LOADS=1 --define=DEVICE_AM571x -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="qspi_nor/qspi_flash.d_raw" --obj_directory="qspi_nor"  "../qspi_nor/qspi_flash.c"
 
>> Compilation failure
qspi_nor/subdir_rules.mk:7: recipe for target 'qspi_nor/qspi_flash.obj' failed
Building file: "../spi/spi.c"
Invoking: C6000 Compiler
"/home/medongo/medongo/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/bin/cl6x" -mv6600 --include_path="/home/medongo/Downloads/deal_2021-master-deal-sitara/deal/sitara/cc66/bm" --include_path="/home/medongo/medongo/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/include" --include_path="/home/medongo/ti/sdkrtos/pdk_am57xx_1_0_17/packages/" --include_path="/home/medongo/ti/sdkrtos/pdk_am57xx_1_0_17/packages/ti/csl/src/ip/gpio/V1" --define=__TI_NO_PARALLEL_LOADS=1 --define=DEVICE_AM571x -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="spi/spi.d_raw" --obj_directory="spi"  "../spi/spi.c"
 
>> Compilation failure
spi/subdir_rules.mk:7: recipe for target 'spi/spi.obj' failed
Building file: "../timer/timer.c"
Invoking: C6000 Compiler
"/home/medongo/medongo/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/bin/cl6x" -mv6600 --include_path="/home/medongo/Downloads/deal_2021-master-deal-sitara/deal/sitara/cc66/bm" --include_path="/home/medongo/medongo/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/include" --include_path="/home/medongo/ti/sdkrtos/pdk_am57xx_1_0_17/packages/" --include_path="/home/medongo/ti/sdkrtos/pdk_am57xx_1_0_17/packages/ti/csl/src/ip/gpio/V1" --define=__TI_NO_PARALLEL_LOADS=1 --define=DEVICE_AM571x -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="timer/timer.d_raw" --obj_directory="timer"  "../timer/timer.c"
 
>> Compilation failure
timer/subdir_rules.mk:7: recipe for target 'timer/timer.obj' failed
Building file: "../qspi_nor/qspi_nor.c"
Invoking: C6000 Compiler
"/home/medongo/medongo/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/bin/cl6x" -mv6600 --include_path="/home/medongo/Downloads/deal_2021-master-deal-sitara/deal/sitara/cc66/bm" --include_path="/home/medongo/medongo/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/include" --include_path="/home/medongo/ti/sdkrtos/pdk_am57xx_1_0_17/packages/" --include_path="/home/medongo/ti/sdkrtos/pdk_am57xx_1_0_17/packages/ti/csl/src/ip/gpio/V1" --define=__TI_NO_PARALLEL_LOADS=1 --define=DEVICE_AM571x -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="qspi_nor/qspi_nor.d_raw" --obj_directory="qspi_nor"  "../qspi_nor/qspi_nor.c"
 
>> Compilation failure
qspi_nor/subdir_rules.mk:7: recipe for target 'qspi_nor/qspi_nor.obj' failed
Building file: "../uart/uartConfig.c"
Invoking: C6000 Compiler
"/home/medongo/medongo/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/bin/cl6x" -mv6600 --include_path="/home/medongo/Downloads/deal_2021-master-deal-sitara/deal/sitara/cc66/bm" --include_path="/home/medongo/medongo/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/include" --include_path="/home/medongo/ti/sdkrtos/pdk_am57xx_1_0_17/packages/" --include_path="/home/medongo/ti/sdkrtos/pdk_am57xx_1_0_17/packages/ti/csl/src/ip/gpio/V1" --define=__TI_NO_PARALLEL_LOADS=1 --define=DEVICE_AM571x -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="uart/uartConfig.d_raw" --obj_directory="uart"  "../uart/uartConfig.c"
 
>> Compilation failure
uart/subdir_rules.mk:7: recipe for target 'uart/uartConfig.obj' failed
Building file: "../uart/uart.c"
Invoking: C6000 Compiler
"/home/medongo/medongo/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/bin/cl6x" -mv6600 --include_path="/home/medongo/Downloads/deal_2021-master-deal-sitara/deal/sitara/cc66/bm" --include_path="/home/medongo/medongo/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/include" --include_path="/home/medongo/ti/sdkrtos/pdk_am57xx_1_0_17/packages/" --include_path="/home/medongo/ti/sdkrtos/pdk_am57xx_1_0_17/packages/ti/csl/src/ip/gpio/V1" --define=__TI_NO_PARALLEL_LOADS=1 --define=DEVICE_AM571x -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="uart/uart.d_raw" --obj_directory="uart"  "../uart/uart.c"
 
>> Compilation failure
uart/subdir_rules.mk:7: recipe for target 'uart/uart.obj' failed
Building file: "../wd/wd.c"
Invoking: C6000 Compiler
"/home/medongo/medongo/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/bin/cl6x" -mv6600 --include_path="/home/medongo/Downloads/deal_2021-master-deal-sitara/deal/sitara/cc66/bm" --include_path="/home/medongo/medongo/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/include" --include_path="/home/medongo/ti/sdkrtos/pdk_am57xx_1_0_17/packages/" --include_path="/home/medongo/ti/sdkrtos/pdk_am57xx_1_0_17/packages/ti/csl/src/ip/gpio/V1" --define=__TI_NO_PARALLEL_LOADS=1 --define=DEVICE_AM571x -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="wd/wd.d_raw" --obj_directory="wd"  "../wd/wd.c"
 
>> Compilation failure
wd/subdir_rules.mk:7: recipe for target 'wd/wd.obj' failed
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

ERROR IN

Description Resource Path Location Type
#1965 cannot open source file "ti/board/board.h" main.c /ti_baremetal line 1 C/C++ Problem
#1965 cannot open source file "ti/csl/csl_qspi.h" qspi_cmd_init.h /ti_baremetal/qspi_nor line 44 C/C++ Problem
gmake: *** [gpio/gpio.obj] Error 1 ti_baremetal C/C++ Problem
gmake: *** [i2c/i2c.obj] Error 1 ti_baremetal C/C++ Problem
gmake: *** [main.obj] Error 1 ti_baremetal C/C++ Problem
gmake: *** [mcasp/mcasp.obj] Error 1 ti_baremetal C/C++ Problem
gmake: *** [mmc/mmc.obj] Error 1 ti_baremetal C/C++ Problem
gmake: *** [qspi_nor/qspi_cmd_init.obj] Error 1 ti_baremetal C/C++ Problem
gmake: *** [qspi_nor/qspi_flash.obj] Error 1 ti_baremetal C/C++ Problem
gmake: *** [qspi_nor/qspi_nor.obj] Error 1 ti_baremetal C/C++ Problem
gmake: *** [spi/spi.obj] Error 1 ti_baremetal C/C++ Problem
gmake: *** [timer/timer.obj] Error 1 ti_baremetal C/C++ Problem
gmake: *** [uart/uart.obj] Error 1 ti_baremetal C/C++ Problem
gmake: *** [uart/uartConfig.obj] Error 1 ti_baremetal C/C++ Problem
gmake: *** [wd/wd.obj] Error 1 ti_baremetal C/C++ Problem
gmake: Target 'all' not remade because of errors. ti_baremetal C/C++ Problem
Invalid project path: Include path not found (/home/medongo/ti/sdkrtaos/pdk_am57xx_1_0_17/packages/). ti_baremetal pathentry Path Entry Problem
Invalid project path: Include path not found (/home/medongo/ti/sdkrtos/pdk_am57xx_1_0_17/packages/ti/csl/src/ip/gpio/V1). ti_baremetal pathentry Path Entry Problem
This project was created using a version of compiler that is not currently installed - 8.3.8 [C6000]. Another version of the compiler will be used during build - 8.3.5. See 'Help > Install New Software' and select 'Code Generation Tools Updates' to check if this compiler is available through a CCS update. Visit <a href="liveaction:OpenAppCenter">CCS App Center</a> to get the latest compiler support. Or <a href="">software-dl.ti.com/.../a> and install the compiler, then register it with CCS through 'Preferences > CCS > Build > Compilers'. ti_baremetal properties Problem
This project was created with a newer version of Code Composer Studio - v10.3.0. It is recommended that you upgrade to v10.3.0, or newer version of Code Composer Studio, to ensure optimal compatibility. ti_baremetal project Problem

Kindly help to build and debug in arm and dsp processor

regards ,

venkat.s

  • Hi Venkat,

    Can you please share the following info:

    1) Which SDK version are you using?
    2) Which example are trying to build?
    3) Please share the procedure you are following for build the example.

    Regards,
    Parth

  • Hi,

    1. sdk version is 9

    2. I want to build the arm and dsp in usb port

    3. In arm processor  build  normal (hello world program ) it's working

    and import the project ti_baremetal create and  the target configuration is also done

    when I build ti_baremetal project

    I got the compilation failure ,


    **** Build of configuration Debug for project ti_baremetal ****

    /home/medongo/medongo/ti/ccs930/ccs/utils/bin/gmake -k -j 4 all -O
     
    Building file: "../main.c"
    Invoking: C6000 Compiler
    "/home/medongo/medongo/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/bin/cl6x" -mv6600 --include_path="/home/medongo/Downloads/deal_2021-master-deal-sitara/deal/sitara/cc66/bm" --include_path="/home/medongo/medongo/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/include" --include_path="/home/medongo/ti/sdkrtos/pdk_am57xx_1_0_17/packages/" --include_path="/home/medongo/ti/sdkrtos/pdk_am57xx_1_0_17/packages/ti/csl/src/ip/gpio/V1" --define=__TI_NO_PARALLEL_LOADS=1 --define=DEVICE_AM571x -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="main.d_raw"  "../main.c"
     
    >> Compilation failure
    subdir_rules.mk:7: recipe for target 'main.obj' failed
    "../main.c", line 1: fatal error #1965: cannot open source file "ti/board/board.h"
    1 catastrophic error detected in the compilation of "../main.c".
    Compilation terminated.
    gmake: *** [main.obj] Error 1
    "../gpio/gpio.c", line 46: fatal error #1965: cannot open source file "ti/csl/csl_gpio.h"
    1 catastrophic error detected in the compilation of "../gpio/gpio.c".
    Compilation terminated.
    gmake: *** [gpio/gpio.obj] Error 1
    "../i2c/i2c.c", line 46: fatal error #1965: cannot open source file "ti/csl/csl_i2c.h"
    1 catastrophic error detected in the compilation of "../i2c/i2c.c".
    Compilation terminated.
    gmake: *** [i2c/i2c.obj] Error 1
    "../mcasp/mcasp.c", line 50: fatal error #1965: cannot open source file "ti/csl/hw_types.h"
    1 catastrophic error detected in the compilation of "../mcasp/mcasp.c".
    Compilation terminated.
    gmake: *** [mcasp/mcasp.obj] Error 1
    "../mmc/mmc.c", line 45: fatal error #1965: cannot open source file "ti/csl/csl_types.h"
    1 catastrophic error detected in the compilation of "../mmc/mmc.c".
    Compilation terminated.
    gmake: *** [mmc/mmc.obj] Error 1
    "/home/medongo/Downloads/deal_2021-master-deal-sitara/deal/sitara/cc66/bm/qspi_nor/qspi_cmd_init.h", line 44: fatal error #1965: cannot open source file "ti/csl/csl_qspi.h"
    1 catastrophic error detected in the compilation of "../qspi_nor/qspi_cmd_init.c".
    Compilation terminated.
    gmake: *** [qspi_nor/qspi_cmd_init.obj] Error 1
    "/home/medongo/Downloads/deal_2021-master-deal-sitara/deal/sitara/cc66/bm/qspi_nor/qspi_cmd_init.h", line 44: fatal error #1965: cannot open source file "ti/csl/csl_qspi.h"

    Regards ,

    thanks for all,

    venkat.s

  • Hi Venkat,

    I am sorry, I am still a little confused on what you are trying to build here.
    Are you building a custom application or you are building something from PDK? Can you please share the command you used to create the project?

    Also, you can refer to the documentation: https://software-dl.ti.com/processor-sdk-rtos/esd/AM57X/06_03_02_08/exports/docs/rtos/index_device_drv.html#building-i2c-examples on how to build libraries and example in PDK.

    Regards,
    Parth