Re: [yocto] Problem compiling diffutils on poky-tiny in danny

2012-11-14 Thread Darren Hart
On 11/14/2012 01:47 PM, Tim Bird wrote: > On 11/14/2012 11:05 AM, Darren Hart wrote: ... I really need to get the poky-tiny docs going... right after I finish these kernel docs I guess... anyone want to volunteer? >>> >>> I'd be happy to write some stuff up. It wouldn't >>> be exhausti

Re: [yocto] Problem compiling diffutils on poky-tiny in danny

2012-11-14 Thread Tim Bird
On 11/14/2012 01:47 PM, Tim Bird wrote: > On 11/14/2012 11:05 AM, Darren Hart wrote: >> On 11/14/2012 10:57 AM, Tim Bird wrote: >>> On 11/14/2012 10:50 AM, Darren Hart wrote: runqemu doesn't quite know what to make of poky-tiny :-) Try the following: $ qemu-system-i386 -kernel path/t

Re: [yocto] Problem compiling diffutils on poky-tiny in danny

2012-11-14 Thread Tim Bird
On 11/14/2012 11:05 AM, Darren Hart wrote: > On 11/14/2012 10:57 AM, Tim Bird wrote: >> On 11/14/2012 10:50 AM, Darren Hart wrote: >>> runqemu doesn't quite know what to make of poky-tiny :-) Try the following: >>> >>> $ qemu-system-i386 -kernel path/to/kernel -initrd path/to/image.cpio.gz >>> -nog

Re: [yocto] Problem compiling diffutils on poky-tiny in danny

2012-11-14 Thread Darren Hart
On 11/14/2012 10:57 AM, Tim Bird wrote: > On 11/14/2012 10:50 AM, Darren Hart wrote: >> runqemu doesn't quite know what to make of poky-tiny :-) Try the following: >> >> $ qemu-system-i386 -kernel path/to/kernel -initrd path/to/image.cpio.gz >> -nographic -append "console=ttyS0 root=/dev/ram0" >

Re: [yocto] Problem compiling diffutils on poky-tiny in danny

2012-11-14 Thread Tim Bird
On 11/14/2012 10:50 AM, Darren Hart wrote: > runqemu doesn't quite know what to make of poky-tiny :-) Try the following: > > $ qemu-system-i386 -kernel path/to/kernel -initrd path/to/image.cpio.gz > -nographic -append "console=ttyS0 root=/dev/ram0" Ahh. That's helpful. Thanks. > I really need

Re: [yocto] Problem compiling diffutils on poky-tiny in danny

2012-11-14 Thread Darren Hart
On 11/14/2012 10:43 AM, Tim Bird wrote: > On 11/14/2012 08:48 AM, Darren Hart wrote: >> >> >> On 11/13/2012 05:11 PM, Tim Bird wrote: >>> Hi all, >>> >>> I'm using DISTRO=poky-tiny and trying to build: >>> $ bitbake core-image-minimal-initramfs >>> >>> I get the following error trying to compile

Re: [yocto] Problem compiling diffutils on poky-tiny in danny

2012-11-14 Thread Tim Bird
On 11/14/2012 08:48 AM, Darren Hart wrote: > > > On 11/13/2012 05:11 PM, Tim Bird wrote: >> Hi all, >> >> I'm using DISTRO=poky-tiny and trying to build: >> $ bitbake core-image-minimal-initramfs >> >> I get the following error trying to compile diffutils: >> >> ... >> i586-poky-linux-gcc -m32

Re: [yocto] Problem compiling diffutils on poky-tiny in danny

2012-11-14 Thread Darren Hart
On 11/13/2012 05:11 PM, Tim Bird wrote: > Hi all, > > I'm using DISTRO=poky-tiny and trying to build: > $ bitbake core-image-minimal-initramfs > > I get the following error trying to compile diffutils: > > ... > i586-poky-linux-gcc -m32 -march=i586 > --sysroot=/a/home/tbird/work/yocto/dan

Re: [yocto] Problem compiling diffutils on poky-tiny in danny

2012-11-14 Thread Tomas Frydrych
Hi Tim, On 14/11/12 01:11, Tim Bird wrote: > ./wctype.h:448:1: error: static declaration of 'iswalnum' follows non-static > declaration > ./wctype.h:460:1: error: static declaration of 'iswalpha' follows non-static > declaration > ... > Has anyone seen this type of error before, or can provide s