From: madhusudhan_at_iitg.ac.in
Date: Wed Apr 08 2009 - 01:05:39 MDT
hii...This is madhusudhan facing problems with installation of vl2mv 2.0.
I successfully built (installed)vis 2.0 and glu 2.0 but got some errors
installing vl2mv2.0 as below .eagerly waiting for your reply.thanks in
advance :)
error i got when i type 'make' while installing vl2mv 2.0 :
flex -oobj/verilog_lex.c ./src/parser/verilog.l
bison -y -d -t -o obj/verilog_yacc.c ./src/parser/verilog.y
conflicts: 1 shift/reduce
umask 2 ; gcc -c -g -O6 -mcpu=pentiumpro -malign-double -DNDEBUG=1
-DHAVE_LIBGLU=1 -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1
-DSTDC_HEADERS=1 -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 -DHAVE_GETCWD=1
-DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DCUR_DATE="\"Wed Apr 8 12:28:35
IST 2009\"" -DCUR_VER="\"vl2mv release 2.0\"" -DNAWK=\"mawk\"
-DLIBRARY=\"/usr/local/share/vl2mv\" -I../glu-2.0/include
-I../../glu-2.0/include -I./src/parser -I./src/set -I./src/stack -Iobj
-o obj/verilog_yacc.o obj/verilog_yacc.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
obj/verilog_yacc.c:539:1: warning: "YYID" redefined
obj/verilog_yacc.c:202:1: warning: this is the location of the previous
definition
umask 2 ; gcc -c -g -O6 -mcpu=pentiumpro -malign-double -DNDEBUG=1
-DHAVE_LIBGLU=1 -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1
-DSTDC_HEADERS=1 -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 -DHAVE_GETCWD=1
-DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DCUR_DATE="\"Wed Apr 8 12:28:35
IST 2009\"" -DCUR_VER="\"vl2mv release 2.0\"" -DNAWK=\"mawk\"
-DLIBRARY=\"/usr/local/share/vl2mv\" -I../glu-2.0/include
-I../../glu-2.0/include -I./src/parser -I./src/set -I./src/stack -Iobj
-o obj/verilog_lex.o obj/verilog_lex.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
./src/parser/verilog.l:45: error: redefinition of ?yylineno?
obj/verilog_lex.c:344: error: previous definition of ?yylineno? was here
./src/parser/verilog.l: In function ?yylex?:
./src/parser/verilog.l:463: warning: format not a string literal and no
format arguments
./src/parser/verilog.l: In function ?pushd?:
./src/parser/verilog.l:895: warning: ignoring return value of ?getcwd?,
declared with attribute warn_unused_result
./src/parser/verilog.l:905: warning: ignoring return value of ?chdir?,
declared with attribute warn_unused_result
./src/parser/verilog.l: In function ?popd?:
./src/parser/verilog.l:913: warning: ignoring return value of ?chdir?,
declared with attribute warn_unused_result
make: *** [obj/verilog_lex.o] Error 1
This archive was generated by hypermail 2.1.7 : Wed Apr 08 2009 - 01:08:19 MDT