Re: Building a cross compiler

2010-11-30 Thread Marcin Juszkiewicz
Dnia środa, 1 grudnia 2010 o 04:01:04 Michael Hope napisał(a): > Hopefully it's easy to follow. It uses a binary sysroot and gives you > vanilla binutils 2.20 and Linaro GCC 2010.11 in a good enough way that > you can cross-compile for Maverick. The script is minimal and trades > readability for

Building a cross compiler

2010-11-30 Thread Michael Hope
Hi there. I've had a few questions recently about how to build a cross compiler, so I took a stab at writing the steps down in a Makefile. See: https://code.launchpad.net/~michaelh1/+junk/cross-build Hopefully it's easy to follow. It uses a binary sysroot and gives you vanilla binutils 2.20 an