Compiling WebRTC Linux ARM on Windows Host

107 Views Asked by At

I spent 2 days trying to compile WebRTC for Raspbery PI. I'm on Windows host and there is absolutely zero info in internet how to do this. Linux WebRTC requires to run sysroot installation script. It just fails on windows due to some tar wrong options. Somehow I managed to manually run tar though it gave me several hundreds errors regarding some symbolic links creation.

Next error is about some ptoto_library:

ERROR at //build/toolchain/win/BUILD.gn:15:1: Assertion failed. assert(is_win) ^----- See //third_party/protobuf/proto_library.gni:413:14: which caused the file to be included. deps = [ _protoc_label ]

If I disable proto library it fails on compilation because of clang++ is not found.

Is there way to compile WebRTC for Linux from Windows host? Strange that there is no any info about such possibility at all.

0

There are 0 best solutions below