GCC Cross-Compiler: Difference between revisions

→‎Prebuilt Toolchains: Mention availability of i686-elf toolchain in homebrew
[unchecked revision][unchecked revision]
(→‎Prebuilt Toolchains: Mention availability of i686-elf toolchain in homebrew)
Line 249:
* [http://www.bin-os.com/i686-elf-6.1.0.tar.gz i686-elf 6.1.0 target] (extracts to a directory called "cross", don't forget to install 'make' - I would recommend "apt-get install build-essential" to also add additional useful tools)
 
'''For OSXmacOS host'''
 
x86_64-elf [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]:
Line 255:
$ brew install x86_64-elf-gcc
</pre>
i686-elf toolchain is also [https://formulae.brew.sh/formula/i686-elf-gcc available] in homebrew.
 
'''ARM prebuilt toolchains for multiple host platforms'''
Anonymous user