LoginSignup
13
11

More than 5 years have passed since last update.

MacOSX で ARM のクロス開発環境を構築する

Posted at

はじめに

Mac で ARM のクロスコンパイル環境が欲しかったので、作ってみた。

環境

MacOS (Yosemite)
Homebrew 0.9.5

インストール

下記URLを参考にした。
リポジトリを追加して、色々インストールするみたい。
genromfs と kconfig-frontends が必要なのか分からない。

$ brew tap PX4/homebrew-px4
$ brew update
$ brew install genromfs
$ brew install kconfig-frontends
$ brew install gcc-arm-none-eabi

参考URL

おわりに

Homebrew って便利だな。

蛇足

違う方法では、以下の方法がありそう。(ためしてない)
http://blog.y3xz.com/blog/2012/10/07/setting-up-an-arm-eabi-toolchain-on-mac-os-x

13
11
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
13
11