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
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
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
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"
>
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
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
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
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
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