You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the docker environment of debian 10 to cross-compile the project(due to device reasons I can only use armel instead of armhf). After I changed the relevant installation package to armel, everything worked fine in the front, but the following error occurred:
I used dpkg -S bits/libc-header-start.h and found that the file exists on my system, but it doesn't seem to be recognized by cargo. I'm not familiar with rust. Did I miss some steps?
The text was updated successfully, but these errors were encountered:
I am using the docker environment of debian 10 to cross-compile the project(due to device reasons I can only use armel instead of armhf). After I changed the relevant installation package to armel, everything worked fine in the front, but the following error occurred:
I used dpkg -S bits/libc-header-start.h and found that the file exists on my system, but it doesn't seem to be recognized by cargo. I'm not familiar with rust. Did I miss some steps?
The text was updated successfully, but these errors were encountered: