GCC Cross-Compiler: Difference between revisions

→‎Prebuilt Toolchains: homebrew now provides pre-built toolchain on maCOS
[unchecked revision][unchecked revision]
(More targets)
(→‎Prebuilt Toolchains: homebrew now provides pre-built toolchain on maCOS)
Line 251:
'''For OSX host'''
 
x86_64-elf binutils [https://formulae.brew.sh/formula/x86_64-elf-binutils binutils] and [https://formulae.brew.sh/formula/x86_64-elf-gcc gcc] (canonical target name x86_64-pc-elf) can be installed from [https://brew.sh homebrew]:
* [https://docs.google.com/file/d/0BxDNp6DGU6SZcmlHVWpNblRnWWs/edit?usp=sharing x86_64-pc-elf Cross Compiler setup with GCC and Binutils for x86_64 OSX]
<pre>
$ brew install x86_64-elf-gcc
</pre>
 
'''ARM prebuilt toolchains for multiple host platforms'''
Anonymous user