問題タブ [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.

0 投票する
6 に答える
6464 参照

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

0 投票する
3 に答える
4243 参照

c - Intel マシンで Apple Silicon バイナリをビルドする

Silicon で動作するように macOS 11 (Intel) で C プロジェクトをコンパイルするにはどうすればよいですか?

現在のビルド スクリプトは次のように単純です。

私は運の有無にかかわらずフラグ--host--targetフラグをaarch64-apple-darwin使用してみました。arm-apple-darwin

バイナリのデフォルトは常に次のx86_64とおりです。

更新:を指定 すると、cc と gcc が見つからないよう--hostです。