NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-arm/42864: building the kernel for NSLU fails due netbsd binutils
The following reply was made to PR port-arm/42864; it has been noted by GNATS.
From: ricardo <rsff%sapo.pt@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: "Jonathan A. Kollasch" <jakllsch%kollasch.net@localhost>,
port-arm-maintainer%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
netbsd-bugs%netbsd.org@localhost
Subject: Re: port-arm/42864: building the kernel for NSLU fails due netbsd
binutils
Date: Mon, 22 Feb 2010 20:32:56 +0000
On 22-02-2010 17:45, Jonathan A. Kollasch wrote:
> The following reply was made to PR port-arm/42864; it has been noted by
> GNATS.
>
> From: "Jonathan A. Kollasch"<jakllsch%kollasch.net@localhost>
> To: gnats-bugs%NetBSD.org@localhost
> Cc: rsff%sapo.pt@localhost
> Subject: Re: port-arm/42864: building the kernel for NSLU fails due netbsd
> binutils
> Date: Mon, 22 Feb 2010 17:41:47 +0000
>
> --UlVJffcvxoiEqYs2
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
>
> Attached patch seems to fix the build issue.
> Can you test if the resulting kernel works?
>
> --UlVJffcvxoiEqYs2
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: attachment; filename="ixpfw.patch"
>
> Index: sys/arch/arm/xscale/ixp425-fw.mk
> ===================================================================
> RCS file: /cvsroot/src/sys/arch/arm/xscale/ixp425-fw.mk,v
> retrieving revision 1.1
> diff -u -r1.1 ixp425-fw.mk
> --- sys/arch/arm/xscale/ixp425-fw.mk 10 Dec 2006 10:01:49 -0000
> 1.1
> +++ sys/arch/arm/xscale/ixp425-fw.mk 22 Feb 2010 17:37:55 -0000
> @@ -17,5 +17,5 @@
> ixp425_fw.o: $S/arch/arm/xscale/IxNpeMicrocode.dat
> -rm -f ${.OBJDIR}/IxNpeMicrocode.dat
> -ln -s $S/arch/arm/xscale/IxNpeMicrocode.dat ${.OBJDIR}
> - ${LD} -b binary -d -warn-common -r -d -o ${.TARGET} IxNpeMicrocode.dat
> + ${OBJCOPY} -I binary -O default -B arm IxNpeMicrocode.dat ${.TARGET}
> .endif
>
> --UlVJffcvxoiEqYs2--
>
>
>
>
Hello there!
sorry for the delay
yep its working!!!
kudos for the fast response!!
Home |
Main Index |
Thread Index |
Old Index