From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 9 Jan 2008 20:42:33 +0100 Subject: [U-Boot-Users] Building on Mac OS X? In-Reply-To: <55F91F26-5673-405A-BB85-91F197C1A7E5@latencyzero.com> References: <55F91F26-5673-405A-BB85-91F197C1A7E5@latencyzero.com> Message-ID: <20080109194233.GF23358@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10:58 Wed 09 Jan , Rick Mann wrote: > Hi. The SourceForge archive search is broken ("can't connect to search > server"), so I was unable to look through them. > > I'd like to compile u-boot on Mac OS X 10.5, but I don't get very far > in the process. > > I have a recent xscale-elf toolchain (gcc 4.2.2, newlib 1.15, binutils > 2.17) that I'm using successfully to build binary images that can be > loaded and run by u-boot. I posted the build transcript below. > > Any suggestions would be most appreciated. Thanks! > > -- > Rick > > > TwinAero:u-boot-1.1.6 rmann$ make triton320_config > Configuring for triton320 board... > TwinAero:u-boot-1.1.6 rmann$ make all > for dir in tools examples post post/cpu ; do make -C $dir _depend ; done > ln -s ../common/environment.c environment.c > ln -s ../lib_generic/crc32.c crc32.c I known, I'm working on it. Best Regards, J.