VCS compile error??

A

akun

Guest
Dear all,
I am using VCS to compile my deisgn, but I find the error as follows,
------------------------------------------------------------------------------------------------
Top Level Modules:
tb_top_mix_vlog
TimeScale is 1 ns / 1 ps
Starting vcs inline pass...
2 modules and 0 UDP read.
However, due to incremental compilation, no re-compilation is
necessary.
if [ -x ../simv ]; then chmod -x ../simv; fi
g++ -o ../simv -melf_i386 -Wl,-E,-rpath
/usr/synopsys/VCS-X-2005.06-6/redhat30/lib
-Wl,--version-script,/usr/synopsys/VCS-X-2005.06-6/redhat30/lib/ovasim_sc.version
-m32 nltE_1_d.o 2U8l_1_d.o SIM_l.o 5NrI_d.o 5NrIB_d.o
libvhdl_object.o
/usr/synopsys/VCS-X-2005.06-6/redhat30/lib/libvirsim.a
/usr/synopsys/VCS-X-2005.06-6/redhat30/lib/libvcsfnew.so
/usr/synopsys/VCS-X-2005.06-6/redhat30/lib/vcs_main.o
/usr/synopsys/VCS-X-2005.06-6/redhat30/lib/libscsim_static.a
/usr/synopsys/VCS-X-2005.06-6/redhat30/lib/libcm_vcsd.a
/usr/synopsys/VCS-X-2005.06-6/redhat30/lib/libBA.a -lncurses
-L/usr/synopsys/VCS-X-2005.06-6/redhat30/lib -lvhpi-O -lhdlxmr
-L/usr/X11R6/lib -lX11 -ldl
/usr/synopsys/VCS-X-2005.06-6/redhat30/lib/ctype-stubs_32.a -ldl -lc
-lm -ldl
/usr/bin/ld: cannot find -lX11
collect2: ld returned 1 exit status
make: *** [product_timestamp] Error 1
Make exited with status 2
-------------------------------------------------------------------------------------------------------------
Does anyone have any idea on how this could happen ?
 
"akun" <akun.cheng@yahoo.com.tw> writes:

-L/usr/X11R6/lib -lX11 -ldl
/usr/synopsys/VCS-X-2005.06-6/redhat30/lib/ctype-stubs_32.a -ldl -lc
-lm -ldl
/usr/bin/ld: cannot find -lX11

It seems like you don't have libX11.so in /usr/X11R6/lib.

Petter
--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
 
You can remove -lX11 option and try again.

Nandy
www.nandigits.com
Netlist Debug/ECO in GUI mode.
 

Welcome to EDABoard.com

Sponsor

Back
Top