-
Notifications
You must be signed in to change notification settings - Fork 108
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
Cross-compile issue #123
Comments
I have not built rpi-webrtc-streamer yet, but I did manage to cross compile WebRTC on Ubuntu x64 for Raspberry OS ARMv7 target. Comparing my own notes to README_building.md step 2.2. After
If you are on Linux and fetching the code for the first time, then you need to run:
After that I continued like this.
Then prepare for build according to GN Quickstart guide I hope that helps. I'm also new to these tools. |
Sorry, I haven't done it that way. I got the raspberry pi tools and compiler from Just an idea. Did you run a command with sudo when you were not supposed to? Then user root will own the files and you (normal user) will not have permissions to access those files. |
Yes, you're right again... I have created PR with the two fixes plus another typos I found: I am still not finished though, so there may be other issues. Thanks! |
Did you get this running on Ubuntu x64? We plan to crosscompile for arm64 but I'm a bit concerned about MMAL support: raspberrypi/userland#688 |
If you're asking me... Then yes, I used the exact way described. I.e. I compiled on x64 Ubuntu (running in Hyper-V) using these steps: https://github.com/kclyu/rpi-webrtc-streamer/blob/master/README_building.md |
Hi, I am sorry if this is a dumb question but even after several hours I wasn't able to figure out what's wrong.
In the guide to crosscompile on Ubuntu, in step 2.2, one is supposed to run some git config commands after calling
gclient sync
The problem is that it says it is not a git directory:
...which is right as far as I can tell.
Could it be there is some step left out in the cross-compile guide?
Thanks
The text was updated successfully, but these errors were encountered: