Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: NetBSD-7 build issues with earmv7hf



On Sat, 9 Jul 2016 13:18:05 +0200
Martin Husemann <martin%duskware.de@localhost> wrote:

> On Sat, Jul 09, 2016 at 10:25:29AM +0100, Sad Clouds wrote:
> > How do you generate the following binaries:
> > ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-7.0.1/evbarm-earmv7hf/
> 
> The latest snapshot build of the netbsd-7-0 branch loged this:
> 
> ===> build.sh command:    /home/source/ab/netbsd-7-0/src/build.sh -m
> evbarm -a earmv7hf -B 201607071430Z
> -D /home/builds/ab/netbsd-7-0/evbarm-earmv7hf/201607071430Z-dest
> -M /home/builds/ab/netbsd-7-0/evbarm-earmv7hf/201607071430Z-obj
> -R /home/builds/ab/netbsd-7-0/evbarm-earmv7hf/201607071430Z-rlse
> -T /home/builds/ab/netbsd-7-0/evbarm-earmv7hf/201607071430Z-tools -U
> -X /home/source/ab/netbsd-7-0/xsrc -x -N0 -V TMPDIR=/tmp -V
> MAKECONF=/home/builds/etc/make.conf -j24 release iso-image ===>
> build.sh started:    Thu Jul  7 15:27:36 UTC 2016 ===> NetBSD
> version:      7.0.1_PATCH ===> MACHINE:             evbarm ===>
> MACHINE_ARCH:        earmv7hf
> 
> and worked fine. It uses a MAKECONF file with only two lines:
> 
> MKREPRO=yes
> # MKDEBUG=yes
> 
> 
> I would suggest you temporarily move away your /etc/mk.conf and try
> building that kernel again, if that helps, compare compiler command
> lines.
> 
> Martin

Hello, after trial and error, I found the following option in my mk.conf
file was causing assembler errors with src/sys/arch/arm/vfp/vfp_init.c

COPTS+=-pipe

Removing the option, resolved this particular error. Is this a bug then?


Home | Main Index | Thread Index | Old Index