On Monday 31 December 2012, Riku Voipio wrote:
> It's not good enough - the __u64 and friends are used elsewhere in the
> fuse code. However just pulling in linux/types.h as done in out OE
> overlay is good enough:
>
> http://git.linaro.org/gitweb?p=openembedded/meta-aarch64.git;a=blob;f=recipes-s
On Wednesday 19 December 2012, Riku Voipio wrote:
> Hi,
>
> The following code fails to build with OE Aarch64 toolchain with
> current kernel headers. While ugly, the code is a reduced testcase
> from fuse build failure (
> https://bugs.launchpad.net/linaro-oe/+bug/1087757 ) and the same fuse
> co
On Thursday 27 December 2012, Arnd Bergmann wrote:
> On Wednesday 19 December 2012, Riku Voipio wrote:
> > Hi,
> >
> > The following code fails to build with OE Aarch64 toolchain with
> > current kernel headers. While ugly, the code is a reduced testcase
> > from fuse build failure (
> > https://b
On 1 January 2013 16:55, Arnd Bergmann wrote:
> On Monday 31 December 2012, Riku Voipio wrote:
>> http://sourceforge.net/mailarchive/forum.php?thread_name=CAAqcGH%3D-xM_a%3DR0o4cWoLqh7wKRLbiuHa_qPtrOBT2watYq_HA%40mail.gmail.com&forum_name=fuse-devel
>>
>> No response back yet,
> The patch basical
On 27 December 2012 23:15, Arnd Bergmann wrote:
> On x86, this never showed up, because its bits/sigcontext.h
> does not include asm/sigcontext.h, which it does on arm64,
> causing the conflicting __s64 definition to be pulled in
> through linux/types.h.
Ok, that explains.
> I think it would be