You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jwcullen
iamf-tools is compiled via bazel, could it support cross building with specified toolchain?
e.g. compile iamf-tool with mingw toolchain, generate windows target under ubuntu.
Thanks.
The text was updated successfully, but these errors were encountered:
I see. I think it makes sense. Not sure when we can do it.
Bazel does support cross-compiling (see platforms). Maybe trying with --platforms or the legacy --crosstool_top flags it could be configured to do that type of build.
I'm not sure exactly what needs to change to make it work, but if you get something working we would accept a PR.
Given libiamf uses CMake does it make sense to also use CMake for iamf-tools too as it supported cross compiling well and it would make for a consistent user experience.
@jwcullen
iamf-tools is compiled via bazel, could it support cross building with specified toolchain?
e.g. compile iamf-tool with mingw toolchain, generate windows target under ubuntu.
Thanks.
The text was updated successfully, but these errors were encountered: