On 04/19/2010 10:55 AM, AJ ONeal wrote: > Right now I'm still stuck trying to figure out how to cross compile from > ubuntu.
Well that's kind of what the Buildroot system that Byron mentioned is for. What distro are you planning to run on the arm? Because you have to taylor your gcc cross-compiler for it. Particularly the libc you want to use. Most distros you'd run on arm, such as OpenWrt, have a cross-compiling environment you can set up. Alternatively you can build the correct libc, binutils, and gcc for your architecture using autoconfig's flags (as mentioned in my tutorial that's not related to arm but demonstrates the flags: http://www.torriefamily.org/~torriem/cross/) -------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info (unsubscribe here): http://uug.byu.edu/mailman/listinfo/uug-list
