Hi,
As I want to debug my "xx.x64p" file using ccs4 ,so I need to add "-g" parameter to gcc.But I can't find the proper file to add it.
I paste the makefile below:
# ======== makefile ========# GNUmake-based makefile.#
# include the files that defines XDC package, paths and build rules
EXAMPLES_ROOTDIR := $(CURDIR)/../../../../../..
include $(EXAMPLES_ROOTDIR)/xdcpaths.mak
# [CE] add the examples directory itself to the list of paths to packages
XDC_PATH := $(EXAMPLES_ROOTDIR);$(XDC_PATH)
include $(EXAMPLES_ROOTDIR)/buildutils/xdcrules.mak
## @(#) ti.sdo.ce.examples.codecs.videnc_copy; 1, 0, 0,240; 6-19-2010 19:55:38; /db/atree/library/trees/ce/ce-o16x/src/
Any help will be appreciated.
Regards,
David