-
Notifications
You must be signed in to change notification settings - Fork 4k
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
[Build Error] CMake --build error on mac mini m4; cc1: error: unknown value 'native+nodotprod+noi8mm+nosve' for '-mcpu' #2719
Comments
same error here. I'm on a raspberry pi zero 2 w |
Same here, I'm on an Ubuntu VM in an arm-based MacBook |
Getting the same on Fedora Asahi Remix - master at 7a423f1 |
Found a workaround inspired by the github workflow build step.
That configured itself and built with zero warnings. Then it worked for the sample, reporting
|
Thank you! Now it works perfectly |
Same issue here, trying to build it on Termux |
For Termux issues I install proot-distro to install fedora in termux and now use this for development within termux. Edited the .bash_profile file to remove the termux path in $PATH then logged out/in again. Proot-distro is now isolated from termux. I then followed the instructions to compile and it worked after adding the above cmake flags. I've found that using termux this way makes developent way more reliable than using termux "natively". It's the only way I use it now. |
I want to install whisper cpp on docker ubuntu that running on top of a mac mini m4.
Command log:
thanks in advance
The text was updated successfully, but these errors were encountered: