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.

Not able to put breakpoint

Hi Champs,

Using the makefile we are buiding the libraries and then linking in the application to finally get the executables. But once i load the executables, i am not able to put breakpoint in the application as well as in the driver code.

If I can try to put breakpoint in the disassembly, it works. Even i can step through the code, bt not able to put breakpoint on a perticular line in teh source file.

I am using the same machine to build and debug the binary, even the path are same.

Tools are being used,

CCS :4.2.3.00004

DSP CG Tool: 7.3.0B3

Binary format : Coff

Any help would be appreciated.

=====================================================================================================================

The build log looks like,

E:/PROGRA~1/TEXASI~1/C6000C~1.0B3/bin/cl6x  -c -qq -pdsw225 -mv6740  -mo -eo.o674 -ea.s674 --symdebug:dwarf  -Dxdc_target_name__=C
674  -Dxdc_bld__profile_debug -D_DEBUG_=1  -Dxdc_cfg__header__='obj/c6748-evm/c6xdsp/debug/evm6748_i2c_sample_configuro/package/cf
g/i2csample_xem3.h'  -Dxdc_target_types__=ti/targets/std.h -Dxdc_bld__vers_1_0_7_0_0 -mi10 -dCHIP_C6748    -D_LOCAL_bios_psp_i2c_
-D_LOCAL_bios_psp_psc_ -D_LOCAL_bios_psp_platform_evm6748_ -D_BUILD_bios_psp_i2c_ -D_BUILD_bios_psp_psc_ -D_BUILD_bios_psp_platfor
m_evm6748_       -IE:/PROGRA~1/TEXASI~1/C6000C~1.0B3/include -IE:/PROGRA~1/TEXASI~1/bios_6_33_00_06_eng/packages -IE:/PROGRA~1/TEX
ASI~1/xdctools_3_22_01_21/packages -IE:\PROGRA~1\TEXASI~1\PSPDRI~1/packages -IE:/PROGRA~1/TEXASI~1/edma3_lld_02_11_02_04/packages
-fr=obj/c6748-evm/c6xdsp/debug -fs=obj/c6748-evm/c6xdsp/debug -fc src/i2cSample_io.c

# Compiling src/i2cSample_main.c to obj/c6748-evm/c6xdsp/debug/i2cSample_main.o674 ...

E:/PROGRA~1/TEXASI~1/C6000C~1.0B3/bin/cl6x  -ppd=obj/c6748-evm/c6xdsp/debug/.deps/i2cSample_main.P -c -qq -pdsw225 -mv6740  -mo -e
o.o674 -ea.s674 --symdebug:dwarf  -Dxdc_target_name__=C674  -Dxdc_bld__profile_debug -D_DEBUG_=1  -Dxdc_cfg__header__='obj/c6748-e
vm/c6xdsp/debug/evm6748_i2c_sample_configuro/package/cfg/i2csample_xem3.h'  -Dxdc_target_types__=ti/targets/std.h -Dxdc_bld__vers_
1_0_7_0_0 -mi10 -dCHIP_C6748    -D_LOCAL_bios_psp_i2c_ -D_LOCAL_bios_psp_psc_ -D_LOCAL_bios_psp_platform_evm6748_ -D_BUILD_bios_ps
p_i2c_ -D_BUILD_bios_psp_psc_ -D_BUILD_bios_psp_platform_evm6748_       -IE:/PROGRA~1/TEXASI~1/C6000C~1.0B3/include -IE:/PROGRA~1/
TEXASI~1/bios_6_33_00_06_eng/packages -IE:/PROGRA~1/TEXASI~1/xdctools_3_22_01_21/packages -IE:\PROGRA~1\TEXASI~1\PSPDRI~1/packages
 -IE:/PROGRA~1/TEXASI~1/edma3_lld_02_11_02_04/packages -fr=obj/c6748-evm/c6xdsp/debug -fs=obj/c6748-evm/c6xdsp/debug -fc src/i2cSa
mple_main.c

=================================================================================================================================

Thanks and Regards,

Sandeep K