Hi Champs,
I using the dvsdk version dvsdk_4_00_00_22_dm3730 which contains dsplink_1_65_00_02
I'm trying to compile the dsplink samples and I noticed that the dsp compilation is not done.
I added the this lines to the Makefile in the dvsdk directory:
dsplink_dspSample:
DSPLINK=$(LINK_INSTALL_DIR)/dsplink \
$(MAKE) -C $(LINK_INSTALL_DIR)/dsplink/dsp/src/samples \
BASE_CGTOOLS=$(CODEGEN_INSTALL_DIR) \
BASE_SABIOS=$(BIOS_INSTALL_DIR) \
all
dsplink_samples: dsplink_dspSample
DSPLINK=$(LINK_INSTALL_DIR)/dsplink \
$(MAKE) -C $(LINK_INSTALL_DIR)/dsplink/gpp/src/samples \
BASE_TOOLCHAIN=$(CSTOOL_DIR) \
BASE_CGTOOLS=${CSTOOL_DIR}/bin \
OSINC_PLATFORM="$(CSTOOL_PREFIX)/lib/gcc/arm-none-linux-gnueabi/$($(CSTOOL_PREFIX) --dumversion)/include" \
OSINC_TARGET="${CSTOOL_DIR}/target/usr/include" \
CROSS_COMPILE="$(CSTOOL_PREFIX)" \
CC=$(CSTOOL_PREFIX)gcc \
COMPILER=$(CSTOOL_PREFIX)gcc \
ARCHIVER=$(CSTOOL_PREFIX)ar \
AR=$(CSTOOL_PREFIX)ar \
LD=$(CSTOOL_PREFIX)ld \
KERNEL_DIR=$(LINUXKERNEL_INSTALL_DIR) \
all
The compilation log is attached.
What is the problem with my compilation?
Regards
Eran