Can you elaborate on that? I had the same question tho I didn't want to add it to my previous email. Even at ARM (the company) they cross-compile whenever they can.

mic


On 19/01/2013 14:56, Fabio Erculiani wrote:
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,







Reply via email to