[Barrelfish-users] Missing Makefile rule

CALUM MCCALL 0800410M at student.gla.ac.uk
Fri Jun 3 17:43:12 CEST 2011


Hi,

I'm currently trying to compile Barrelfish20110301 on ubuntu 11.04 but I get the following error after make has been running for 15mins or so:

make: *** No rule to make target `x86_64/sbin/splash_barnes', needed by `all'. Stop.

I'm using GCC 4.5.2, GHC 6.12.3 and parsec 2.1 and ghc-paths 0.1.0.6

The readme mentions that ghc 6.12.2 is the highest tested version, but hake runs fine.

I also get the following error whilst running make(same version of barrelfish) on an arch linux system using GCC 4.6.0 20110513 (prerelease):

./x86_32/usr/drivers/lpc_kbd/_for_app_lpc_kbd/keyboard_flounder_bindings.c 
./x86_32/usr/drivers/lpc_kbd/_for_app_lpc_kbd/keyboard_flounder_bindings.c: In function ‘keyboard_ump_send_handler’:
./x86_32/usr/drivers/lpc_kbd/_for_app_lpc_kbd/keyboard_flounder_bindings.c:736:14: error: variable ‘err’ set but not used [-Werror=unused-but-set-variable]
./x86_32/usr/drivers/lpc_kbd/_for_app_lpc_kbd/keyboard_flounder_bindings.c: In function ‘keyboard_ump_cap_send_handler’:
./x86_32/usr/drivers/lpc_kbd/_for_app_lpc_kbd/keyboard_flounder_bindings.c:832:14: error: variable ‘err’ set but not used [-Werror=unused-but-set-variable]
./x86_32/usr/drivers/lpc_kbd/_for_app_lpc_kbd/keyboard_flounder_bindings.c: In function ‘keyboard_ump_cap_rx_handler’:
./x86_32/usr/drivers/lpc_kbd/_for_app_lpc_kbd/keyboard_flounder_bindings.c:971:14: error: variable ‘err’ set but not used [-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors

I'd be grateful for any fixes anyone has for either of these issues. Let me know if you need more info(makefiles etc..)

Cheers,

-Calum


More information about the Barrelfish-users mailing list