[oe] unable to bitbake ortp

Khem Raj raj.khem at gmail.com
Sat Sep 5 17:50:52 UTC 2009


On Sat, Sep 5, 2009 at 9:24 AM, Juan Backson<juanbackson at gmail.com> wrote:
> Hi,
>
> I don't know why, but I am getting a strange problem with not being able to
> bitbake ortp.  We are pretty desperate right now at this problem as we can't
> move forward with our project without this fixed.  Could someone please help
> us out?

If you are using .dev then there is ortp-0.13 which I built here
without any problem
on a sidenote it says DEPENDS = "glibc " which I think should be
changed to virtual/libc
but as long as you are using glibc/eglibc based system it should not
be a problem.

>
>
> OE:beagleboard [juan at localhost openembedded]$ cat
> /home/anne/oe/tmp/work/armv7a-angstrom-linux-gnueabi/ortp-0.7.1-r1/temp/log.do_compile.21313
> NOTE: make
> make  all-recursive
> make[1]: Entering directory
> `/home/anne/oe/tmp/work/armv7a-angstrom-linux-gnueabi/ortp-0.7.1-r1/ortp-0.7.1'
> Making all in src
> make[2]: Entering directory
> `/home/anne/oe/tmp/work/armv7a-angstrom-linux-gnueabi/ortp-0.7.1-r1/ortp-0.7.1/src'
> Making all in .
> make[3]: Entering directory
> `/home/anne/oe/tmp/work/armv7a-angstrom-linux-gnueabi/ortp-0.7.1-r1/ortp-0.7.1/src'
> /bin/sh ../arm-angstrom-linux-gnueabi-libtool --tag=CC   --mode=compile
> arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon
> -mfloat-abi=softfp -DHAVE_CONFIG_H -I. -I.. -I../include/
> -isystem/home/anne/oe/tmp/staging/armv7a-angstrom-linux-gnueabi/usr/include
> -D_ORTP_SOURCE  -DG_LOG_DOMAIN=\"oRTP\" -I.. -pthread
> -I/home/anne/oe/tmp/staging/armv7a-angstrom-linux-gnueabi/home/anne/oe/tmp/staging/x86_64-linux/usr/include/glib-2.0
> -I/home/anne/oe/tmp/staging/armv7a-angstrom-linux-gnueabi/home/anne/oe/tmp/staging/x86_64-linux/usr/lib/glib-2.0/include
> -isystem/home/anne/oe/tmp/staging/armv7a-angstrom-linux-gnueabi/usr/include
> -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -Wall
> -MT str_utils.lo -MD -MP -MF .deps/str_utils.Tpo -c -o str_utils.lo
> str_utils.c
> arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc
> -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp
> -DHAVE_CONFIG_H -I. -I.. -I../include/
> -isystem/home/anne/oe/tmp/staging/armv7a-angstrom-linux-gnueabi/usr/include
> -D_ORTP_SOURCE -DG_LOG_DOMAIN=\"oRTP\" -I.. -pthread
> -I/home/anne/oe/tmp/staging/armv7a-angstrom-linux-gnueabi/home/anne/oe/tmp/staging/x86_64-linux/usr/include/glib-2.0
> -I/home/anne/oe/tmp/staging/armv7a-angstrom-linux-gnueabi/home/anne/oe/tmp/staging/x86_64-linux/usr/lib/glib-2.0/include
> -isystem/home/anne/oe/tmp/staging/armv7a-angstrom-linux-gnueabi/usr/include
> -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -Wall
> -MT str_utils.lo -MD -MP -MF .deps/str_utils.Tpo -c str_utils.c  -fPIC -DPIC
> -o .libs/str_utils.o
> In file included from str_utils.c:20:
> ../include/ortp/rtpport.h:146:18: error: glib.h: No such file or directory
> In file included from str_utils.c:20:
> ../include/ortp/rtpport.h:291: error: expected specifier-qualifier-list
> before 'guint16'
> ../include/ortp/rtpport.h:298: error: expected specifier-qualifier-list
> before 'guint32'
> In file included from str_utils.c:21:
> ../include/ortp/rtp.h:48: error: expected specifier-qualifier-list before
> 'guint16'
> ../include/ortp/rtp.h:66: error: expected specifier-qualifier-list before
> 'guint64'
> In file included from str_utils.c:22:
> ../include/ortp/str_utils.h:42: error: expected specifier-qualifier-list
> before 'guint'
> ../include/ortp/str_utils.h:49: error: expected specifier-qualifier-list
> before 'gint'
> ../include/ortp/str_utils.h:68: error: expected ')' before 'size'
> ../include/ortp/str_utils.h:92: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'msgdsize'
> ../include/ortp/str_utils.h:103: error: expected declaration specifiers or
> '...' before 'gboolean'
> ../include/ortp/str_utils.h:104: error: expected declaration specifiers or
> '...' before 'gboolean'
> str_utils.c: In function 'qinit':
> str_utils.c:31: error: 'queue_t' has no member named 'q_mcount'
> str_utils.c: In function 'allocb':
> str_utils.c:44: error: 'gchar' undeclared (first use in this function)
> str_utils.c:44: error: (Each undeclared identifier is reported only once
> str_utils.c:44: error: for each function it appears in.)
> str_utils.c:44: error: 'buf' undeclared (first use in this function)
> str_utils.c:46: warning: implicit declaration of function 'g_malloc'
> str_utils.c:46: warning: assignment makes pointer from integer without a
> cast
> str_utils.c:48: warning: assignment makes pointer from integer without a
> cast
> str_utils.c:54: error: 'dblk_t' has no member named 'ref_count'
> str_utils.c:55: error: 'g_free' undeclared (first use in this function)
> str_utils.c: In function 'allocb_with_buf':
> str_utils.c:68: warning: assignment makes pointer from integer without a
> cast
> str_utils.c:70: warning: assignment makes pointer from integer without a
> cast
> str_utils.c:75: error: 'dblk_t' has no member named 'ref_count'
> str_utils.c: In function 'freeb':
> str_utils.c:87: warning: implicit declaration of function 'g_return_if_fail'
> str_utils.c:90: error: 'struct datab' has no member named 'ref_count'
> str_utils.c:91: error: 'struct datab' has no member named 'ref_count'
> str_utils.c:95: warning: implicit declaration of function 'g_free'
> str_utils.c: In function 'dupb':
> str_utils.c:115: warning: implicit declaration of function
> 'g_return_val_if_fail'
> str_utils.c:118: error: 'struct datab' has no member named 'ref_count'
> str_utils.c:119: warning: assignment makes pointer from integer without a
> cast
> str_utils.c: In function 'putq':
> str_utils.c:148: error: 'queue_t' has no member named 'q_mcount'
> str_utils.c: In function 'getq':
> str_utils.c:160: error: 'queue_t' has no member named 'q_mcount'
> str_utils.c: In function 'insq':
> str_utils.c:171: error: 'queue_t' has no member named 'q_mcount'
> str_utils.c: In function 'remq':
> str_utils.c:179: error: 'queue_t' has no member named 'q_mcount'
> str_utils.c: At top level:
> str_utils.c:197: error: expected '=', ',', ';', 'asm' or '__attribute__'
> before 'msgdsize'
> str_utils.c: In function 'msgpullup':
> str_utils.c:210: error: 'gint' undeclared (first use in this function)
> str_utils.c:210: error: expected ';' before 'msgsize'
> str_utils.c:211: error: expected ';' before 'rlen'
> str_utils.c:212: error: expected ';' before 'mlen'
> str_utils.c:215: error: 'msgsize' undeclared (first use in this function)
> str_utils.c:216: error: 'rlen' undeclared (first use in this function)
> str_utils.c:220: error: 'mlen' undeclared (first use in this function)
> str_utils.c: In function 'copyb':
> str_utils.c:246: error: 'gint' undeclared (first use in this function)
> str_utils.c:246: error: expected ';' before 'len'
> str_utils.c:247: error: 'len' undeclared (first use in this function)
> str_utils.c: At top level:
> str_utils.c:266: error: expected declaration specifiers or '...' before
> 'gboolean'
> str_utils.c: In function 'appendb':
> str_utils.c:267: error: 'gint' undeclared (first use in this function)
> str_utils.c:267: error: expected ';' before 'padcnt'
> str_utils.c:269: error: 'pad' undeclared (first use in this function)
> str_utils.c:270: error: 'padcnt' undeclared (first use in this function)
> str_utils.c: At top level:
> str_utils.c:287: error: expected declaration specifiers or '...' before
> 'gboolean'
> str_utils.c: In function 'msgappend':
> str_utils.c:289: error: 'pad' undeclared (first use in this function)
> str_utils.c:289: error: too many arguments to function 'appendb'
> make[3]: *** [str_utils.lo] Error 1
> make[3]: Leaving directory
> `/home/anne/oe/tmp/work/armv7a-angstrom-linux-gnueabi/ortp-0.7.1-r1/ortp-0.7.1/src'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory
> `/home/anne/oe/tmp/work/armv7a-angstrom-linux-gnueabi/ortp-0.7.1-r1/ortp-0.7.1/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/home/anne/oe/tmp/work/armv7a-angstrom-linux-gnueabi/ortp-0.7.1-r1/ortp-0.7.1'
> make: *** [all] Error 2
> FATAL: oe_runmake failed
>
>
> Thanks,
> jb
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>




More information about the Openembedded-devel mailing list