[Haret-devel] Re : haret compile error: l1trace.cpp - Rn must not overlap other operands
Matthieu H
maat_h at yahoo.fr
Sat Feb 19 01:31:10 CET 2011
i had the same issue
guys look on google, this is a known error
http://www.rockbox.org/tracker/task/7972
http://www.rockbox.org/tracker/task/7972?getfile=15120
you need to replace
: "=r"(o) \ by
: "=&r"(o) \
etc...
----- Message d'origine ----
> De : "lowcut at gmx.at" <lowcut at gmx.at>
> À : haret-devel at lists.linuxtogo.org
> Envoyé le : Ven 18 février 2011, 19h 22min 53s
> Objet : Re: [Haret-devel] haret compile error: l1trace.cpp - Rn must not
>overlap other operands
>
> > Hy i'm having problems compiling Haret, it gives me this error about "Rn
> > must not overlap other operands" in the l1trace.cpp. I'm trying to test
> > it on an MT6516 processor (MT65xx from MediaTek). Can somebody help me?
>
> I got the same error when trying to use cegcc 0.59.1. With cegcc 0.55 I could
>compile haret without errors. As I'm new to the ARM architecture in general I
>can't tell if this is a bug in haret or cegcc 0.59.1.
>
> My compiled binary did start on my old Pocket LOOX (using an Intel PX250,
>based on ARMv5), but I didn't have time yet to use any of haret's functions.
>
> Good luck & kind regards,
>
> Bernhard
>
> _______________________________________________
> Haret-devel mailing list
> Haret-devel at lists.linuxtogo.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/haret-devel
>
More information about the Haret-devel
mailing list