ucesb compilation problem [message #19217] |
Thu, 14 April 2016 15:58 |
MarcLabiche
Messages: 7 Registered: March 2016 Location: UK
|
occasional visitor |
From: *dl.ac.uk
|
|
Hi,
I'm trying to compile ucesb unpacker via the command:
make empty/empty
The compilation crashes with the following message:
make[1]: Entering directory `/home/mala/FAIR/ucesb/unpacker/ucesb'
YACC generated/y.tab.c
Usage: yacc [options] filename
Options:
-b file_prefix set filename prefix (default "y.")
-d write definitions (y.tab.h)
-i write interface (y.tab.i)
-g write a graphical description
-l suppress #line directives
-o output_file (default "y.tab.c")
-p symbol_prefix set symbol prefix (default "yy")
-P create a reentrant parser, e.g., "%pure-parser"
-r produce separate code and table files (y.code.c)
-s suppress #define's for quoted names in %token lines
-t add debugging support
-v write description (y.output)
-V show version information and exit
If -W flag unknown, try to compile with 'make NO_YACC_WERROR=1'
CXX ucesb.o
CXX str_set.o
CXX file_line.o
CXX signal_id.o
CXX dumper.o
CXX prefix_unit.o
CXX definitions.o
CXX variable.o
CXX structure.o
CXX signal.o
CXX param_arg.o
CXX bits_spec.o
CXX encode.o
CXX unpack_code.o
CXX match_code.o
CXX signal_errors.o
make[1]: *** No rule to make target `generated/y.tab.c', needed by `generated/parser.cc'. Stop.
make[1]: Leaving directory `/home/mala/FAIR/ucesb/unpacker/ucesb'
make: *** [/home/mala/FAIR/ucesb/unpacker/ucesb/ucesb] Error 2
Please, can anybody help?
Marc
Marc Labiche
STFC Daresbury Lab.
+44 (0)1925603458
|
|
|