Project

General

Profile

Actions

Bug #3159

closed

/usr/local/lib/libosmocore.so: undefined reference to `clock_gettime'

Added by hackliu almost 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
04/12/2018
Due date:
% Done:

0%

Resolution:
Spec Reference:

Description

make2: Entering directory `/home/hackliu/osmocom-bb/src/host/osmocon'
CCLD osmocon
/usr/local/lib/libosmocore.so: undefined reference to `clock_gettime'
collect2: ld returned 1 exit status
make2: * [osmocon] Error 1
make2: Leaving directory `/home/hackliu/osmocom-bb/src/host/osmocon'
make1:
[all] Error 2
make1: Leaving directory `/home/hackliu/osmocom-bb/src/host/osmocon'
make: *
* [osmocon] Error 2


Related issues

Is duplicate of OsmocomBB - Bug #3160: /usr/local/lib/libosmocore.so: undefined reference to `clock_gettime' collect2: ld returned 1 exit statusClosed04/12/2018

Actions
Actions #1

Updated by laforge almost 6 years ago

This looks like your libosmocore.so (which you isntalled in /usr/local/lib)
does not (or no longer?) work with your operating system. clock_gettime
is a function provided by your operating system C library. However, the error
message indicates this function is missing on your operating system.

Actions #2

Updated by fixeria over 5 years ago

  • Is duplicate of Bug #3160: /usr/local/lib/libosmocore.so: undefined reference to `clock_gettime' collect2: ld returned 1 exit status added
Actions #3

Updated by fixeria over 5 years ago

  • Status changed from New to Closed

Closing, see OS#3160 for details.

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)