[Barrelfish-users] Adding a different ARM-board by copying the existing one
Kornilios Kourtis
kornilios.kourtis at inf.ethz.ch
Thu Jun 28 10:54:08 CEST 2012
Hi Daniel,
On Wed, Jun 27, 2012 at 04:33:54PM +0200, Daniel Röhrig wrote:
> we are trying to port barrelfish to a different architecture by copying
> the existing arm folder and adding all the necessary lines to the code.
> It works... sort of. At one point it seems to pull in the wrong
> directory as if hake would confuse "arch" with "archFamily".
> Could this be right?
FWIW, there are a couple of architectures that define archFamily = "arm":
| $ egrep -e 'archFamily.*arm' *.hs
| ARM.hs:archFamily = "arm"
| ARM11MP.hs:archFamily = "arm"
| ArmGem5.hs:archFamily = "arm"
| XScale.hs:archFamily = "arm"
So at least for them, hake should do the right thing. Without more details,
however, I can't tell you are experiencing a hake bug or not. Looking at those
other ARM archs (ArmGem5 is the more recent) might also be a good idea.
cheers,
Kornilios.
--
Kornilios Kourtis
More information about the Barrelfish-users
mailing list