Can't build boot blocks after new GPT attributes added

Andriy Gapon avg at icyb.net.ua
Wed Oct 27 10:05:51 UTC 2010


on 27/10/2010 12:17 Jeremy Chadwick said the following:
> On Wed, Oct 27, 2010 at 10:08:17AM +0200, Pawel Jakub Dawidek wrote:
>> The proper way is to:
>>
>> 	# cd /usr/src
>> 	# make buildenv
>> 	# cd sys/boot
>> 	# make clean && make && make install
> 
> Thanks for the tip -- the CFLAGS change in a Makefile sounds like the
> solution, since the latter (re: "proper way") didn't work (exact same
> problem).

The above will work if you already have the toolchain built - that's the only way
to ensure that you don't depend on anything in the currently installed world.
See build(7).

-- 
Andriy Gapon


More information about the freebsd-arch mailing list