1
|
configuring for Verilator 4.011 devel
|
2
|
checking whether to use hardcoded paths... yes
|
3
|
checking whether to show and stop on compilation warnings... no
|
4
|
checking whether to run long tests... yes
|
5
|
checking whether allow pre-C++11... no
|
6
|
checking for gcc... gcc
|
7
|
checking whether the C compiler works... yes
|
8
|
checking for C compiler default output file name... a.out
|
9
|
checking for suffix of executables...
|
10
|
checking whether we are cross compiling... no
|
11
|
checking for suffix of object files... o
|
12
|
checking whether we are using the GNU C compiler... yes
|
13
|
checking whether gcc accepts -g... yes
|
14
|
checking for gcc option to accept ISO C89... none needed
|
15
|
checking for g++... g++
|
16
|
checking whether we are using the GNU C++ compiler... yes
|
17
|
checking whether g++ accepts -g... yes
|
18
|
checking for a BSD-compatible install... /usr/bin/install -c
|
19
|
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
|
20
|
compiler is g++ --version = Apple LLVM version 10.0.0 (clang-1000.10.44.4)
|
21
|
checking that C++ compiler can compile simple program... yes
|
22
|
checking for perl... /usr/bin/perl
|
23
|
checking for flex... /usr/bin/flex
|
24
|
checking for bison... /usr/bin/bison
|
25
|
checking how to run the C++ preprocessor... g++ -E
|
26
|
checking for grep that handles long lines and -e... /usr/bin/grep
|
27
|
checking for egrep... /usr/bin/grep -E
|
28
|
checking for ANSI C header files... yes
|
29
|
checking for sys/types.h... yes
|
30
|
checking for sys/stat.h... yes
|
31
|
checking for stdlib.h... yes
|
32
|
checking for string.h... yes
|
33
|
checking for memory.h... yes
|
34
|
checking for strings.h... yes
|
35
|
checking for inttypes.h... yes
|
36
|
checking for stdint.h... yes
|
37
|
checking for unistd.h... yes
|
38
|
checking for size_t... yes
|
39
|
checking for size_t... (cached) yes
|
40
|
checking for inline... inline
|
41
|
checking whether g++ accepts -std=gnu++14... yes
|
42
|
checking whether g++ accepts -std=c++03... yes
|
43
|
checking whether g++ accepts -Wextra... yes
|
44
|
checking whether g++ accepts -Wfloat-conversion... yes
|
45
|
checking whether g++ accepts -Wlogical-op... no
|
46
|
checking whether g++ accepts -Wthread-safety... yes
|
47
|
checking whether g++ accepts -Qunused-arguments... yes
|
48
|
checking whether g++ accepts -faligned-new... yes
|
49
|
checking whether g++ accepts -Wno-unused-parameter... yes
|
50
|
checking whether g++ accepts -Wno-undefined-bool-conversion... yes
|
51
|
checking whether g++ accepts -Wno-shadow... yes
|
52
|
checking whether g++ accepts -Wno-char-subscripts... yes
|
53
|
checking whether g++ accepts -Wno-null-conversion... yes
|
54
|
checking whether g++ accepts -Wno-parentheses-equality... yes
|
55
|
checking whether g++ accepts -Wno-unused... yes
|
56
|
checking whether g++ accepts -faligned-new... yes
|
57
|
checking whether g++ accepts -fbracket-depth=4096... yes
|
58
|
checking whether g++ accepts -Qunused-arguments... yes
|
59
|
checking whether g++ accepts -Wno-bool-operation... no
|
60
|
checking whether g++ accepts -Wno-parentheses-equality... yes
|
61
|
checking whether g++ accepts -Wno-sign-compare... yes
|
62
|
checking whether g++ accepts -Wno-uninitialized... yes
|
63
|
checking whether g++ accepts -Wno-unused-but-set-variable... no
|
64
|
checking whether g++ accepts -Wno-unused-parameter... yes
|
65
|
checking whether g++ accepts -Wno-unused-variable... yes
|
66
|
checking whether g++ accepts -Wno-shadow... yes
|
67
|
checking whether g++ linker accepts -mt... no
|
68
|
checking whether g++ linker accepts -pthread... yes
|
69
|
checking whether g++ linker accepts -lpthread... yes
|
70
|
checking whether g++ linker accepts -latomic... no
|
71
|
checking whether g++ supports Verilated threads... yes
|
72
|
checking for struct stat.st_mtim.tv_nsec... no
|
73
|
configure: creating ./config.status
|
74
|
config.status: creating Makefile
|
75
|
config.status: creating src/Makefile
|
76
|
config.status: creating src/Makefile_obj
|
77
|
config.status: creating include/verilated.mk
|
78
|
config.status: creating include/verilated_config.h
|
79
|
config.status: creating verilator.pc
|
80
|
config.status: creating src/config_build.h
|
81
|
|
82
|
Now type 'make' (or sometimes 'gmake') to build Verilator.
|
83
|
|