Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Fastcap installation problem

Status
Not open for further replies.

partha3003

Newbie
Joined
Nov 17, 2020
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
13
While installing fastcap in Ubuntu I got the following error
$make all

make[1]: Entering directory '/home/partha/softwares/fastcap/src'
make[1]: Leaving directory '/home/partha/softwares/fastcap/src'
cd src ; make fastcap
make[1]: Entering directory '/home/partha/softwares/fastcap/src'
cc -O -DFIVE -c -o mulGlobal.o mulGlobal.c
In file included from mulGlobal.h:60:0,
from mulGlobal.c:36:
/usr/include/time.h:304:12: error: ‘stime’ redeclared as different kind of symbol
extern int stime (const time_t *__when) __THROW;
^
In file included from mulGlobal.h:55:0,
from mulGlobal.c:36:
resusage.h:56:13: note: previous declaration of ‘stime’ was here
static long stime, utime;
^
<builtin>: recipe for target 'mulGlobal.o' failed
make[1]: *** [mulGlobal.o] Error 1
make[1]: Leaving directory '/home/partha/softwares/fastcap/src'
Makefile:28: recipe for target 'fastcap' failed
make: *** [fastcap] Error 2


can someone help me out?
Thanks
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top