-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
-fp-model argument not found, directory strict not found #2329
Comments
I think this is an intel C++ compiler option I notice there is a Windows file system in the Linux path, perhaps because of using WSL? WSL works fine, but I'd suspect something in the PATH is leading to confusion on the Linux side about the compiler. Try removing those /mnt/c from the path? |
The issue is that icc is in your compiler path.
I am running into this same issue here: |
As @tcaduser suggested, this issue is the same reported at kivy/kivy-ios#860 There's a pending PR on CPython upstream (where this fix belongs): python/cpython#96399 The current workaround (before the change lands into CPython upstream) is to clean the |
Versions
Description
When running for the very first time command buildozer android debug some error are raised:
sh clang: error: unknown argument: '-fp-model'
andclangclang: error: no such file or directory: 'strict'
. I searched everywhere, reinstalled completely buildozer but it won't work.Command:
buildozer.spec
Spec file:
Logs
The text was updated successfully, but these errors were encountered: