[Barrelfish-users] Fw: New Barrelfish Release

Gerd Zellweger gerd.zellweger at inf.ethz.ch
Fri Dec 5 08:24:23 CET 2014


Hi,

You may have encountered a dependency issue within our build system.
As a quick hack, what typically works is to restart the compilation from 
scratch by doing:

make clean
then start make with some parallelization e.g.
make -j8

Hope this helps,
Gerd


On 2014-12-04 15:03, 孙剑文 wrote:
> Dear all,
> 
> I'm trying to update Barrelfish code to the newest version(2014-12-1
> updated from git).
> When I was compiling this project, following errors occurred:
> 
> Makefile:100091:
> x86_64/lib/barrelfish/_for_lib_arrakis/octopus_flounder_bindings.o.depend:
> No such file or directory
> ....
> lots of .o could not be found, include:
> x86_64/lib/barrelfish/_for_lib_arrakis/*
> x86_64/lib/barrelfish/_for_lib_barrelfish/*
> x86_64/lib/driverkit/_for_lib_driverkit/*
>  x86_64/lib/usb/_for_lib_usb/*
> x86_64/lib/net_device_manager/_for_lib_net_device_manager/*
> ......
> 
> I build this project just as before.
> What can I do about it? Please help me to resolve this problem.
> 
> Many Thanks
> Keven‍
> 
> ------------------ Original ------------------
> 
> FROM: "Gerd Zellweger";<gerd.zellweger at inf.ethz.ch>;
> DATE: Mon, Dec 1, 2014 11:18 PM
> TO: "Barrelfish hackers"<barrelfish at lists.inf.ethz.ch>;
> "barrelfish-users"<barrelfish-users at lists.inf.ethz.ch>;
> 
> SUBJECT: [Barrelfish-users] New Barrelfish Release
> 
> Dear all,
> 
> We are pleased to announce a new release of the Barrelfish OS. Along
> with various bugfixes, this version includes a new core management
> infrastructure that allows to shutdown and reboot cores, update
> kernels
> and move entire per-core state between cores and kernels. For a more
> detailed explanation, please have a look at our OSDI paper available
> on
> the Barrelfish website [1].
> 
> As always, you can get the latest version by cloning or pulling from
> our
> git repository [2].
> 
> Cheers,
> Gerd
> 
> [1]: http://www.barrelfish.org/zellweger-decoupling-cores.pdf
> [2]: git://git.barrelfish.org/git/barrelfish
> 
> _______________________________________________
> Barrelfish-users mailing list
> Barrelfish-users at lists.inf.ethz.ch
> https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users
> _______________________________________________
> Barrelfish-users mailing list
> Barrelfish-users at lists.inf.ethz.ch
> https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users



More information about the Barrelfish-users mailing list