Hi,
Programming the c6748 with ccsv5 using the ti xds100v2 external emulator,the normal dsp programs are working fine but loading the face detection program its not working, i installed the bios_c6sdk_02_00_00_00_setupwin32 in the c drive after installing the file i import the program to ccsv5 from the folder C:\Program Files\Texas Instruments\c6sdk_02_00_00_00\demos\facedetect\
After imported the following projects are in project explorer
1 facedetect_evmC6748
2 facedetect_lcdk
building both the projects, i got the following errors in the console
**** Build of configuration Debug for project facedetect_evmC6748 ****
"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
gmake: *** No rule to make target `C:/Users/src/adv7343.c', needed by `adv7343.obj'.
'Building file: ../facedetect_evmC6748.cfg'
'Invoking: XDCtools'
"C:/Program Files/Texas Instruments/xdctools_3_23_00_32/xs" --xdcpath="C:/Program Files/Texas Instruments/bios_6_33_01_25/packages;C:/ti/ccsv5/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C674 -p ti.platforms.evmOMAPL138 -r debug -c "C:/ti/ccsv5/tools/compiler/c6000_7.4.1" --compileOptions "-g --optimize_with_debug" "../facedetect_evmC6748.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring facedetect_evmC6748.xe674 from package/cfg/facedetect_evmC6748_pe674.cfg ...
cle674 package/cfg/facedetect_evmC6748_pe674.c ...
'Finished building: ../facedetect_evmC6748.cfg'
' '
gmake: *** No rule to make target `C:/Users/src/cdce913.c', needed by `cdce913.obj'.
gmake: *** No rule to make target `C:/Users/src/codecif.c', needed by `codecif.obj'.
gmake: *** No rule to make target `C:/Users/src/facedetect_evmC6748.c', needed by `facedetect_evmC6748.obj'.
gmake: *** No rule to make target `C:/Users/src/i2cgpio.c', needed by `i2cgpio.obj'.
gmake: *** No rule to make target `C:/Users/src/tvp5147.c', needed by `tvp5147.obj'.
gmake: Target `all' not remade because of errors.
**** Build Finished ****
can anyone help me to solve the problem,thanks in advance