Bug 1674

Summary: Problem linking the libatomic library
Product: PulseView Reporter: Dmitry Burstein <DmitryBurstein>
Component: Build systemAssignee: Nobody <nobody>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unreleased development snapshot   
Target Milestone: ---   
Hardware: ARM   
OS: Linux   

Description Dmitry Burstein 2021-03-08 22:59:22 CET
Getting the following on linking the last git version:

/usr/bin/ld: CMakeFiles/pulseview.dir/pv/data/analogsegment.cpp.o: undefined reference to symbol '__atomic_load_8@@LIBATOMIC_1.0'
/usr/bin/ld: //usr/lib/arm-linux-gnueabihf/libatomic.so.1: error adding symbols: DSO missing from command line

My gcc version is 8.3, and on cmake stage I got: "Atomics provided by the C-library - yes"