Hello all,
I am using ti-processor-sdk-rtos-j721e-evm-07_01_00_11.
The PC simulation is successful. But, when trying to build with target, I am facing following issue (error log attached).
Below is my concerto.mak of A72 kernel.
#ifeq ($(TARGET_CPU), $(filter $(TARGET_CPU), x86_64 A72))
ifeq ($(TARGET_CPU), $(filter $(TARGET_CPU), A72 ))
ifeq ($(TARGET_OS),$(filter $(TARGET_OS), LINUX QNX))
include $(PRELUDE)
TARGET := vx_target_kernels_a72
TARGETTYPE := library
CSOURCES := $(call all-c-files)
CPPSOURCES := $(call all-cpp-files)
IDIRS += $(VISION_APPS_PATH)/kernels/MTCI_CC_Kernel/include
IDIRS += $(VISION_APPS_PATH)/kernels/MTCI_CC_Kernel/host
IDIRS += $(VISION_APPS_PATH)/kernels/MTCI_CC_Kernel/test
IDIRS += $(HOST_ROOT)/kernels/include
IDIRS += $(HOST_ROOT)/source/include
IDIRS += $(LINUX_FS_PATH)/usr/include
IDIRS += $(VXLIB_PATH)/packages
CFLAGS += -Wall
CFLAGS += -Wextra
CFLAGS += -Wpedantic
CFLAGS += -Werror
CFLAGS += -Wuninitialized
CFLAGS += -Wvla
CFLAGS += -coverage
CFLAGS += -opencv
CFLAGS += -ggdb
CFLAGS += -std=c++14
CFLAGS += -lcs50
CFLAGS += -lm
ifeq ($(TARGET_CPU), A72)
DEFS += CORE_A72
endif
ifeq ($(TARGET_CPU), $(filter $(TARGET_CPU), X86 x86_64))
DEFS += _HOST_BUILD _TMS320C6600 TMS320C66X HOST_EMULATION
endif
include $(FINALE)
endif
endif
Please help me in resolving the same.
Herewith I am attaching the error log when building in QNX.
/cfs-file/__key/communityserver-discussions-components-files/791/1300.error.log
Any support will be helpful!
Regards,
Padmasree N