This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libFFI arm compilation fails with assembly


Thanks Andrew. That worked.

/Kans

> On Wed, Nov 5, 2008 at 9:34 AM, Andrew Haley <aph@redhat.com> wrote:
>>
>> Kannaiyan Natesan wrote:
>> >  src/arm/sysv.S: Assembler messages:
>> >  src/arm/sysv.S:204: Error: selected processor does not support `stfeqs
>> > f0,[r2]'
>> >  src/arm/sysv.S:209: Error: selected processor does not support `stfeqd
>> > f0,[r2]'
>> >  src/arm/sysv.S:283: Error: selected processor does not support `ldfs
>> > f0,[sp]'
>> >  src/arm/sysv.S:286: Error: selected processor does not support `ldfd
>> > f0,[sp]'
>> >  src/arm/sysv.S:289: Error: selected processor does not support `ldfd
>> > f0,[sp]'
>> >  make[2]: *** [src/arm/sysv.lo] Error 1
>> >  make[2]: Leaving directory
>> >
>> > `/home/knatesan/projects/svnltib/ltib-imx31ads-rel4/rpm/BUILD/libffi-3.0.5'
>> >  Can someone please help how would I resolve this error?
>>
>> Use -mfloat-abi=soft when preprocessing sysv.S.
>>
>> Andrew.
>
>
>
> --
> The ones who are hardest to love are usually the ones who need it the most.
>
>
>



--
The ones who are hardest to love are usually the ones who need it the most.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]