Bug 1674 - Problem linking the libatomic library
Summary: Problem linking the libatomic library
Status: CONFIRMED
Alias: None
Product: PulseView
Classification: Unclassified
Component: Build system (show other bugs)
Version: unreleased development snapshot
Hardware: ARM Linux
: Normal normal
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-08 22:59 CET by Dmitry Burstein
Modified: 2021-03-08 22:59 CET (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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"