Hi
I'm trying to build the test project for BCP in PDK C6670_1_0_0_12. ( CCS 5.0.3, SYS BIOS 6.32.01.38.)
Getting a few errors
1. File: Getset.xs
Line No: 26
Code: /* configure debug information */
gs.GetSet.onSet(this, "debug",
function(name, value){gs.GetSet.debug = value;});
Error: Cannot convert xdc.services.intern.xsr.Value$Obj@145c859::xdc.services.getset.GetSet to xdc.services.intern.xsr.Value$Observable .xdchelp /bcpTputTest 26 C/C++ Problem
2.
Description Resource Path Location Type
gmake: *** No rule to make target `E:/Program Files/Texas Instruments/ccsv5/ccs_base_5.0.3.00025/emulation/analysis/bin/BCP_INSTALL_PATH/ti/drv/bcp/device/bcp_device.c', needed by `bcp_device.obj'. Bcp_exampleProject Unknown C/C++ Problem
(My workspace is in D: drive. Don't know why it is searching for .obj file in E: driver)
There are a few other errors similar to the second error I mentioned
Thanks in Advance