問題タブ [apple-silicon]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
macos - opencv issues with M1 MAC - OpenCV imshow doesnot work
I purchased a M1 Mac. Is anyone having issues with imshow with opencv. I did pip install opencv-python and brew install opencv and brew install opencv as well.
and also
does not work for me
c - Intel マシンで Apple Silicon バイナリをビルドする
Silicon で動作するように macOS 11 (Intel) で C プロジェクトをコンパイルするにはどうすればよいですか?
現在のビルド スクリプトは次のように単純です。
私は運の有無にかかわらずフラグ--host
と--target
フラグをaarch64-apple-darwin
使用してみました。arm-apple-darwin
バイナリのデフォルトは常に次のx86_64
とおりです。
更新:を指定
すると、cc と gcc が見つからないよう--host
です。