Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jan 2012 20:27:36 +0100
From:      Rafal Jaworowski <raj@semihalf.com>
To:        Dimitry Andric <dim@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r230622 - head
Message-ID:  <FBEC24AB-647F-4077-9186-27D361507EA3@semihalf.com>
In-Reply-To: <201201271829.q0RIT4Xq051545@svn.freebsd.org>
References:  <201201271829.q0RIT4Xq051545@svn.freebsd.org>

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

On 2012-01-27, at 19:29, Dimitry Andric wrote:

> Author: dim
> Date: Fri Jan 27 18:29:03 2012
> New Revision: 230622
> URL: http://svn.freebsd.org/changeset/base/230622
>=20
> Log:
>  When the buildkernel stage 2.3 (build tools) runs, the PATH is still =
set
>  to the default from the top-level Makefile.  Therefore, invocations =
of
>  lex and yacc (used during building of aicasm) will use the =
executables
>  in /usr/bin, not those optionally built during the previous =
buildworld
>  or kernel-toolchain.  This makes kernel builds from older FreeBSD
>  releases more difficult than necessary.
>=20
>  Fix this by setting PATH to ${BPATH}:${PATH} in stage 2.3, so the
>  bootstrap tools directories are searched before the regular ones.

Is this supposed to work for cross building as well? I'm still =
encountering problems on a 7.3 host build:

1. Cross world builds fine
make -j 8 buildworld TARGET_ARCH=3Darm

2. Kernel fails w/ the aicasm
make buildkernel TARGET_ARCH=3Darm KERNCONF=3DSHEEVAPLUG
[...]
cc -O2 -pipe -nostdinc -I/usr/include -I. =
-I/home/raj/work/svn/base/head/sys/dev/aic7xxx/aicasm -std=3Dgnu99  =
-Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter =
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type =
-Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter =
-Wcast-align -Wno-pointer-sign -c aicasm_scan.c
cc1: warnings being treated as errors
/home/raj/work/svn/base/head/sys/dev/aic7xxx/aicasm/aicasm_scan.l:837: =
warning: function declaration isn't a prototype
*** Error code 1

Stop in =
/home/raj/work/obj/arm.arm/home/raj/work/svn/base/head/sys/SHEEVAPLUG.
*** Error code 1

Stop in /home/raj/work/svn/base/head.
*** Error code 1

Stop in /home/raj/work/svn/base/head.

Do you know any workarounds to this?

Rafal




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?FBEC24AB-647F-4077-9186-27D361507EA3>