Hi All
I'd like to install gst-ti-plugin-full-1.02.00 on ezsdk 5.05.02.00 with DM8168 chipset.
But, I could not compile gst-ti-plugin-full-1.02.00 on ezsdk 5.05.02.0 sdk.
When compiled gst-ti-plugin-full-1.02.00, I saw the error message as below.
*** please add setting for DMAI_INSTALL_DIR to the Rules.make in the DVSDK.
How can I compile gst-ti-plugin-full-1.02.00 on ezsdk 5.05.02.00 ?
I followed the step as below to build ezsdk 5.05.02.00
1) installed Virtualbox 4.2.10
2) installed Ubuntu 10.04
3) installed "arm-2009q1-203-arm-none-linux-gnueabi.bin"
4) installed "ezsdk_dm816x-evm_5_05_02_00_setuplinux"
5) setup configuration according to "DM816x_EZ_Software_Developers_Guide.pdf"
- host $ ${EZSDK}/setup.sh
- host $ . /path/to/linux-devkit/environment-setup
- host $ . /path/to/dsp-devkit/environment-setup
6) executed "make clean"
7) executed "make all"
8) I confirmed the successor of "make all" (i.e, full compile is ok)
9) downloaded "gst-ti-plugin(gst-ti-plugin-full-1.02.00)"
from http://processors.wiki.ti.com/index.php/DM81xx_Gstreamer_Plugin#High_level_features_and_usecases
10) modified the "Makefile.common" to compile gst-ti-plugin-full-1.02.00
reference : https://gstreamer.ti.com/gf/project/gstreamer_ti/scmsvn/?action=browse&path=%2Ftrunk%2Fgstreamer_ti_dm81xx%2FREADME.TXT&revision=973&view=markup
---------------------------- Makefile.common ---------------------------
EZSDK_INSTALL_DIR = /home/jiwon/work/ezsdk
TARGET_ROOT_DIR = /home/jiwon/targetfs
CROSS_COMPILER = CS_2009Q1
GST_TI_PLATFORM = dm816x
ifndef EZSDK_INSTALL_DIR
$(error EZSDK_INSTALL_DIR must be set in Makefile before building)
endif
include $(EZSDK_INSTALL_DIR)/Rules.make
-----------------------------------------------------------------------------------------------------------------------------
11) When do command "make all install VERBOSE=true",
I just only see error log "*** please add setting for DMAI_INSTALL_DIR to the Rules.make in the DVSDK."
Many thanks.