Re: [U-Boot] [PATCH] tools/os_support: add OS X Lion support

2011-11-26 Thread Mike Frysinger
On Friday 25 November 2011 14:29:02 Andy Fleming wrote: > I've been trying to get the compiler to run on Mac OS X for a bit, but > haven't managed to get it to build (let alone get U-Boot to build). > Any chance you could send me some pointers to how you got one up and > running? i don't recall ha

Re: [U-Boot] [PATCH] tools/os_support: add OS X Lion support

2011-11-26 Thread Andreas Bießmann
Dear Andy Fleming, Am 25.11.2011 um 20:29 schrieb Andy Fleming: > I've been trying to get the compiler to run on Mac OS X for a bit, but > haven't managed to get it to build (let alone get U-Boot to build). Well building sandbox will (currently) not work. But having a (self compiled) GNU cross

Re: [U-Boot] [PATCH] tools/os_support: add OS X Lion support

2011-11-25 Thread Andy Fleming
I've been trying to get the compiler to run on Mac OS X for a bit, but haven't managed to get it to build (let alone get U-Boot to build). Any chance you could send me some pointers to how you got one up and running? On Thu, Nov 24, 2011 at 3:36 PM, Andreas Bießmann wrote: > OS X Lion's c-library

Re: [U-Boot] [PATCH] tools/os_support: add OS X Lion support

2011-11-25 Thread Marek Vasut
> > OS X Lion's c-library implements getline(), therefore prevent including > > the old helper implementation for __DARWIN_C_LEVEL < 200809L. > > > > Without this patch following error occours: > > > > ---8<--- > > In file included from os_support.h:32, > > > > from img2srec.c:5

Re: [U-Boot] [PATCH] tools/os_support: add OS X Lion support

2011-11-25 Thread Marek Vasut
> OS X Lion's c-library implements getline(), therefore prevent including the > old helper implementation for __DARWIN_C_LEVEL < 200809L. > > Without this patch following error occours: > > ---8<--- > In file included from os_support.h:32, > from img2srec.c:55: > getline.h:1: err

[U-Boot] [PATCH] tools/os_support: add OS X Lion support

2011-11-24 Thread Andreas Bießmann
OS X Lion's c-library implements getline(), therefore prevent including the old helper implementation for __DARWIN_C_LEVEL < 200809L. Without this patch following error occours: ---8<--- In file included from os_support.h:32, from img2srec.c:55: getline.h:1: error: conflicting ty