Hello everybody
I downloaded and built latest cegcc (I'm using mingw32ce build)
The problem I'm getting is that I can't build for iwmmxt cpu. I tried
-mcpu=iwmmxt -march-iwmmxt -mabi=wmmxt etc, but nothing works.
In all cases I get this error:
iwmmxt requires an AAPCS compatible ABI for proper o
Danny Backx wrote:
> On Sat, 2009-08-29 at 17:30 -0400, pps wrote:
>> The problem I'm getting is that I can't build for iwmmxt cpu. I tried
>> -mcpu=iwmmxt -march-iwmmxt -mabi=wmmxt etc, but nothing works.
>
> I've never tried that. What's a iwmmxt cp
pps wrote:
> Danny Backx wrote:
>> On Sat, 2009-08-29 at 17:30 -0400, pps wrote:
>>> The problem I'm getting is that I can't build for iwmmxt cpu. I tried
>>> -mcpu=iwmmxt -march-iwmmxt -mabi=wmmxt etc, but nothing works.
>> I've never tried that.
Danny Backx wrote:
> On Sat, 2009-09-05 at 05:54 +0400, i-love-spam wrote:
>> Seems that wmmx target cpu cannot be used, but it is still possible to use
>> wmmx code.
>> Here's how I made it work for me: -mtune=iwmmxt -mcpu=xscale
>> -Wa,-mcpu=iwmmxt
>
> Interesting.
>
>> It works, but I had