Hello!
I have download and install dvsdk_dm365-evm_4_02_00_06_setuplinux and arm-2009q1-203-arm-none-linux-gnueabi.bin, DVSDK bulded succesfully.
Now I have to build GStreamer for DM36x processors. I have download gst-ti-plugin-full-1.02.00.tar.gz and unpack it, after this I modify Makefile.common, I set variables in:
DVSDK_INSTALL_DIR = /opt/DM36x_DVSDK_4_02
TARGET_ROOT_DIR = /tmp/gstreamer
GSTREAMER_DIR = /opt/gstreamer
CROSS_COMPILER = CS_2009Q1
GST_TI_PLATFORM =
After run make all I see unpacking glib-2.22.2 and configure it, but configure failed:
checking for arm-linux-gcc... /opt/CodeSource//bin/arm-none-linux-gnueabi-gcc
checking for C compiler default output file name...
configure: error: in `/opt/DM36x_DVSDK_4_02/gstreamer_1.02.00/opensource_build/glib-2.22.2':
configure: error: C compiler cannot create executables
See `config.log' for more details.
make[4]: *** [glib.configure] Error 77
make[4]: Leaving directory `/opt/DM36x_DVSDK_4_02/gstreamer_1.02.00/opensource_build'
make[3]: *** [base] Error 2
make[3]: Leaving directory `/opt/DM36x_DVSDK_4_02/gstreamer_1.02.00/opensource_build'
make[2]: *** [.base] Error 2
make[2]: Leaving directory `/opt/DM36x_DVSDK_4_02/gstreamer_1.02.00/opensource_build'
make[1]: *** [opensource_build] Error 2
make[1]: Leaving directory `/opt/DM36x_DVSDK_4_02/gstreamer_1.02.00'
make: *** [all] Error 2
How can I solve this problem?
Thank you and exuse me my bad english.