Hi,
Where should the PSP Driver be installed to meet the following path give below ?
#include <ti/pspiom/platforms/evm6748/Mmcsd_evmInit.h>
When I compile the RFTS based MMCSD project, I am getting the following error.
"C:/Texas Instruments/C6000 Code Generation Tools 6.1.9/bin/cl6x" -@"ccsLinker.opt" -o "mmcsd.out"
<Linking>
error: cannot find file
"ti\\pspiom\\blkmedia\\lib\\C6748\\Debug\\ti.pspiom.blkmedia.filesystem.a674
"
error: cannot find file
"ti\\pspiom\\mmcsd\\lib\\C6748\\Debug\\ti.pspiom.mmcsd.a674"
error: cannot find file
"ti\\pspiom\\platforms\\evm6748\\lib\\Debug\\ti.pspiom.platforms.evm6748.evm
Init.a674"
error: cannot find file
"ti\\pspiom\\psc\\lib\\C6748\\Debug\\ti.pspiom.psc.a674"
error: cannot find file
"ti\\pspiom\\gpio\\lib\\C6748\\Debug\\ti.pspiom.gpio.a674"
undefined first referenced
symbol in file
--------- ----------------
_PSP_mmcsdCheckCard ./mmcsdSample.obj
_Psc_ModuleClkCtrl ./mmcsdSample.obj
_commonInit
_configureMmcsd0 ./mmcsdSample.obj
_mmcsdPscInit ./mmcsdSample.obj
_mmcsdStorageDeInit ./mmcsdSample.obj
_mmcsdStorageInit ./mmcsdSample.obj
error: unresolved symbols remain
"./mmcsdSamplecfg.cmd", line 9: error: undefined symbol "_commonInit" used in
expression
error: errors encountered during linking; "mmcsd.out" not built
>> Compilation failure
gmake: *** [mmcsd.out] Error 1
gmake: Target `all' not remade because of errors.
Build complete for project mmcsd
I am using OMAP-L138 EVM with C6748 SOM and following packages:
CCS Version: 4.2.0.10017.
bios_5_41_07_24
edma3_lld_01_11_01_04
xdctools_3_20_03_63
xdais_7_10_00_06
I will appreciate your help.
Thanks.
-Tariq