Instructions at http://processors.wiki.ti.com/index.php/GSG:_DVEVM_Software_Setup_for_DM6467_Platforms near the bottom say to:
host $ make clean host $ make host $ make install
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Instructions at http://processors.wiki.ti.com/index.php/GSG:_DVEVM_Software_Setup_for_DM6467_Platforms near the bottom say to:
host $ make clean host $ make host $ make install
=== PROBLEM FOUR ===
Changing Rules.make got me a little further. I changed from:
LINUXLIBS_INSTALL_DIR=$(DVSDK_INSTALL_DIR)/../opt/arago-2009.11/arm-none-linux-gnueabi/usr
to:
LINUXLIBS_INSTALL_DIR=$(DVSDK_INSTALL_DIR)/../linuxlibs-2009.11-armv5te
But I still get
WARNING: /home/helmutforren/dvsdk/dvsdk_3_10_00_11/dsplink_linux_1_64/packages doesn't exist, check your Rules.make..
at the top. Where in the blazes is dsplink_linux_1_64? I followed all the instructions. It must have been omitted from some install or something. Or else that's the wrong folder name. Or something.