-
Notifications
You must be signed in to change notification settings - Fork 770
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to build macOS with corml on M1 arm? #1584
Comments
I have problems while build using scripts\build_macos.sh on M1 macbook pro: scripts/build_macos/openvinoInstallShared/deployment_tools/inference_engine/lib**/intel64/**plugins.xml: No such file or directory "intel64" is for intel chip mac. I think we should modfiy build_macos.sh to distinguish intel64 or arm64. By the way, i wonder what difference between "build_macos.sh" and "build_macos_native.sh" under scripts dir |
I know there is a build_macos_aarch64.sh to build on M1, but the code can not pass building #1589 |
thanks for reminding, i can build with 'build_macos_aarch64.sh' successfully on my 14-inch M1 Macbook pro. |
@nicklezheng did u met the problem I mentioned above? |
I have met similar problem like your problem mentioned in #1589 while doing cross compile I suggest you remove the conflicting code in |
@nicklezheng what do u mean cross compile? I just compile on arm M1 Mac native get into that error. Editing the code seems not a good way to do, the tnn author should pay some attention to this issue unless they have a more proper way to build on arm m1 Mac |
I cross compile for some ARM chip embedded linux system. |
I meet same problem mentioned in #1589 after update macOS from 12.1 to 12.2 |
Hi, and by the way. Thanks! |
@ruichaowang I switched to mnn, mnn is great. |
Okay, I will have a look! |
how to build macOS with corml on M1 arm?
The text was updated successfully, but these errors were encountered: