Rought csound and csound-python rpms for f14 arm
Peter Robinson
pbrobinson at gmail.com
Tue Aug 16 08:30:45 EDT 2011
On Tue, Aug 16, 2011 at 12:25 PM, Gonzalo Odiard <godiard at gmail.com> wrote:
> I have installed the packages csound, csound-devel and csound-python,
> and all the dependencies needed to compile the binaries in TamTam suite
> (alsa-lib-devel, gcc-c++, python-devel, make, gcc, pygtk-devel)
> but when compile I have the error:
>
> unknow register named 'st' in 'asm'
>
> pointing to the macro:
>
> #define FLOAT_TO_SHORT(in,out) __asm__ __volatile__ ("fistps %0" : "=m"
> (out) : "t" (in) : "st");
>
> Any idea?
Sounds like there's x86 specific assembler in there somewhere, if
that's the case you'd need to migrate the code to generic C that's not
platform specific.
Peter
> On Mon, Aug 15, 2011 at 7:19 PM, Martin Langhoff <martin.langhoff at gmail.com>
> wrote:
>>
>> Peter, Gonzalo,
>>
>> The koji buildfarm is busted. On one of my XOs I've built csound by
>> hand. It builds straight from the latest f14 spec, using `fedpkg
>> local`.
>>
>> RPMs here - http://dev.laptop.org/~martin/public_rpms/f14-arm/ so
>> hopefully they'll land in the next build...
>>
>> - Peter, do tell me if/when I should remove rpms like these once we
>> have canonical ones from koji
>>
>> - Gonzalo -- you can always grab the rpms directly ;-) -- I installed
>> them, but TamTam* still crashes on startup. But there's enough there
>> now to debug and/or rebuild any possible binaries I think ;-)
>>
>> cheers,
>>
>>
>> m
>> --
>> martin.langhoff at gmail.com
>> martin at laptop.org -- Software Architect - OLPC
>> - ask interesting questions
>> - don't get distracted with shiny stuff - working code first
>> - http://wiki.laptop.org/go/User:Martinlanghoff
>
>
>
> --
> Gonzalo Odiard
>
>
>
More information about the Devel
mailing list