0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

MacIaslをbuildする

Posted at

dslのコンパイルに必要なiaslのmacOS版です。

https://github.com/acidanthera/MaciASL
をgit cloneして入手する。

https://www.acpica.org/downloads/
から
acpica-unix-20200214.tar.gz
をdownloadする。

展開して
CFLAGS="-mmacosx-version-min=10.7 -O3" LDFLAGS="-mmacosx-version-min=10.7" make iasl -j $(getconf _NPROCESSORS_ONLN)
とcompileする。

出来上がった
generate/unix/bin/iaslを
cp generate/unix/bin/iasl ../MaciASL/dist/iasl-stable
cp generate/unix/bin/iasl ../MaciASL/dist/iasl-dev
cp generate/unix/bin/iasl ../MaciASL/dist/iasl-legacy
とコピーする。

xcodeでMaciASL/MaciASL.xcodeprojを開き
左上の右向き矢印をクリックしてBuildする。

うまくいけば出来上がったMaciASLが起動する。

MaciASLは
Library/Developer/Xcode/DerivedData/MaciASL-buqlfeztwsgsyidyzflzhgdjyobk/Build/Products/Debug/
に存在する。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?