-
Notifications
You must be signed in to change notification settings - Fork 232
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
Unable to build for Raspi #41
Comments
Same error here Sending build context to Docker daemon 2.048kB Apple clang version 11.0.0 (clang-1100.0.33.16) |
@hubertwang, could you please try this? docker run -ti dev-test/raspiadk-base /bin/bash seems that clang is not seen in your docker container. |
Hi @hao-gao , Here is the result: You are right, seems clang is not in my docker container. Should we install clang manually and run again? |
I am not sure if all dependencies are correctly installed with the raspi_setup_sdcard.sh. |
@hao-gao Oh.....I remember the last message I receive is "Volume failed to eject" |
Hmm..unmount has force option, but eject don't
|
Before importing sd card's rootfs as a docker image, make sure you followed this instruction of you console output: [the code] Hope this helps. |
I was able to get this working. I think the dependencies didn't install correctly the first few times I tried it. |
Ah, forgot to say, I was able to get it work, too. Thank you for the detailed instruction @hao-gao |
When I run
make TARGET=Raspi all
I get the following output:But I have clang installed and it is in my path. Here is the output of
clang --version
The text was updated successfully, but these errors were encountered: