I want to be able to cross-compile C code on my MacBook targeting the ARM7a on my new beaglebone. There are a lot of examples of how to do this in linux, but they all require packages that haven't been necessarily set up on OS X yet.
So, I'd like to put a toolchain together... If I can figure it out, then I'll post how it was done.
What I don't know is exactly what packages I need to compile & install. I'm sure I need a binutils for the arm, which fink seems to be able to install... I have Xcode & the command line tools, so there's gcc.
Anyone know what else do I need to put together to make this work?
Thanks!