On Sun, Jan 8, 2012 at 9:33 PM, Michael Hope michael.hope@linaro.org wrote:
Hi Javier. Give crosstool-NG (http://crosstool-ng.org/) a try. It hasn't been released yet, but you could try the Linaro branch which includes a Linaro sample config.
Something like:
- bzr branch lp:~linaro-toolchain-dev/crosstool-ng/linaro
- cd linaro
- ./configure --local
- export PATH=$PWD:$PATH
- mkdir builds; cd builds
- ct-ng linaro-arm-linux-gnueabi
- ct-ng build
You might need to run a `ct-ng menuconfig` and turn off the LSB compiler but apart from that it should be good.
Hello Michael,
Thank you for your recomendation. I'll give a try to crosstool-NG Linaro branch.
Best regards,