It builds just fine, if you follow the instructions on developer.mozilla.org 
(especially the case sensitive filesystem parts)

I had to do 3 extra things (For the record, i'm using OSX 10.8.3):
- elf.h  was not on the build path. I symlinked external/elfutils/libelf/elf.h 
to /usr/local/include
- incorrect arm-eabi-gcc is selected. I symlinked B2G/prebuilt/linux-* to 
B2G/prebuilt/darwin-*
- gnu-sed is needed. brew install gnu-sed. Make sure /usr/local/bin is on your 
path before /usr/bin.

Cheers,
Dennis

On Saturday, May 18, 2013 9:28:52 PM UTC+2, Alexandre Lissy wrote:
> 
> > 
> 
> >> /Users/Chisco/B2G/kernel/../prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc
> >>  
> 
> > 
> 
> > It's trying to run the linux version of arm-eabi-gcc, while it should be 
> > running the one from the prebuilt/darwin-x86 directory. 
> 
> > I run into the same issue for Peak. I'll try and fix that later, but i'm 
> > not sure if that's the only problem.
> 
> 
> 
> As far as I can tell, you can't build for Peak/Keon on OSX, because they
> 
> build the Linux kernel and kernel modules, which are not buildable under
> 
> OSX as far as I know.
> 
> 
> 
> > 
> 
> > Cheers,
> 
> > Dennis 
> 
> > _______________________________________________
> 
> > dev-b2g mailing list
> 
> > dev-b2g@lists.mozilla.org
> 
> > https://lists.mozilla.org/listinfo/dev-b2g
> 
> >
_______________________________________________
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to