Part Number: TDA3XEVM
Hi expert,
Ctm want to build their own program based on C:\PROCESSOR_SDK_RADAR_03_00_00_00\vision_sdk\apps\src\rtos\radar\src\usecases\radar_capture_fft_null.
Because they need O3 optimization on project, so we modified C:\PROCESSOR_SDK_RADAR_03_00_00_00\vision_sdk\build\rtos\makerules\rules_66.mk line105~line113 to
# CFLAGS based on profile selected
ifeq ($(PROFILE_$(CORE)), debug)
CFLAGS_INTERNAL += --symdebug:dwarf -O3 --keep_asm -D_DEFINE_C66XDSP_=1
CFLAGS_XDCINTERNAL = -Dxdc_target_name__=C66 -Dxdc_bld__profile_debug -D_DEBUG_=1
ifndef MODULE_NAME
CFLAGS_XDCINTERNAL += -Dxdc_cfg__header__=$(CONFIGURO_DIR)/package/cfg/$(XDC_HFILE_NAME)_pe66.h
endif
LNKFLAGS_INTERNAL_PROFILE =
endif
But ctm want to disable optimization for a single file, for example chains_radarcapturefftnull.c, then how to set make rules for this request?
Thank you.
Regards,
Allen