Skip to content

Commit 18b1c6f

Browse files
weidongtomldlech
authored andcommitted
Update using-docker-to-cross-compile.md
Add a note to explain how to get around the missing library error when running the test program.
1 parent 21b578b commit 18b1c6f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/tutorials/using-docker-to-cross-compile.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ To exit the docker container, simply type...
151151

152152
exit
153153

154+
Note: if encountered `/lib/ld-linux.so.3: No such file or directory` error while
155+
running `./hello` in the docker environment, try
156+
`qemu-arm-static -L /usr/arm-linux-gnueabi/ ./hello`
154157

155158
## Advanced Usage
156159

0 commit comments

Comments
 (0)