On 2012-01-30, at 21:08, Dimitry Andric wrote:

> On 2012-01-30 20:27, Rafal Jaworowski wrote:
> ...
>>>  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=arm
>> 
>> 2. Kernel fails w/ the aicasm
>> make buildkernel TARGET_ARCH=arm KERNCONF=SHEEVAPLUG
>> [...]
>> cc -O2 -pipe -nostdinc -I/usr/include -I. 
>> -I/home/raj/work/svn/base/head/sys/dev/aic7xxx/aicasm -std=gnu99  
>> -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
> 
> Can you please try doing "make buildenv TARGET_ARCH=arm", then run
> "which lex" and "which yacc"?


make buildenv TARGET_ARCH=arm
Entering world for arm:arm
$ which lex
/home/raj/work/obj//arm.arm/home/raj/work/svn/base/head/tmp/legacy/usr/bin/lex
$ which yacc
/home/raj/work/obj//arm.arm/home/raj/work/svn/base/head/tmp/legacy/usr/bin/yacc
$ 

They seem freshly built (from the earlier buildworld run).

Rafal

_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to