[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [microblaze-uclinux] Toolchain sources for linux-microblaze-mmu
- To: microblaze-uclinux@xxxxxxxxxxxxxx
- Subject: Re: [microblaze-uclinux] Toolchain sources for linux-microblaze-mmu
- From: "Greg Steuck" <greg@xxxxxxx>
- Date: Fri, 16 May 2008 14:44:12 -0700
- Cc: dank@xxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=SxquQtjs5WhcAU8V2gk5c+V3OPxFLNdK1gjHcgFNM48=; b=uihTKpLytHF2jasnLe/msb7BhK4ZF24CbgeWa6yo4ri6V6pADNmg7QbjxydxPj0Pq0fiQYqy3HI8UC+Lk0eMRy67WhevrT9JKNFwFG94H7AsVhAbi6AXTf/A8WCG4Sr2A8SbC7/l49rst+YET/2sbw/y2GyrmZiwe0XIaxz2z3M=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=N5dJylGrw0Y6rKYv8QnWI2ovko3Vt7IvxgF2ZCb1U9Lhq7p72gbHk/sbkb+DdRjNCXcfL0BpulwdO5n3XgBHkO9I5AZ/rLOxmG2sUlNnYaNpiix5TLnuF4Y2boBfOT6CqcK4puIFzAddTgjjQraJdHFxqwCpbHZ8U4xlBMfHoNQ=
- In-reply-to: <482D66D4.3040301@xxxxxxxxxxxxxx>
- References: <a27c0c970805152349y3e3a02bdr1addebe7bdda9f51@xxxxxxxxxxxxxx> <482D66D4.3040301@xxxxxxxxxxxxxx>
- Reply-to: microblaze-uclinux@xxxxxxxxxxxxxx
- Sender: owner-microblaze-uclinux@xxxxxxxxxxxxxx
> I've very recently received an updated MMU toolchain from Xilinx (thanks
> Vasanth), which I've uploaded to the following URL:
>
> http://developer.petalogix.com/downloads/microblaze-mmu-tools.tar.gz
>
> It's about a 100Mb tarball, with build scripts and a README.
Thank you John, I am building the toolchain now. I certainly
appreciate the more recent Linux headers.
The only snag is a problem in newlib/libgloss/microblaze/Makefile.in
(no space between do\ and $(INSTALL_PROGRAM) causing
"do/usr/bin/install" error. Patch for the patch is below (ugly, I
know, the space should be in "do\", but patches seem to be
applied in order, so it's not easy to fix without regenerating them
all).
I will go ahead and try to build busybox with the new toolchain as my
next step.
Thanks
Greg
% diff -u /usr/src/microblaze-mmu-tools/srcs/gcc/newlib-1.14.0_libgloss_more_funcs.patch~
/usr/src/microblaze-mmu-tools/srcs/gcc/newlib-1.14.0_libgloss_more_funcs.patch
--- /usr/src/microblaze-mmu-tools/srcs/gcc/newlib-1.14.0_libgloss_more_funcs.patch~
2008-04-28 19:41:52.000000000 -0700
+++ /usr/src/microblaze-mmu-tools/srcs/gcc/newlib-1.14.0_libgloss_more_funcs.patch
2008-05-16 12:48:57.000000000 -0700
@@ -1009,7 +1009,7 @@
install: ${CRT} ${LIB}
@for crt in ${CRT}; do\
- $(INSTALL_PROGRAM) $${crt}
$(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$${crt}; \
-+ $(INSTALL_PROGRAM) $${crt}
$(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$${crt}; \
++ $(INSTALL_PROGRAM) $${crt}
$(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$${crt}; \
done
$(INSTALL_PROGRAM) ${LIB} $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/