On Sun, Sep 5, 2010 at 2:10 AM, Frans Meulenbroeks <[email protected]> wrote: > I have an issue with pulseaudio: > > | CC libpulsecore_0.9.21_la-svolume_arm.lo > | pulsecore/svolume_arm.c: In function 'pa_volume_s16ne_arm': > | pulsecore/svolume_arm.c:53: error: can't find a register in class > 'LO_REGS' while reloading 'asm' > | pulsecore/svolume_arm.c:53: error: 'asm' operand has impossible constraints > | make[3]: *** [libpulsecore_0.9.21_la-svolume_arm.lo] Error 1 > > From searching the irc log this is a longer standing issue. > Is there any suggested solution for this. > If I understand corrrectly it affects all our armv4 and armv5 machines. >
well its not arm v4 or v5 but its thumb. If you use arm instruction set then it would work. set ARM_INSTRUCTION_SET = "arm" in the recipe and retry. > Frans > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
