On 30/11/12 15:15, Programmingkid wrote:
I tried to compile the source code, but I saw this error: cc target/arch/x86/multiboot.o /bin/sh: i486-eabi-gcc: command not found
It looks like a file is being included with the PPC target that shouldn't be included.
That doesn't look right. Have you ever included x86 as part of your switch-arch invocation? Make sure you do "rm -rf obj-x86" in the openbios-devel base directory to make sure x86 architecture OpenBIOS isn't being built as part of your "make" invocation.
HTH,
Mark.