I have built the pc386 bsp from the virtual box image which has i386 preinstalled using the following command:
./build_bsp i386 pc386
But I can't run pc386 with qemu. The error messag is:
FAILED: The path appears to be broken. (Cannot find qemu)
How can I configure in order to boot it successfully?
Regards,
Xiaochen Pan
_______________________________________________
rtems-users mailing list
rtems...@rtems.org
http://www.rtems.org/mailman/listinfo/rtems-users
I guess you have to figure out where qemu was installed and add it to
your PATH environment variable.
-Gedare