OpenBios Fails To Compile ??
Hi, This is my first install & compile of OpenBIOS but, I am having trouble compiling... administrator@sky_bolt /bios/OpenBIOS/openbios-devel $ config/scripts/switch-arch amd64 administrator@sky_bolt /bios/OpenBIOS/openbios-devel $ make Building OpenBIOS on amd64 for amd64 Cleaning up... ok Initializing build tree...ok. Creating target Makefile...ok. Creating config files...ok. Building...error: arch/unix/unix.c: In function 'segv_handler': arch/unix/unix.c:268: warning: format '%x' expects type 'unsigned int', but argument 2 has type 'long unsigned int' arch/unix/unix.c:270: warning: format '%x' expects type 'unsigned int', but argument 2 has type 'long unsigned int' arch/unix/unix.c:270: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'long unsigned int' arch/unix/unix.c:270: warning: format '%x' expects type 'unsigned int', but argument 4 has type 'cell' arch/unix/unix.c:270: warning: format '%x' expects type 'unsigned int', but argument 5 has type 'ucell' arch/unix/unix.c:270: warning: format '%x' expects type 'unsigned int', but argument 6 has type 'long unsigned int' arch/unix/unix.c:272: warning: format '%x' expects type 'unsigned int', but argument 4 has type 'ucell' arch/unix/unix.c: In function 'read_from_disk': arch/unix/unix.c:348: warning: unused parameter 'channel' arch/unix/unix.c:348: warning: unused parameter 'unit' arch/unix/unix.c: In function 'main': arch/unix/unix.c:503: warning: format '%d' expects type 'int', but argument 2 has type 'cell' make[1]: *** [obj-amd64/target/arch/unix/unix.o] Error 1 make[1]: Leaving directory `/bios/OpenBIOS/openbios-devel' any help would be appreciated thanks steve --------------------------------- Do you Yahoo!? Get on board. You're invited to try the new Yahoo! Mail.
Building...error: arch/unix/unix.c: In function 'segv_handler': arch/unix/unix.c:268: warning: format '%x' expects type 'unsigned int', but argument 2 has type 'long unsigned int' arch/unix/unix.c:270: warning: format '%x' expects type 'unsigned int', but argument 2 has type 'long unsigned int' arch/unix/unix.c:270: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'long unsigned int' arch/unix/unix.c:270: warning: format '%x' expects type 'unsigned int', but argument 4 has type 'cell' arch/unix/unix.c:270: warning: format '%x' expects type 'unsigned int', but argument 5 has type 'ucell' arch/unix/unix.c:270: warning: format '%x' expects type 'unsigned int', but argument 6 has type 'long unsigned int' arch/unix/unix.c:272: warning: format '%x' expects type 'unsigned int', but argument 4 has type 'ucell' arch/unix/unix.c: In function 'read_from_disk': arch/unix/unix.c:348: warning: unused parameter 'channel' arch/unix/unix.c:348: warning: unused parameter 'unit' arch/unix/unix.c: In function 'main': arch/unix/unix.c:503: warning: format '%d' expects type 'int', but argument 2 has type 'cell' make[1]: *** [obj-amd64/target/arch/unix/unix.o] Error 1 make[1]: Leaving directory `/bios/OpenBIOS/openbios-devel'
These compiler messages are warnings, not errors, the real error happens earlier. Please retry with 'make build-verbose' to see the unfiltered compiler output. _________________________________________________________________ Don't just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/
participants (2)
-
Blue Swirl -
steve yannalfo