I’m using the latest and updated version of Ubuntu 20.04 with a fresh install and trying to build the relase version 3.3.0 ( a0a2e5c )
–
I had a problem with gettext, that it failed…
Currently this is the files
https://github.com/brocaar/chirpstack-gateway-os/tree/master/layers/openembedded
openembedded-core @ 6fa967f
If I change the version to ea886d5 it seems to work.
–
I also have build problems with clang, but there it seems to be the latest version…
ERROR: Task (virtual:native:/chirpstack-gateway-os/layers/meta-clang/recipes-devtools/clang/clang_git.bb:do_compile) failed with exit code '1'
and it seems to be this a bit higher up in the output
FAILED: lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/LLJIT.cpp.o
| /build/tmp/raspberrypi/raspberrypi3-glibc/hosttools/g++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Ilib/ExecutionEngine/Orc -I/build/tmp/raspberrypi/raspberrypi3-glibc/work-shared/llvm-project-source-10.0.1-r0/git/llvm/lib/ExecutionEngine/Orc -Iinclude -I/build/tmp/raspberrypi/raspberrypi3-glibc/work-shared/llvm-project-source-10.0.1-r0/git/llvm/include -isystem/build/tmp/raspberrypi/raspberrypi3-glibc/work/x86_64-linux/clang-native/10.0.1-r0/recipe-sysroot-native/usr/include -O2 -pipe -fPIC -fvisibility-inlines-hidden -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -MD -MT lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/LLJIT.cpp.o -MF lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/LLJIT.cpp.o.d -o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/LLJIT.cpp.o -c /build/tmp/raspberrypi/raspberrypi3-glibc/work-shared/llvm-project-source-10.0.1-r0/git/llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
| {standard input}: Assembler messages:
| {standard input}:2990: Warning: end of file not at end of a line; newline inserted
| {standard input}:4476: Error: number of operands mismatch for `test'
| {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive
| g++: fatal error: Killed signal terminated program cc1plus
| compilation terminated.