GCC Cross-Compiler: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
More targets
→‎Prebuilt Toolchains: homebrew now provides pre-built toolchain on maCOS
Line 251: Line 251:
'''For OSX host'''
'''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'''
'''ARM prebuilt toolchains for multiple host platforms'''