as2447
Newbie level 3
synopsys vcs vcsd
Hi,
I'm trying to run VCS under linux but get the following message when trying to compile a verilog design:
------------------------------------------------------------------------------------------
gcc -o ../simv 5NrI_d.o 5NrIB_d.o nE5Z_1_d.o SIM_l.o /usr/cad/vcs/gui/virsim/linux/vcdplus/vcs7_1_0_1/libvirsim.a /usr/cad/vcs/linux/lib/libvcsnew.a -ldl -lc -lm -ldl
/usr/cad/vcs/linux/lib/libvcsnew.a(lib.o)(.text+0xc0d50): In function `vcsd_user_crypt_filter':
/u/source/src/interfaces/flexlm.syn/v6.1-vcsd/i86_r6/../machind/lmappfil.c:899: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead
/usr/cad/vcs/linux/lib/libvcsnew.a(lib.o)(.text+0xc0d3a):/u/source/src/interfaces/flexlm.syn/v6.1-vcsd/i86_r6/../machind/lmappfil.c:899: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead
/usr/cad/vcs/gui/virsim/linux/vcdplus/vcs7_1_0_1/libvirsim.a(ivcspli7_1_0_1.o)(.text+0xa4b1): In function `vpCallVcdPlusFile':
: undefined reference to `__ctype_b'
/usr/cad/vcs/gui/virsim/linux/vcdplus/vcs7_1_0_1/libvirsim.a(ivcspli7_1_0_1.o)(.text+0x29158): In function `vs_clStrCmpCI(char *, char *)':
: undefined reference to `__ctype_toupper'
/usr/cad/vcs/gui/virsim/linux/vcdplus/vcs7_1_0_1/libvirsim.a(ivcspli7_1_0_1.o)(.text+0x291b5): In function `vs_clStrCmpCI(char *, char *)':
: undefined reference to `__ctype_toupper'
/usr/cad/vcs/gui/virsim/linux/vcdplus/vcs7_1_0_1/libvirsim.a(ivcspli7_1_0_1.o)(.text+0x291d3): In function `vs_clStrCmpCI(char *, char *)':
: undefined reference to `__ctype_toupper'
.
.
.
.
and on and on
------------------------------------------------------------------------------------------
Does anyone know how to solve this problem?
Appreaciate your help,
as2447
Hi,
I'm trying to run VCS under linux but get the following message when trying to compile a verilog design:
------------------------------------------------------------------------------------------
gcc -o ../simv 5NrI_d.o 5NrIB_d.o nE5Z_1_d.o SIM_l.o /usr/cad/vcs/gui/virsim/linux/vcdplus/vcs7_1_0_1/libvirsim.a /usr/cad/vcs/linux/lib/libvcsnew.a -ldl -lc -lm -ldl
/usr/cad/vcs/linux/lib/libvcsnew.a(lib.o)(.text+0xc0d50): In function `vcsd_user_crypt_filter':
/u/source/src/interfaces/flexlm.syn/v6.1-vcsd/i86_r6/../machind/lmappfil.c:899: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead
/usr/cad/vcs/linux/lib/libvcsnew.a(lib.o)(.text+0xc0d3a):/u/source/src/interfaces/flexlm.syn/v6.1-vcsd/i86_r6/../machind/lmappfil.c:899: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead
/usr/cad/vcs/gui/virsim/linux/vcdplus/vcs7_1_0_1/libvirsim.a(ivcspli7_1_0_1.o)(.text+0xa4b1): In function `vpCallVcdPlusFile':
: undefined reference to `__ctype_b'
/usr/cad/vcs/gui/virsim/linux/vcdplus/vcs7_1_0_1/libvirsim.a(ivcspli7_1_0_1.o)(.text+0x29158): In function `vs_clStrCmpCI(char *, char *)':
: undefined reference to `__ctype_toupper'
/usr/cad/vcs/gui/virsim/linux/vcdplus/vcs7_1_0_1/libvirsim.a(ivcspli7_1_0_1.o)(.text+0x291b5): In function `vs_clStrCmpCI(char *, char *)':
: undefined reference to `__ctype_toupper'
/usr/cad/vcs/gui/virsim/linux/vcdplus/vcs7_1_0_1/libvirsim.a(ivcspli7_1_0_1.o)(.text+0x291d3): In function `vs_clStrCmpCI(char *, char *)':
: undefined reference to `__ctype_toupper'
.
.
.
.
and on and on
------------------------------------------------------------------------------------------
Does anyone know how to solve this problem?
Appreaciate your help,
as2447