Hi,
Doing 'make clean; make all' on the $(HOME)/ti-dvsdk_omap3530-evm_4_00_00_22 directory, has built the whole components except for the dsplink samples I got the gpp side but the dsp side like (loop.out, message.out,...) is missing. I just retried with command 'make dsplink_samples_clean; make dsplink_samples' but they still missing again.
When I check in Makefile, I see those lines:
dsplink_dsp_genpackage:
$(XDC_INSTALL_DIR)/xdc -C $(LINK_INSTALL_DIR)/dsplink/dsp clean
$(XDC_INSTALL_DIR)/xdc -C $(LINK_INSTALL_DIR)/dsplink/dsp .interfaces
dsplink_gpp_genpackage:
$(XDC_INSTALL_DIR)/xdc -C $(LINK_INSTALL_DIR)/dsplink/gpp clean
$(XDC_INSTALL_DIR)/xdc -C $(LINK_INSTALL_DIR)/dsplink/gpp .interfaces
dsplink: dsplink_arm dsplink_dsp dsplink_samples dsplink_dsp_genpackage dsplink_gpp_genpackage
My understand is when 'dsplink' is ready for running 'dsplink_dsp_genpackage' xdc is cleans up and would like execute .interface but this file is empty. Someone can tell me if this is the reason why the dsp side is not built and what I did wrong in my setup?
Regards,
Daniel