Displaying 3 results from an estimated 3 matches for "qemuarm".
Did you mean:
  em_arm
  
2015 Jul 06
2
Compilation failure in resample_neon.h on aarch64
Hi all,
I'm updating OpenEmbedded-core's speexdsp from 1.2rc1 (when it still was
a part of the speex source tree) to 1.2rc3. I found out that building
the new version for aarch64 fails in resample_neon.h (the target machine
is OE-core's default qemuarm64 target). This is the error message:
.../speexdsp-1.2rc3/libspeexdsp/resample_neon.h:148:5: error: impossible constraint in 'asm'
     asm volatile ("  cmp %[len], #0\n"
     ^
I haven't dealt with assembly code enough to be able to decipher the
error message. Does anyone h...
2015 Jul 07
1
Compilation failure in resample_neon.h on aarch64
...> > 
> > I'm updating OpenEmbedded-core's speexdsp from 1.2rc1 (when it still was
> > a part of the speex source tree) to 1.2rc3. I found out that building
> > the new version for aarch64 fails in resample_neon.h (the target machine
> > is OE-core's default qemuarm64 target). This is the error message:
> > 
> > .../speexdsp-1.2rc3/libspeexdsp/resample_neon.h:148:5: error: impossible constraint in 'asm'
> >      asm volatile ("  cmp %[len], #0\n"
> >      ^
> > 
> > I haven't dealt with assembly code en...
2015 Jul 07
0
Compilation failure in resample_neon.h on aarch64
...inen wrote:
> Hi all,
> 
> I'm updating OpenEmbedded-core's speexdsp from 1.2rc1 (when it still was
> a part of the speex source tree) to 1.2rc3. I found out that building
> the new version for aarch64 fails in resample_neon.h (the target machine
> is OE-core's default qemuarm64 target). This is the error message:
> 
> .../speexdsp-1.2rc3/libspeexdsp/resample_neon.h:148:5: error: impossible constraint in 'asm'
>      asm volatile ("  cmp %[len], #0\n"
>      ^
> 
> I haven't dealt with assembly code enough to be able to decipher th...