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?