[yocto] Issue building meta-toolchain

2012-02-21 Thread John Toomey
Hello all, I am getting the following error when trying to build meta-toolchain: NOTE: Resolving any missing task queue dependencies ERROR: Nothing PROVIDES 'libx11-nativesdk' (but virtual:nativesdk:[path]/jtoomey/poky/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb DEPENDS on or othe

[yocto] uclibc elfutils

2012-02-27 Thread John Toomey
Hello all, I'm having some difficulty building elfutils (required by gdb) and I think its relating to the fact that im using uclibc. NOTE: package elfutils-0.148-r5: task do_compile: Started ERROR: Function failed: do_compile (see /tmp/work/i586-poky-linux-uclibc/elfutils-0.148-r5/tem

Re: [yocto] uclibc elfutils

2012-02-28 Thread John Toomey
On 27/02/2012 17:07, Khem Raj wrote: On Mon, Feb 27, 2012 at 8:35 AM, John Toomey wrote: Hello all, I'm having some difficulty building elfutils (required by gdb) and I think its relating to the fact that im using uclibc. Yes elfutils has some glibc kinship unfortunately which is ha

[yocto] RPROVIDES issue

2012-02-29 Thread John Toomey
Hello all, I am getting an error when I try to include some packages such as logrotate, valgrind and minicom in my configuration using "IMAGE_INSTALL += ... " ERROR: Nothing RPROVIDES '"minicom"' (but [path]/core-image-[blah].bb RDEPENDS on or otherwise requires it) NOTE: Runtime tar

Re: [yocto] RPROVIDES issue

2012-02-29 Thread John Toomey
On 29/02/2012 16:18, Paul Eggleton wrote: On Wednesday 29 February 2012 15:32:34 John Toomey wrote: I am getting an error when I try to include some packages such as logrotate, valgrind and minicom in my configuration using "IMAGE_INSTALL += ... " ERROR: Nothing RPROVIDES '

[yocto] issue building iputils with uclibc

2012-03-09 Thread John Toomey
Hello all I'm having problems compiling iputils with uclibc - | ping6.o: In function `niquery_option_subject_name_handler': | /tmp/work/i586-poky-linux-uclibc/iputils-s20101006-r2/iputils-s20101006/ping6.c:428: undefined reference to `dn_comp' | collect2: ld returned 1 exit status | make: ***

Re: [yocto] issue building iputils with uclibc

2012-03-09 Thread John Toomey
On 09/03/2012 15:29, Khem Raj wrote: On Fri, Mar 9, 2012 at 7:18 AM, John Toomey wrote: undefined reference to `dn_comp' add LDFLAGS_libc-uclibc_append = " -lresolv" to recipe. Hi Raj I'm still getting the same... | ping6.o: In function `niquery_option_subject_name_ha

Re: [yocto] issue building iputils with uclibc

2012-03-12 Thread John Toomey
On 09/03/2012 16:45, Khem Raj wrote: On Fri, Mar 9, 2012 at 7:45 AM, John Toomey wrote: Anything else I can try? Do you have UCLIBC_HAS_RESOLVER_SUPPORT=y in uclibc .config ? I dont think so, is there an easy way to check? How would I set it to try this

[yocto] issue building iputils with uclibc.

2012-03-20 Thread John Toomey
Hello all I'm having problems compiling iputils with uclibc - | ping6.o: In function `niquery_option_subject_name_handler': | /tmp/work/i586-poky-linux-uclibc/iputils-s20101006-r2/iputils-s20101006/ping6.c:428: undefined reference to `dn_comp' | collect2: ld returned 1 exit status | make: ***

Re: [yocto] issue building iputils with uclibc.

2012-03-29 Thread John Toomey
On 20/03/2012 16:56, Khem Raj wrote: On Tue, Mar 20, 2012 at 9:23 AM, Paul Eggleton wrote: IIRC the thread ended with Khem asking if UCLIBC_HAS_RESOLVER_SUPPORT='y' was in the uclibc configuration, the implication being that dn_comp is unavailable unless that is true. I'm not too familiar with

[yocto] meta-toolchain uclibc issue

2012-06-01 Thread John Toomey
Hello all, I'm trying to use uClibc and meta-toolchain to compile software for my target system. After building and installing the toolchain I get the following error when trying to compile: /toolchain$ $CC hello.c -o hello_after /toolchain/poky/1.2/sysroots/x86_64-pokysdk-linux/usr/bin/i586-