Re: PowerPC Build Failure

2013-04-25 Thread Marcel Holtmann
Hi Jack, >>> Upgrading connman to the 1.3 git tag in OpenEmbedded threw up the following >>> compile error under a 64bit Power PC build. >>> >>> | powerpc64-poky-linux-gcc -mhard-float -m64 -mcpu=e5500 >>> --sysroot=/local/home/b19537/gcr/opensource/poky/buildmaster/tmp/sysroots/p5020ds-64b

Re: PowerPC Build Failure

2013-04-25 Thread Jack Mitchell
On 25/04/2013 16:08, Marcel Holtmann wrote: Hi Jack, Upgrading connman to the 1.3 git tag in OpenEmbedded threw up the following compile error under a 64bit Power PC build. | powerpc64-poky-linux-gcc -mhard-float -m64 -mcpu=e5500 --sysroot=/local/home/b19537/gcr/opensource/poky/buildmaste

Re: PowerPC Build Failure

2013-04-25 Thread Marcel Holtmann
Hi Jack, > Upgrading connman to the 1.3 git tag in OpenEmbedded threw up the following > compile error under a 64bit Power PC build. > > | powerpc64-poky-linux-gcc -mhard-float -m64 -mcpu=e5500 > --sysroot=/local/home/b19537/gcr/opensource/poky/buildmaster/tmp/sysroots/p5020ds-64b > -DHAVE_

Re: PowerPC Build Failure

2013-04-25 Thread Tomasz Bursztyka
Hi Jack, However on powerpc64 bits/ioctl-types.h doesn't include asm/ioctls.h so asm-generic/ioctls.h never gets included. Therefore TCGETS2 never gets defined. Is this a bug somewhere further upstream, or does it just mean that powerpc64 doesn't support the asm-generic ioctls? I don't

Re: PowerPC Build Failure

2013-04-25 Thread Jack Mitchell
On 25/04/13 10:26, Tomasz Bursztyka wrote: Hi Jack, | plugins/tist.c: In function 'set_custom_baud_rate': | plugins/tist.c:283:18: error: 'TCGETS2' undeclared (first use in this function) | plugins/tist.c:283:18: note: each undeclared identifier is reported only once for each function it appe

Re: PowerPC Build Failure

2013-04-25 Thread Tomasz Bursztyka
Hi Jack, | plugins/tist.c: In function 'set_custom_baud_rate': | plugins/tist.c:283:18: error: 'TCGETS2' undeclared (first use in this function) | plugins/tist.c:283:18: note: each undeclared identifier is reported only once for each function it appears in | plugins/tist.c:291:18: error: 'TCSE

PowerPC Build Failure

2013-04-25 Thread Jack Mitchell
Good Morning all, Upgrading connman to the 1.3 git tag in OpenEmbedded threw up the following compile error under a 64bit Power PC build. | powerpc64-poky-linux-gcc -mhard-float -m64 -mcpu=e5500 --sysroot=/local/home/b19537/gcr/opensource/poky/buildmaster/tmp/sysroots/p5020ds-64b -DHAVE_CO