probe_i8k_calls_time.c undefined reference to `timestamp'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
i8kutils |
Fix Released
|
Low
|
vitorafsr |
Bug Description
(i8kutils not available in repos. )
make fail on Fedora 24 :
gcc -Wall i8kctl.c -o i8kctl
gcc -Wall -c -g -DLIB i8kctl.c
gcc -Wall -c -g -DLIB probe_i8k_
gcc -o probe_i8k_
probe_i8k_
/root/i8kutils/
/root/i8kutils/
/root/i8kutils/
/root/i8kutils/
/root/i8kutils/
probe_i8k_
collect2: error: ld returned 1 exit status
Makefile:24: recipe for target 'probe_
make: *** [probe_
Changed in i8kutils: | |
status: | Fix Committed → Fix Released |
New gcc compiler version 5 applies GNU dialect of ISO C11 that uses the C99 inline semantics that conflicts with the inline syntax of probe_i8k_ calls_time. c.
The problems was solved removing keyword 'inline' from "probe_ i8k_calls_ time.c" ; it is already commited in recent versions of the file in the repository.