Quantcast
Channel: Processors
Viewing all articles
Browse latest Browse all 123789

Forum Post: RE: Change Omx_h264enc bitrate during runtime

$
0
0

Hi,

Here is the log of compilation error I have mentioned in previous post. Please help me to solve this.

[11:24 abeesh@abeesh-pc ti-ezsdk_dm816x-evm_5_05_02_00] > sudo make gstomx
[sudo] password for abeesh:
. /home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/linux-devkit/environment-setup; \
        cd /home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/gst-openmax_GST_DM81XX_00_07_00_00/; \
        ./configure --host=arm-none-linux-gnueabi
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
configure: loading site script /home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/linux-devkit/site-config
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-none-linux-gnueabi-strip... arm-none-linux-gnueabi-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for arm-none-linux-gnueabi-gcc... arm-none-linux-gnueabi-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-none-linux-gnueabi-gcc accepts -g... yes
checking for arm-none-linux-gnueabi-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of arm-none-linux-gnueabi-gcc... gcc3
checking whether arm-none-linux-gnueabi-gcc and cc understand -c and -o together... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... arm-none-linux-gnueabi
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by arm-none-linux-gnueabi-gcc... /opt/codesourcery/arm-none-linux-gnueabi/bin/ld
checking if the linker (/opt/codesourcery/arm-none-linux-gnueabi/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... arm-none-linux-gnueabi-nm
checking the name lister (arm-none-linux-gnueabi-nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /opt/codesourcery/arm-none-linux-gnueabi/bin/ld option to reload object files... -r
checking for arm-none-linux-gnueabi-objdump... arm-none-linux-gnueabi-objdump
checking how to recognize dependent libraries... pass_all
checking for arm-none-linux-gnueabi-ar... arm-none-linux-gnueabi-ar
checking for arm-none-linux-gnueabi-strip... (cached) arm-none-linux-gnueabi-strip
checking for arm-none-linux-gnueabi-ranlib... arm-none-linux-gnueabi-ranlib
checking command to parse arm-none-linux-gnueabi-nm output from arm-none-linux-gnueabi-gcc object... ok
checking how to run the C preprocessor... arm-none-linux-gnueabi-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if arm-none-linux-gnueabi-gcc supports -fno-rtti -fno-exceptions... no
checking for arm-none-linux-gnueabi-gcc option to produce PIC... -fPIC -DPIC
checking if arm-none-linux-gnueabi-gcc PIC flag -fPIC -DPIC works... yes
checking if arm-none-linux-gnueabi-gcc static flag -static works... yes
checking if arm-none-linux-gnueabi-gcc supports -c -o file.o... yes
checking if arm-none-linux-gnueabi-gcc supports -c -o file.o... (cached) yes
checking whether the arm-none-linux-gnueabi-gcc linker (/opt/codesourcery/arm-none-linux-gnueabi/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for arm-none-linux-gnueabi-pkg-config... no
checking for pkg-config... /home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/linux-devkit/bin/pkg-config
configure: WARNING: using cross tools not prefixed with host triplet
checking pkg-config is at least version 0.9.0... yes
checking for CHECK... no
checking for VALGRIND... no
no
configure: Using gst-openmax source release as package name
configure: Using Unknown package origin as package origin
checking for GTHREAD... yes
checking for GST... yes
configure: using GStreamer tools in /usr/bin
configure: using GStreamer plug-ins in /usr/lib/gstreamer-0.10
checking for GST_BASE... yes
checking for GST_CHECK... yes
configure: Using /usr/local/lib/gstreamer-0.10 as the plugin install location
configure: creating ./config.status
config.status: creating shave
config.status: creating shave-libtool
config.status: creating Makefile
config.status: creating omx/Makefile
config.status: creating util/Makefile
config.status: creating m4/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
. /home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/linux-devkit/environment-setup; \
        make -C /home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/gst-openmax_GST_DM81XX_00_07_00_00 BIOS_INSTALL_DIR=/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/bios_6_33_05_46 IPC_INSTALL_DIR=/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/ipc_1_24_03_32 XDC_INSTALL_DIR=/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/xdctools_3_23_03_53 FC_INSTALL_DIR=/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/framework_components_3_22_01_07 CE_INSTALL_DIR=/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/codec_engine_3_22_01_06 OSAL_INSTALL_DIR=/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/osal_1_22_01_09 UIA_INSTALL_DIR=/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/uia_1_01_01_14 SYSLINK_INSTALL_DIR=/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/syslink_2_20_02_20 LINUXUTILS_INSTALL_DIR=/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/linuxutils_3_22_00_02 OMX_INSTALL_DIR=/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/omx_05_02_00_48 LINUXKERNEL=/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/board-support/linux-2.6.37-psp04.04.00.01 KERNEL_INSTALL_DIR=/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/board-support/linux-2.6.37-psp04.04.00.01 OMX_PLATFORM=ti816x-evm CROSS_COMPILE=/opt/codesourcery/bin/arm-none-linux-gnueabi-
make[1]: Entering directory `/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/gst-openmax_GST_DM81XX_00_07_00_00'
make  all-recursive
make[2]: Entering directory `/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/gst-openmax_GST_DM81XX_00_07_00_00'
Making all in ext
make[3]: Entering directory `/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/gst-openmax_GST_DM81XX_00_07_00_00/ext'
  CCLD   lib/libOMX_Core.so
make[3]: Leaving directory `/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/gst-openmax_GST_DM81XX_00_07_00_00/ext'
Making all in util
make[3]: Entering directory `/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/gst-openmax_GST_DM81XX_00_07_00_00/util'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/gst-openmax_GST_DM81XX_00_07_00_00/util'
Making all in omx
make[3]: Entering directory `/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/gst-openmax_GST_DM81XX_00_07_00_00/omx'
/bin/sh ../libtool  --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I..    -DUSE_OMXTICORE    -I../gst-libs -I../gst-libs -pthread -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/linux-devkit/arm-none-linux-gnueabi/usr/include/gstreamer-0.10 -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/linux-devkit/arm-none-linux-gnueabi/usr/include/glib-2.0 -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/linux-devkit/arm-none-linux-gnueabi/usr/lib/glib-2.0/include -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/linux-devkit/arm-none-linux-gnueabi/usr/include/libxml2     -g    -pthread -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/linux-devkit/arm-none-linux-gnueabi/usr/include/gstreamer-0.10 -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/linux-devkit/arm-none-linux-gnueabi/usr/include/glib-2.0 -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/linux-devkit/arm-none-linux-gnueabi/usr/lib/glib-2.0/include -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/linux-devkit/arm-none-linux-gnueabi/usr/include/libxml2   -I../util -Dxdc_target_name__=GCArmv5T -Dxdc_target_types__=gnu/targets/arm/std.h -Dxdc__RESTRICT__ -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/omx_05_02_00_48/include/openMaxv11 -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/omx_05_02_00_48/packages -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/xdctools_3_23_03_53/packages -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/syslink_2_20_02_20/packages -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/omx_05_02_00_48/include -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/omx_05_02_00_48/packages/ti/omx/comp/ctrl -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/board-support/linux-2.6.37-psp04.04.00.01/include -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/board-support/linux-2.6.37-psp04.04.00.01/arch/arm/include -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/omx_05_02_00_48/packages/ti/omx/interfaces/openMaxv11 -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/omx_05_02_00_48/packages/ti/omx/comp/vfpc -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/omx_05_02_00_48/packages/ti/omx/comp/vfdc -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/omx_05_02_00_48/packages/ti/omx/comp/ctrl -g -O2 -MT libgstomx_la-gstomx_h264enc.lo -MD -MP -MF .deps/libgstomx_la-gstomx_h264enc.Tpo -c -o libgstomx_la-gstomx_h264enc.lo `test -f 'gstomx_h264enc.c' || echo './'`gstomx_h264enc.c
libtool: compile:  arm-none-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I.. -DUSE_OMXTICORE -I../gst-libs -I../gst-libs -pthread -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/linux-devkit/arm-none-linux-gnueabi/usr/include/gstreamer-0.10 -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/linux-devkit/arm-none-linux-gnueabi/usr/include/glib-2.0 -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/linux-devkit/arm-none-linux-gnueabi/usr/lib/glib-2.0/include -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/linux-devkit/arm-none-linux-gnueabi/usr/include/libxml2 -g -pthread -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/linux-devkit/arm-none-linux-gnueabi/usr/include/gstreamer-0.10 -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/linux-devkit/arm-none-linux-gnueabi/usr/include/glib-2.0 -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/linux-devkit/arm-none-linux-gnueabi/usr/lib/glib-2.0/include -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/linux-devkit/arm-none-linux-gnueabi/usr/include/libxml2 -I../util -Dxdc_target_name__=GCArmv5T -Dxdc_target_types__=gnu/targets/arm/std.h -Dxdc__RESTRICT__ -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/omx_05_02_00_48/include/openMaxv11 -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/omx_05_02_00_48/packages -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/xdctools_3_23_03_53/packages -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/syslink_2_20_02_20/packages -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/omx_05_02_00_48/include -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/omx_05_02_00_48/packages/ti/omx/comp/ctrl -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/board-support/linux-2.6.37-psp04.04.00.01/include -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/board-support/linux-2.6.37-psp04.04.00.01/arch/arm/include -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/omx_05_02_00_48/packages/ti/omx/interfaces/openMaxv11 -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/omx_05_02_00_48/packages/ti/omx/comp/vfpc -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/omx_05_02_00_48/packages/ti/omx/comp/vfdc -I/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/omx_05_02_00_48/packages/ti/omx/comp/ctrl -g -O2 -MT libgstomx_la-gstomx_h264enc.lo -MD -MP -MF .deps/libgstomx_la-gstomx_h264enc.Tpo -c gstomx_h264enc.c  -fPIC -DPIC -o .libs/libgstomx_la-gstomx_h264enc.o
gstomx_h264enc.c: In function 'set_property':
gstomx_h264enc.c:226: error: 'GstOmxH264Enc' has no member named 'bitrate_dn'
gstomx_h264enc.c:257: error: 'OMX_VIDEO_CONFIG_DYNAMICPARAMS' undeclared (first use in this function)
gstomx_h264enc.c:257: error: (Each undeclared identifier is reported only once
gstomx_h264enc.c:257: error: for each function it appears in.)
gstomx_h264enc.c:257: error: expected ';' before 'tDynParams'
gstomx_h264enc.c:263: error: 'tDynParams' undeclared (first use in this function)
gstomx_h264enc.c:273: error: 'GstOmxH264Enc' has no member named 'bitrate_dn'
make[3]: *** [libgstomx_la-gstomx_h264enc.lo] Error 1
make[3]: Leaving directory `/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/gst-openmax_GST_DM81XX_00_07_00_00/omx'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/gst-openmax_GST_DM81XX_00_07_00_00'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/abeesh/Projects/imenco/new_src/imcn_hsc1/src/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/gst-openmax_GST_DM81XX_00_07_00_00'
make: *** [gstomx] Error 2


Viewing all articles
Browse latest Browse all 123789

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>