On Sat, Jan 19, 2013 at 1:45 PM, Feeyo | NixDevs <[email protected]> wrote: > > Why buy boards to compile ARM code? If you can just export the > toolchain to compile. > An easy: > """ > export ARCH=arm > export CROSS_COMPILE=arm-none-linux-gnueabi- > export PATH=$PATH:~/CodeSourcery/Sourcery_G++_Lite/bin > export CFLAGS="-march=armv6j or-whatever-arm-march and-whatever-more" > make -j24 > """ > > Would fix it right?
No. > > Regards, > > -- Fabio Erculiani
