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: "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--
Home |
Main Index |
Thread Index |
Old Index