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