-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
error: linking with cc
failed: exit code: 1
#1543
Comments
I've been seeing this too. It seems to happen whenever I run I usually delete |
we are having the same problem. thanks for the quick fix with deleting the |
From a quick research:
Maybe we need to delete the .o files on reload. |
I find the err always appears after |
yes i now have the habit of deleting all folders in the target directory before i build |
i am facing the same issue |
with tauri 1.6.1,rust 1.7.7,in ubuntu 22.04,I met same the problem:( |
Describe the bug
Quite often
tauri dev
gives me the errorerror: linking with
ccfailed: exit code: 1
. Not sure how to reproduce it, it just happens after some time. Deletingsrc-tauri/target
fixes it.Logs
Platform and Versions (please complete the following information):
OS: macOS 10.14.6
Node: 14.16.0
NPM: 6.14.11
Rustc: 1.51.0
The text was updated successfully, but these errors were encountered: