[OpenBIOS] [PATCH 2/4] ppc: add new context handler

Programmingkid programmingkidx at gmail.com
Sun May 1 22:20:01 CEST 2016


On May 1, 2016, at 4:12 PM, Segher Boessenkool wrote:

> On Sun, May 01, 2016 at 02:29:29PM -0400, Programmingkid wrote:
>>> +    asm __volatile__ ("mflr %0\n\t" : "=r" (lr) : : );
>> 
>> This line breaks compatibility with gcc 4.2.3. A simple fix is this:
> 
> What is the actual error message?

Sure Segher here they are:

/openbios-devel/arch/ppc/qemu/context.c:104: error: expected string literal before ‘)’ token

/openbios-devel/arch/ppc/qemu/context.c:106: error: expected string literal before ‘)’ token
make[1]: *** [target/arch/ppc/qemu/context.o] Error 1
make: *** [subdir-ppc] Error 2



More information about the OpenBIOS mailing list