Closed OldManYellsAtCloud closed 7 months ago
Looks like it is more related to the missing hw crypto engine, rather than 32-bitness
1 - It seems my env was dirty. Running do_clean before rebuilding made this error disappear. 2 - "Funnily" it brought out a new one:
| 14:01.65 In file included from Unified_cpp_libwebrtcglue0.cpp:74:
| 14:01.65 /home/gyuri/stuff/yocto/scarthgap/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/firefox/115.10.0esr/firefox-115.10.0/dom/media/webrtc/libwebrtcglue/WebrtcGmpVideoCodec.cpp:415:10: error: non-constant-expression cannot be narrowed from type 'uint64_t' (aka 'unsigned long long') to 'const unsigned int' in initializer list [-Wc++11-narrowing-const-reference]
| 14:01.65 415 | {frame->Timestamp(), {aInputImage.timestamp_us()}});
| 14:01.65 | ^~~~~~~~~~~~~~~~~~
But this is now solved with a small patch.
and so on