Tool/software: TI C/C++ Compiler
Hi,
i compile TDA4 software
1, in pc mode
i config build_flags.mak as below:
"BUILD_TARGET_MODE?=no
BUILD_EMULATION_MODE?=yes
BUILD_LINUX_A72?=no
PROFILE?=release"
there is a macro "OPENCV_DEBUG" in my programm
so i add "CPPFLAGS += -DOPENCV_DEBUG" in my concerto.mak
and i works well
2, in tda4 mode
i config build_flags.mak as below:
"BUILD_TARGET_MODE?=yes
BUILD_EMULATION_MODE?=no
BUILD_LINUX_A72?=yes
PROFILE?=release"
there is a macro "OPENCV_DEBUG" in my programm
so i add "CPPFLAGS += -DOPENCV_DEBUG" in my concerto.mak
but it does not work, it can not find the MACRO "OPENCV_DEBUG"
can you help about this
many thanks