问题
I am currently using the 32 bit codesourcery ARM toolchain for the 32 bit Windows. It's working fine, however I want to know whether a 64 bit codesourcery ARM toolchain is available?
回答1:
Sourcery CodeBench is a 32-bit application, but runs on 64-bit host systems with 32-bit host libraries.
The information comes from the bottom of the web pages for specific target platforms. Here's the page for ARM GNU/Linux targets:
http://www.mentor.com/embedded-software/sourcery-tools/sourcery-codebench/platforms/arm-gnulinux
回答2:
I strongly recommend against using any Sourcery CodeBench compilers for cross-compiling ARM code on Windows. There are way too many issues with using the windows environment and their tools. But if you do insist, much of the details can be found in the SamyGo wikientry. Moreover, there is a whole range of home cooked ARM cross-compilers on the XDA forums. Like HERE and HERE. Good Luck.
来源:https://stackoverflow.com/questions/13358389/is-codesourcery-arm-toolchain-available-for-64bit-windows