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.

regarding help

respected concern,

 i have tried to run the example of mmc_sd card example 2 from the CSL 3.0.But i m facing following errors.plz anybody suggest me which library and cmd file to use.I m using C5515 ezdsp board with CCSv4.1.... Plz do reply..waiting for response..

**** Build of configuration Debug for project lmn ****

C:\Program Files (x86)\Texas Instruments\ccsv4\utils\gmake\gmake -k all
'Building file: ../csl_mmcsd_SdCardExample.c'
'Invoking: Compiler'
"C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c5500/bin/cl55" -v5515 -g --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c5500/include" --diag_warning=225 --ptrdiff_size=32 --memory_model=huge --preproc_with_compile --preproc_dependency="csl_mmcsd_SdCardExample.pp" "../csl_mmcsd_SdCardExample.c"
"../csl_mmcsd_SdCardExample.c", line 90: fatal error: could not open source file "csl_mmcsd.h"
1 fatal error detected in the compilation of "../csl_mmcsd_SdCardExample.c".
Compilation terminated.

>> Compilation failure
C:\Program Files (x86)\Texas Instruments\ccsv4\utils\gmake\gmake: *** [csl_mmcsd_SdCardExample.obj] Error 1
C:\Program Files (x86)\Texas Instruments\ccsv4\utils\gmake\gmake: Target `all' not remade because of errors.
Build complete for project lmn

  • Hi,

    From the log you have posted, it is clear that you are missing some include paths for the project. Please follow the steps below to add/update the include paths:

    1. Open CCS.

    2. Right click on the project name.

    3. Select Build Options.

    4. Under C5500 Compiler, select Include Options.

    5. Add the required header file paths and click Apply.

    If you are facing build issues even after adding proper include paths, please make sure that you are using Code Generation Tools 4.3.6 and CCS version 4.1 or above.

    Regards,

    Rahul Nair