Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jun 2016 05:52:38 -0400
From:      Ngie Cooper <yaneurabeya@gmail.com>
To:        Adrian Chadd <adrian@freebsd.org>
Cc:        "freebsd-arch@freebsd.org" <freebsd-arch@freebsd.org>
Subject:   Re: Are we supposed to be able to build the loader standalone?
Message-ID:  <0273DDEF-B10D-4A30-8349-F7970A915083@gmail.com>
In-Reply-To: <CAJ-VmonPM6d5kj5%2Bgicm0mozvynV3=HTZ4%2BMNmjy=Mgzf_1LXA@mail.gmail.com>
References:  <CAJ-VmonPM6d5kj5%2Bgicm0mozvynV3=HTZ4%2BMNmjy=Mgzf_1LXA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

> On Jun 13, 2016, at 01:04, Adrian Chadd <adrian@freebsd.org> wrote:
>=20
> hi,
>=20
> I thought we could build the loader standalone by just "cd sys/boot ;
> make". That doesn't seem to work any longer.
>=20
> Any ideas?

You need to do:

(set -e; cd sys/boot; make clean; make obj; make depend; make all)

The issue is that some of the dependencies aren't completely articulated (es=
p the .a files), so if they were created incorrectly, it will cause you grie=
f :(..

What issues are you running into, what revision are you running, and why was=
n't this email sent to current@?

Thanks,
-Ngie=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0273DDEF-B10D-4A30-8349-F7970A915083>