Skip to content

Instantly share code, notes, and snippets.

@shimomura1004
Last active June 7, 2017 02:05
Show Gist options
  • Save shimomura1004/872e72b676ac3a531b9dc2f75403e3f1 to your computer and use it in GitHub Desktop.
Save shimomura1004/872e72b676ac3a531b9dc2f75403e3f1 to your computer and use it in GitHub Desktop.
# ~/tmp/bin にホストでビルドした ocaml バイナリをインストールしておく
PATH=~/tmp/bin:$PATH ./configure -no-ocamldoc -no-pthread -prefix ~/tmp/qnx -verbose -host x86_64-unknown-linux-gnu -target i486-pc-nto-qnx6.6.0 -target-bindir ~/tmp
# ビルドされた ocaml/ocamlc とかを byterun/ocamlrun で実行できる
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment