Closed Ming-Y-ANG closed 1 year ago
You didn't clone submodules.
I have previously used the following command to update the sub-repository, but it seems to have no effect:
Make sure your root repository or any of the submodules don't have untracked changes. Worst case make a new clone with git clone --recursive
so that submodules are cloned from the start.
I found that my sub-repository is in detached state. What should I do now or switch to another branch?
I found that the problem was caused by docker directory mapping. The project path was mapped to /src in docker, but when the sub-repository was cloned, git saved the absolute path information of the host. Mapping the project source code path to the same path in the container can solve the problem:
Also need to modify ci/package.sh
The following problems occurred when I used debian10 docker image to cross-compile arm32v7:
This is my compile script:
Did I miss something?