@jonas Hi Jonas, I have been running Strawberry just fine on several Pi's (Zero[with Pimoroni sound card], 3B, 4B) for a year now and love it. Even working with RPi OS64 (beta) and the new RPi 400.
Since the new OS release (2 Dec 2020) it runs fine on units I have upgraded, but I cannot get the compile to run successfully on fresh download, even following the 'compiling-on-debian' guide notes.
Any help much appreciated, as previously 
Thanks, DougB
pi@KitchenPi:~/strawberry/build $ make -j$(nproc)
[100%] Built target singlecoreapplication
[100%] Built target gstmoodbar
[100%] Built target singleapplication
[100%] Built target tag
[100%] Built target libstrawberry-common
[100%] Built target libstrawberry-tagreader
[100%] Built target strawberry-tagreader
[100%] Built target strawberry_lib
[100%] Linking CXX executable ../strawberry
/usr/bin/ld: libstrawberry_lib.a(tagreaderclient.cpp.o): undefined reference to symbol '__atomic_fetch_add_8@@LIBATOMIC_1.0'
/usr/bin/ld: //lib/arm-linux-gnueabihf/libatomic.so.1: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [src/CMakeFiles/strawberry.dir/build.make:109: strawberry] Error 1
make[1]: *** [CMakeFiles/Makefile2:373: src/CMakeFiles/strawberry.dir/all] Error 2
make: *** [Makefile:130: all] Error 2