1
|
This file contains any messages produced by compilers while
|
2
|
running configure, to aid debugging if configure makes a mistake.
|
3
|
|
4
|
It was created by Verilator configure 4.011 devel, which was
|
5
|
generated by GNU Autoconf 2.69. Invocation command line was
|
6
|
|
7
|
$ ./configure --enable-longtests
|
8
|
|
9
|
## --------- ##
|
10
|
## Platform. ##
|
11
|
## --------- ##
|
12
|
|
13
|
hostname = Enzes-MacBook-Pro.local
|
14
|
uname -m = x86_64
|
15
|
uname -r = 17.7.0
|
16
|
uname -s = Darwin
|
17
|
uname -v = Darwin Kernel Version 17.7.0: Fri Nov 2 20:43:16 PDT 2018; root:xnu-4570.71.17~1/RELEASE_X86_64
|
18
|
|
19
|
/usr/bin/uname -p = i386
|
20
|
/bin/uname -X = unknown
|
21
|
|
22
|
/bin/arch = unknown
|
23
|
/usr/bin/arch -k = unknown
|
24
|
/usr/convex/getsysinfo = unknown
|
25
|
/usr/bin/hostinfo = Mach kernel version:
|
26
|
Darwin Kernel Version 17.7.0: Fri Nov 2 20:43:16 PDT 2018; root:xnu-4570.71.17~1/RELEASE_X86_64
|
27
|
Kernel configured for up to 8 processors.
|
28
|
4 processors are physically available.
|
29
|
8 processors are logically available.
|
30
|
Processor type: i486 (Intel 80486)
|
31
|
Processors active: 0 1 2 3 4 5 6 7
|
32
|
Primary memory available: 8.00 gigabytes
|
33
|
Default processor set: 327 tasks, 1475 threads, 8 processors
|
34
|
Load average: 1.80, Mach factor: 6.19
|
35
|
/bin/machine = unknown
|
36
|
/usr/bin/oslevel = unknown
|
37
|
/bin/universe = unknown
|
38
|
|
39
|
PATH: /Users/echi/perl5/bin
|
40
|
PATH: .
|
41
|
PATH: /usr/local/bin
|
42
|
PATH: /usr/local/opt/gcc/bin
|
43
|
PATH: /usr/local/opt/llvm/bin
|
44
|
PATH: /usr/local/Cellar/pyenv-virtualenv/1.1.3/shims
|
45
|
PATH: /Users/echi/.pyenv/shims
|
46
|
PATH: /usr/local/bin
|
47
|
PATH: /usr/bin
|
48
|
PATH: /bin
|
49
|
PATH: /usr/sbin
|
50
|
PATH: /sbin
|
51
|
PATH: /opt/X11/bin
|
52
|
PATH: /Library/TeX/texbin
|
53
|
PATH: /usr/local/opt/gcc/bin
|
54
|
PATH: /usr/local/opt/llvm/bin
|
55
|
PATH: /usr/local/Cellar/pyenv-virtualenv/1.1.3/shims
|
56
|
PATH: /Users/echi/.pyenv/shims
|
57
|
PATH: .
|
58
|
PATH: /Users/echi/go/bin
|
59
|
PATH: /usr/local/Cellar/go/1.11.5/libexec/bin
|
60
|
PATH: /Users/echi/.pyenv/bin
|
61
|
|
62
|
|
63
|
## ----------- ##
|
64
|
## Core tests. ##
|
65
|
## ----------- ##
|
66
|
|
67
|
configure:2136: result: configuring for Verilator 4.011 devel
|
68
|
configure:2157: checking whether to use hardcoded paths
|
69
|
configure:2171: result: yes
|
70
|
configure:2175: checking whether to show and stop on compilation warnings
|
71
|
configure:2193: result: no
|
72
|
configure:2197: checking whether to run long tests
|
73
|
configure:2215: result: yes
|
74
|
configure:2219: checking whether allow pre-C++11
|
75
|
configure:2234: result: no
|
76
|
configure:2292: checking for gcc
|
77
|
configure:2308: found /usr/bin/gcc
|
78
|
configure:2319: result: gcc
|
79
|
configure:2548: checking for C compiler version
|
80
|
configure:2557: gcc --version >&5
|
81
|
Apple LLVM version 10.0.0 (clang-1000.10.44.4)
|
82
|
Target: x86_64-apple-darwin17.7.0
|
83
|
Thread model: posix
|
84
|
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
|
85
|
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
|
86
|
configure:2568: $? = 0
|
87
|
configure:2557: gcc -v >&5
|
88
|
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
|
89
|
Apple LLVM version 10.0.0 (clang-1000.10.44.4)
|
90
|
Target: x86_64-apple-darwin17.7.0
|
91
|
Thread model: posix
|
92
|
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
|
93
|
configure:2568: $? = 0
|
94
|
configure:2557: gcc -V >&5
|
95
|
clang: error: argument to '-V' is missing (expected 1 value)
|
96
|
clang: error: no input files
|
97
|
configure:2568: $? = 1
|
98
|
configure:2557: gcc -qversion >&5
|
99
|
clang: error: unknown argument: '-qversion'
|
100
|
clang: error: no input files
|
101
|
configure:2568: $? = 1
|
102
|
configure:2588: checking whether the C compiler works
|
103
|
configure:2610: gcc -I${prefix}/include -I${prefix}/include -L${exec_prefix}/lib conftest.c >&5
|
104
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
105
|
configure:2614: $? = 0
|
106
|
configure:2662: result: yes
|
107
|
configure:2665: checking for C compiler default output file name
|
108
|
configure:2667: result: a.out
|
109
|
configure:2673: checking for suffix of executables
|
110
|
configure:2680: gcc -o conftest -I${prefix}/include -I${prefix}/include -L${exec_prefix}/lib conftest.c >&5
|
111
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
112
|
configure:2684: $? = 0
|
113
|
configure:2706: result:
|
114
|
configure:2728: checking whether we are cross compiling
|
115
|
configure:2736: gcc -o conftest -I${prefix}/include -I${prefix}/include -L${exec_prefix}/lib conftest.c >&5
|
116
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
117
|
configure:2740: $? = 0
|
118
|
configure:2747: ./conftest
|
119
|
configure:2751: $? = 0
|
120
|
configure:2766: result: no
|
121
|
configure:2771: checking for suffix of object files
|
122
|
configure:2793: gcc -c -I${prefix}/include -I${prefix}/include conftest.c >&5
|
123
|
configure:2797: $? = 0
|
124
|
configure:2818: result: o
|
125
|
configure:2822: checking whether we are using the GNU C compiler
|
126
|
configure:2841: gcc -c -I${prefix}/include -I${prefix}/include conftest.c >&5
|
127
|
configure:2841: $? = 0
|
128
|
configure:2850: result: yes
|
129
|
configure:2859: checking whether gcc accepts -g
|
130
|
configure:2879: gcc -c -g -I${prefix}/include conftest.c >&5
|
131
|
configure:2879: $? = 0
|
132
|
configure:2920: result: yes
|
133
|
configure:2937: checking for gcc option to accept ISO C89
|
134
|
configure:3000: gcc -c -I${prefix}/include -I${prefix}/include conftest.c >&5
|
135
|
configure:3000: $? = 0
|
136
|
configure:3013: result: none needed
|
137
|
configure:3091: checking for g++
|
138
|
configure:3107: found /usr/bin/g++
|
139
|
configure:3118: result: g++
|
140
|
configure:3145: checking for C++ compiler version
|
141
|
configure:3154: g++ --version >&5
|
142
|
Apple LLVM version 10.0.0 (clang-1000.10.44.4)
|
143
|
Target: x86_64-apple-darwin17.7.0
|
144
|
Thread model: posix
|
145
|
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
|
146
|
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
|
147
|
configure:3165: $? = 0
|
148
|
configure:3154: g++ -v >&5
|
149
|
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
|
150
|
Apple LLVM version 10.0.0 (clang-1000.10.44.4)
|
151
|
Target: x86_64-apple-darwin17.7.0
|
152
|
Thread model: posix
|
153
|
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
|
154
|
configure:3165: $? = 0
|
155
|
configure:3154: g++ -V >&5
|
156
|
clang: error: argument to '-V' is missing (expected 1 value)
|
157
|
clang: error: no input files
|
158
|
configure:3165: $? = 1
|
159
|
configure:3154: g++ -qversion >&5
|
160
|
clang: error: unknown argument: '-qversion'
|
161
|
clang: error: no input files
|
162
|
configure:3165: $? = 1
|
163
|
configure:3169: checking whether we are using the GNU C++ compiler
|
164
|
configure:3188: g++ -c -I${prefix}/include -I${prefix}/include conftest.cpp >&5
|
165
|
configure:3188: $? = 0
|
166
|
configure:3197: result: yes
|
167
|
configure:3206: checking whether g++ accepts -g
|
168
|
configure:3226: g++ -c -g -I${prefix}/include conftest.cpp >&5
|
169
|
configure:3226: $? = 0
|
170
|
configure:3267: result: yes
|
171
|
configure:3333: checking for a BSD-compatible install
|
172
|
configure:3401: result: /usr/bin/install -c
|
173
|
configure:3420: result: compiler is g++ --version = Apple LLVM version 10.0.0 (clang-1000.10.44.4)
|
174
|
configure:3422: checking that C++ compiler can compile simple program
|
175
|
configure:3433: g++ -o conftest -I${prefix}/include -I${prefix}/include -L${exec_prefix}/lib conftest.cpp >&5
|
176
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
177
|
configure:3433: $? = 0
|
178
|
configure:3433: ./conftest
|
179
|
configure:3433: $? = 0
|
180
|
configure:3434: result: yes
|
181
|
configure:3447: checking for perl
|
182
|
configure:3465: found /usr/bin/perl
|
183
|
configure:3477: result: /usr/bin/perl
|
184
|
configure:3490: checking for flex
|
185
|
configure:3508: found /usr/bin/flex
|
186
|
configure:3520: result: /usr/bin/flex
|
187
|
configure:3533: checking for bison
|
188
|
configure:3551: found /usr/bin/bison
|
189
|
configure:3563: result: /usr/bin/bison
|
190
|
configure:3583: checking how to run the C++ preprocessor
|
191
|
configure:3610: g++ -E -I${prefix}/include conftest.cpp
|
192
|
configure:3610: $? = 0
|
193
|
configure:3624: g++ -E -I${prefix}/include conftest.cpp
|
194
|
conftest.cpp:9:10: fatal error: 'ac_nonexistent.h' file not found
|
195
|
#include <ac_nonexistent.h>
|
196
|
^~~~~~~~~~~~~~~~~~
|
197
|
1 error generated.
|
198
|
configure:3624: $? = 1
|
199
|
configure: failed program was:
|
200
|
| /* confdefs.h */
|
201
|
| #define PACKAGE_NAME "Verilator"
|
202
|
| #define PACKAGE_TARNAME "verilator"
|
203
|
| #define PACKAGE_VERSION "4.011 devel"
|
204
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
205
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
206
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
207
|
| /* end confdefs.h. */
|
208
|
| #include <ac_nonexistent.h>
|
209
|
configure:3649: result: g++ -E
|
210
|
configure:3669: g++ -E -I${prefix}/include conftest.cpp
|
211
|
configure:3669: $? = 0
|
212
|
configure:3683: g++ -E -I${prefix}/include conftest.cpp
|
213
|
conftest.cpp:9:10: fatal error: 'ac_nonexistent.h' file not found
|
214
|
#include <ac_nonexistent.h>
|
215
|
^~~~~~~~~~~~~~~~~~
|
216
|
1 error generated.
|
217
|
configure:3683: $? = 1
|
218
|
configure: failed program was:
|
219
|
| /* confdefs.h */
|
220
|
| #define PACKAGE_NAME "Verilator"
|
221
|
| #define PACKAGE_TARNAME "verilator"
|
222
|
| #define PACKAGE_VERSION "4.011 devel"
|
223
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
224
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
225
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
226
|
| /* end confdefs.h. */
|
227
|
| #include <ac_nonexistent.h>
|
228
|
configure:3712: checking for grep that handles long lines and -e
|
229
|
configure:3770: result: /usr/bin/grep
|
230
|
configure:3775: checking for egrep
|
231
|
configure:3837: result: /usr/bin/grep -E
|
232
|
configure:3842: checking for ANSI C header files
|
233
|
configure:3862: g++ -c -I${prefix}/include -I${prefix}/include conftest.cpp >&5
|
234
|
configure:3862: $? = 0
|
235
|
configure:3935: g++ -o conftest -I${prefix}/include -I${prefix}/include -L${exec_prefix}/lib conftest.cpp >&5
|
236
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
237
|
configure:3935: $? = 0
|
238
|
configure:3935: ./conftest
|
239
|
configure:3935: $? = 0
|
240
|
configure:3946: result: yes
|
241
|
configure:3959: checking for sys/types.h
|
242
|
configure:3959: g++ -c -I${prefix}/include -I${prefix}/include conftest.cpp >&5
|
243
|
configure:3959: $? = 0
|
244
|
configure:3959: result: yes
|
245
|
configure:3959: checking for sys/stat.h
|
246
|
configure:3959: g++ -c -I${prefix}/include -I${prefix}/include conftest.cpp >&5
|
247
|
configure:3959: $? = 0
|
248
|
configure:3959: result: yes
|
249
|
configure:3959: checking for stdlib.h
|
250
|
configure:3959: g++ -c -I${prefix}/include -I${prefix}/include conftest.cpp >&5
|
251
|
configure:3959: $? = 0
|
252
|
configure:3959: result: yes
|
253
|
configure:3959: checking for string.h
|
254
|
configure:3959: g++ -c -I${prefix}/include -I${prefix}/include conftest.cpp >&5
|
255
|
configure:3959: $? = 0
|
256
|
configure:3959: result: yes
|
257
|
configure:3959: checking for memory.h
|
258
|
configure:3959: g++ -c -I${prefix}/include -I${prefix}/include conftest.cpp >&5
|
259
|
configure:3959: $? = 0
|
260
|
configure:3959: result: yes
|
261
|
configure:3959: checking for strings.h
|
262
|
configure:3959: g++ -c -I${prefix}/include -I${prefix}/include conftest.cpp >&5
|
263
|
configure:3959: $? = 0
|
264
|
configure:3959: result: yes
|
265
|
configure:3959: checking for inttypes.h
|
266
|
configure:3959: g++ -c -I${prefix}/include -I${prefix}/include conftest.cpp >&5
|
267
|
configure:3959: $? = 0
|
268
|
configure:3959: result: yes
|
269
|
configure:3959: checking for stdint.h
|
270
|
configure:3959: g++ -c -I${prefix}/include -I${prefix}/include conftest.cpp >&5
|
271
|
configure:3959: $? = 0
|
272
|
configure:3959: result: yes
|
273
|
configure:3959: checking for unistd.h
|
274
|
configure:3959: g++ -c -I${prefix}/include -I${prefix}/include conftest.cpp >&5
|
275
|
configure:3959: $? = 0
|
276
|
configure:3959: result: yes
|
277
|
configure:3971: checking for size_t
|
278
|
configure:3971: g++ -c -I${prefix}/include -I${prefix}/include conftest.cpp >&5
|
279
|
configure:3971: $? = 0
|
280
|
configure:3971: g++ -c -I${prefix}/include -I${prefix}/include conftest.cpp >&5
|
281
|
conftest.cpp:55:21: error: expected expression
|
282
|
if (sizeof ((size_t)))
|
283
|
^
|
284
|
1 error generated.
|
285
|
configure:3971: $? = 1
|
286
|
configure: failed program was:
|
287
|
| /* confdefs.h */
|
288
|
| #define PACKAGE_NAME "Verilator"
|
289
|
| #define PACKAGE_TARNAME "verilator"
|
290
|
| #define PACKAGE_VERSION "4.011 devel"
|
291
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
292
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
293
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
294
|
| #define STDC_HEADERS 1
|
295
|
| #define HAVE_SYS_TYPES_H 1
|
296
|
| #define HAVE_SYS_STAT_H 1
|
297
|
| #define HAVE_STDLIB_H 1
|
298
|
| #define HAVE_STRING_H 1
|
299
|
| #define HAVE_MEMORY_H 1
|
300
|
| #define HAVE_STRINGS_H 1
|
301
|
| #define HAVE_INTTYPES_H 1
|
302
|
| #define HAVE_STDINT_H 1
|
303
|
| #define HAVE_UNISTD_H 1
|
304
|
| /* end confdefs.h. */
|
305
|
| #include <stdio.h>
|
306
|
| #ifdef HAVE_SYS_TYPES_H
|
307
|
| # include <sys/types.h>
|
308
|
| #endif
|
309
|
| #ifdef HAVE_SYS_STAT_H
|
310
|
| # include <sys/stat.h>
|
311
|
| #endif
|
312
|
| #ifdef STDC_HEADERS
|
313
|
| # include <stdlib.h>
|
314
|
| # include <stddef.h>
|
315
|
| #else
|
316
|
| # ifdef HAVE_STDLIB_H
|
317
|
| # include <stdlib.h>
|
318
|
| # endif
|
319
|
| #endif
|
320
|
| #ifdef HAVE_STRING_H
|
321
|
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
|
322
|
| # include <memory.h>
|
323
|
| # endif
|
324
|
| # include <string.h>
|
325
|
| #endif
|
326
|
| #ifdef HAVE_STRINGS_H
|
327
|
| # include <strings.h>
|
328
|
| #endif
|
329
|
| #ifdef HAVE_INTTYPES_H
|
330
|
| # include <inttypes.h>
|
331
|
| #endif
|
332
|
| #ifdef HAVE_STDINT_H
|
333
|
| # include <stdint.h>
|
334
|
| #endif
|
335
|
| #ifdef HAVE_UNISTD_H
|
336
|
| # include <unistd.h>
|
337
|
| #endif
|
338
|
| int
|
339
|
| main ()
|
340
|
| {
|
341
|
| if (sizeof ((size_t)))
|
342
|
| return 0;
|
343
|
| ;
|
344
|
| return 0;
|
345
|
| }
|
346
|
configure:3971: result: yes
|
347
|
configure:3982: checking for size_t
|
348
|
configure:3982: result: yes
|
349
|
configure:3995: checking for inline
|
350
|
configure:4011: g++ -c -I${prefix}/include -I${prefix}/include conftest.cpp >&5
|
351
|
configure:4011: $? = 0
|
352
|
configure:4019: result: inline
|
353
|
configure:4049: g++ -o conftest -I${prefix}/include -I${prefix}/include -L${exec_prefix}/lib conftest.cpp >&5
|
354
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
355
|
configure:4049: $? = 0
|
356
|
configure:4082: checking whether g++ accepts -std=gnu++14
|
357
|
configure:4095: g++ -o conftest -I${prefix}/include -std=gnu++14 -Werror -I${prefix}/include -L${exec_prefix}/lib conftest.cpp >&5
|
358
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
359
|
configure:4095: $? = 0
|
360
|
configure:4122: g++ -c -I${prefix}/include -std=gnu++14 -Werror -I${prefix}/include conftest.cpp >&5
|
361
|
conftest.cpp:19:1: error: unknown type name 'an_error'
|
362
|
an_error "intentional-error-for-test.h"
|
363
|
^
|
364
|
conftest.cpp:19:10: error: expected unqualified-id
|
365
|
an_error "intentional-error-for-test.h"
|
366
|
^
|
367
|
2 errors generated.
|
368
|
configure:4122: $? = 1
|
369
|
configure: failed program was:
|
370
|
| /* confdefs.h */
|
371
|
| #define PACKAGE_NAME "Verilator"
|
372
|
| #define PACKAGE_TARNAME "verilator"
|
373
|
| #define PACKAGE_VERSION "4.011 devel"
|
374
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
375
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
376
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
377
|
| #define STDC_HEADERS 1
|
378
|
| #define HAVE_SYS_TYPES_H 1
|
379
|
| #define HAVE_SYS_STAT_H 1
|
380
|
| #define HAVE_STDLIB_H 1
|
381
|
| #define HAVE_STRING_H 1
|
382
|
| #define HAVE_MEMORY_H 1
|
383
|
| #define HAVE_STRINGS_H 1
|
384
|
| #define HAVE_INTTYPES_H 1
|
385
|
| #define HAVE_STDINT_H 1
|
386
|
| #define HAVE_UNISTD_H 1
|
387
|
| /* end confdefs.h. */
|
388
|
| an_error "intentional-error-for-test.h"
|
389
|
|
|
390
|
| int
|
391
|
| main ()
|
392
|
| {
|
393
|
|
|
394
|
| ;
|
395
|
| return 0;
|
396
|
| }
|
397
|
configure:4133: result: yes
|
398
|
configure:4500: checking whether g++ accepts -std=c++03
|
399
|
configure:4513: g++ -o conftest -I${prefix}/include -std=c++03 -Werror -I${prefix}/include -L${exec_prefix}/lib conftest.cpp >&5
|
400
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
401
|
configure:4513: $? = 0
|
402
|
configure:4540: g++ -c -I${prefix}/include -std=c++03 -Werror -I${prefix}/include conftest.cpp >&5
|
403
|
conftest.cpp:19:1: error: unknown type name 'an_error'
|
404
|
an_error "intentional-error-for-test.h"
|
405
|
^
|
406
|
conftest.cpp:19:10: error: expected unqualified-id
|
407
|
an_error "intentional-error-for-test.h"
|
408
|
^
|
409
|
2 errors generated.
|
410
|
configure:4540: $? = 1
|
411
|
configure: failed program was:
|
412
|
| /* confdefs.h */
|
413
|
| #define PACKAGE_NAME "Verilator"
|
414
|
| #define PACKAGE_TARNAME "verilator"
|
415
|
| #define PACKAGE_VERSION "4.011 devel"
|
416
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
417
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
418
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
419
|
| #define STDC_HEADERS 1
|
420
|
| #define HAVE_SYS_TYPES_H 1
|
421
|
| #define HAVE_SYS_STAT_H 1
|
422
|
| #define HAVE_STDLIB_H 1
|
423
|
| #define HAVE_STRING_H 1
|
424
|
| #define HAVE_MEMORY_H 1
|
425
|
| #define HAVE_STRINGS_H 1
|
426
|
| #define HAVE_INTTYPES_H 1
|
427
|
| #define HAVE_STDINT_H 1
|
428
|
| #define HAVE_UNISTD_H 1
|
429
|
| /* end confdefs.h. */
|
430
|
| an_error "intentional-error-for-test.h"
|
431
|
|
|
432
|
| int
|
433
|
| main ()
|
434
|
| {
|
435
|
|
|
436
|
| ;
|
437
|
| return 0;
|
438
|
| }
|
439
|
configure:4551: result: yes
|
440
|
configure:4919: checking whether g++ accepts -Wextra
|
441
|
configure:4932: g++ -o conftest -I${prefix}/include -Wextra -Werror -I${prefix}/include -L${exec_prefix}/lib conftest.cpp >&5
|
442
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
443
|
configure:4932: $? = 0
|
444
|
configure:4959: g++ -c -I${prefix}/include -Wextra -Werror -I${prefix}/include conftest.cpp >&5
|
445
|
conftest.cpp:19:1: error: unknown type name 'an_error'
|
446
|
an_error "intentional-error-for-test.h"
|
447
|
^
|
448
|
conftest.cpp:19:10: error: expected unqualified-id
|
449
|
an_error "intentional-error-for-test.h"
|
450
|
^
|
451
|
2 errors generated.
|
452
|
configure:4959: $? = 1
|
453
|
configure: failed program was:
|
454
|
| /* confdefs.h */
|
455
|
| #define PACKAGE_NAME "Verilator"
|
456
|
| #define PACKAGE_TARNAME "verilator"
|
457
|
| #define PACKAGE_VERSION "4.011 devel"
|
458
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
459
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
460
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
461
|
| #define STDC_HEADERS 1
|
462
|
| #define HAVE_SYS_TYPES_H 1
|
463
|
| #define HAVE_SYS_STAT_H 1
|
464
|
| #define HAVE_STDLIB_H 1
|
465
|
| #define HAVE_STRING_H 1
|
466
|
| #define HAVE_MEMORY_H 1
|
467
|
| #define HAVE_STRINGS_H 1
|
468
|
| #define HAVE_INTTYPES_H 1
|
469
|
| #define HAVE_STDINT_H 1
|
470
|
| #define HAVE_UNISTD_H 1
|
471
|
| /* end confdefs.h. */
|
472
|
| an_error "intentional-error-for-test.h"
|
473
|
|
|
474
|
| int
|
475
|
| main ()
|
476
|
| {
|
477
|
|
|
478
|
| ;
|
479
|
| return 0;
|
480
|
| }
|
481
|
configure:4970: result: yes
|
482
|
configure:4986: checking whether g++ accepts -Wfloat-conversion
|
483
|
configure:4999: g++ -o conftest -I${prefix}/include -Wfloat-conversion -Werror -I${prefix}/include -L${exec_prefix}/lib conftest.cpp >&5
|
484
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
485
|
configure:4999: $? = 0
|
486
|
configure:5026: g++ -c -I${prefix}/include -Wfloat-conversion -Werror -I${prefix}/include conftest.cpp >&5
|
487
|
conftest.cpp:19:1: error: unknown type name 'an_error'
|
488
|
an_error "intentional-error-for-test.h"
|
489
|
^
|
490
|
conftest.cpp:19:10: error: expected unqualified-id
|
491
|
an_error "intentional-error-for-test.h"
|
492
|
^
|
493
|
2 errors generated.
|
494
|
configure:5026: $? = 1
|
495
|
configure: failed program was:
|
496
|
| /* confdefs.h */
|
497
|
| #define PACKAGE_NAME "Verilator"
|
498
|
| #define PACKAGE_TARNAME "verilator"
|
499
|
| #define PACKAGE_VERSION "4.011 devel"
|
500
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
501
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
502
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
503
|
| #define STDC_HEADERS 1
|
504
|
| #define HAVE_SYS_TYPES_H 1
|
505
|
| #define HAVE_SYS_STAT_H 1
|
506
|
| #define HAVE_STDLIB_H 1
|
507
|
| #define HAVE_STRING_H 1
|
508
|
| #define HAVE_MEMORY_H 1
|
509
|
| #define HAVE_STRINGS_H 1
|
510
|
| #define HAVE_INTTYPES_H 1
|
511
|
| #define HAVE_STDINT_H 1
|
512
|
| #define HAVE_UNISTD_H 1
|
513
|
| /* end confdefs.h. */
|
514
|
| an_error "intentional-error-for-test.h"
|
515
|
|
|
516
|
| int
|
517
|
| main ()
|
518
|
| {
|
519
|
|
|
520
|
| ;
|
521
|
| return 0;
|
522
|
| }
|
523
|
configure:5037: result: yes
|
524
|
configure:5053: checking whether g++ accepts -Wlogical-op
|
525
|
configure:5066: g++ -o conftest -I${prefix}/include -Wlogical-op -Werror -I${prefix}/include -L${exec_prefix}/lib conftest.cpp >&5
|
526
|
error: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Werror,-Wunknown-warning-option]
|
527
|
configure:5066: $? = 1
|
528
|
configure: failed program was:
|
529
|
| /* confdefs.h */
|
530
|
| #define PACKAGE_NAME "Verilator"
|
531
|
| #define PACKAGE_TARNAME "verilator"
|
532
|
| #define PACKAGE_VERSION "4.011 devel"
|
533
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
534
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
535
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
536
|
| #define STDC_HEADERS 1
|
537
|
| #define HAVE_SYS_TYPES_H 1
|
538
|
| #define HAVE_SYS_STAT_H 1
|
539
|
| #define HAVE_STDLIB_H 1
|
540
|
| #define HAVE_STRING_H 1
|
541
|
| #define HAVE_MEMORY_H 1
|
542
|
| #define HAVE_STRINGS_H 1
|
543
|
| #define HAVE_INTTYPES_H 1
|
544
|
| #define HAVE_STDINT_H 1
|
545
|
| #define HAVE_UNISTD_H 1
|
546
|
| /* end confdefs.h. */
|
547
|
| #include <new>
|
548
|
| int
|
549
|
| main ()
|
550
|
| {
|
551
|
| int* a=new int; delete a;
|
552
|
| ;
|
553
|
| return 0;
|
554
|
| }
|
555
|
configure:5093: g++ -c -I${prefix}/include -Wlogical-op -Werror -I${prefix}/include conftest.cpp >&5
|
556
|
error: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Werror,-Wunknown-warning-option]
|
557
|
configure:5093: $? = 1
|
558
|
configure: failed program was:
|
559
|
| /* confdefs.h */
|
560
|
| #define PACKAGE_NAME "Verilator"
|
561
|
| #define PACKAGE_TARNAME "verilator"
|
562
|
| #define PACKAGE_VERSION "4.011 devel"
|
563
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
564
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
565
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
566
|
| #define STDC_HEADERS 1
|
567
|
| #define HAVE_SYS_TYPES_H 1
|
568
|
| #define HAVE_SYS_STAT_H 1
|
569
|
| #define HAVE_STDLIB_H 1
|
570
|
| #define HAVE_STRING_H 1
|
571
|
| #define HAVE_MEMORY_H 1
|
572
|
| #define HAVE_STRINGS_H 1
|
573
|
| #define HAVE_INTTYPES_H 1
|
574
|
| #define HAVE_STDINT_H 1
|
575
|
| #define HAVE_UNISTD_H 1
|
576
|
| /* end confdefs.h. */
|
577
|
| an_error "intentional-error-for-test.h"
|
578
|
|
|
579
|
| int
|
580
|
| main ()
|
581
|
| {
|
582
|
|
|
583
|
| ;
|
584
|
| return 0;
|
585
|
| }
|
586
|
configure:5104: result: no
|
587
|
configure:5120: checking whether g++ accepts -Wthread-safety
|
588
|
configure:5133: g++ -o conftest -I${prefix}/include -Wthread-safety -Werror -I${prefix}/include -L${exec_prefix}/lib conftest.cpp >&5
|
589
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
590
|
configure:5133: $? = 0
|
591
|
configure:5160: g++ -c -I${prefix}/include -Wthread-safety -Werror -I${prefix}/include conftest.cpp >&5
|
592
|
conftest.cpp:19:1: error: unknown type name 'an_error'
|
593
|
an_error "intentional-error-for-test.h"
|
594
|
^
|
595
|
conftest.cpp:19:10: error: expected unqualified-id
|
596
|
an_error "intentional-error-for-test.h"
|
597
|
^
|
598
|
2 errors generated.
|
599
|
configure:5160: $? = 1
|
600
|
configure: failed program was:
|
601
|
| /* confdefs.h */
|
602
|
| #define PACKAGE_NAME "Verilator"
|
603
|
| #define PACKAGE_TARNAME "verilator"
|
604
|
| #define PACKAGE_VERSION "4.011 devel"
|
605
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
606
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
607
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
608
|
| #define STDC_HEADERS 1
|
609
|
| #define HAVE_SYS_TYPES_H 1
|
610
|
| #define HAVE_SYS_STAT_H 1
|
611
|
| #define HAVE_STDLIB_H 1
|
612
|
| #define HAVE_STRING_H 1
|
613
|
| #define HAVE_MEMORY_H 1
|
614
|
| #define HAVE_STRINGS_H 1
|
615
|
| #define HAVE_INTTYPES_H 1
|
616
|
| #define HAVE_STDINT_H 1
|
617
|
| #define HAVE_UNISTD_H 1
|
618
|
| /* end confdefs.h. */
|
619
|
| an_error "intentional-error-for-test.h"
|
620
|
|
|
621
|
| int
|
622
|
| main ()
|
623
|
| {
|
624
|
|
|
625
|
| ;
|
626
|
| return 0;
|
627
|
| }
|
628
|
configure:5171: result: yes
|
629
|
configure:5190: checking whether g++ accepts -Qunused-arguments
|
630
|
configure:5203: g++ -o conftest -I${prefix}/include -Qunused-arguments -Werror -I${prefix}/include -L${exec_prefix}/lib conftest.cpp >&5
|
631
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
632
|
configure:5203: $? = 0
|
633
|
configure:5230: g++ -c -I${prefix}/include -Qunused-arguments -Werror -I${prefix}/include conftest.cpp >&5
|
634
|
conftest.cpp:19:1: error: unknown type name 'an_error'
|
635
|
an_error "intentional-error-for-test.h"
|
636
|
^
|
637
|
conftest.cpp:19:10: error: expected unqualified-id
|
638
|
an_error "intentional-error-for-test.h"
|
639
|
^
|
640
|
2 errors generated.
|
641
|
configure:5230: $? = 1
|
642
|
configure: failed program was:
|
643
|
| /* confdefs.h */
|
644
|
| #define PACKAGE_NAME "Verilator"
|
645
|
| #define PACKAGE_TARNAME "verilator"
|
646
|
| #define PACKAGE_VERSION "4.011 devel"
|
647
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
648
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
649
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
650
|
| #define STDC_HEADERS 1
|
651
|
| #define HAVE_SYS_TYPES_H 1
|
652
|
| #define HAVE_SYS_STAT_H 1
|
653
|
| #define HAVE_STDLIB_H 1
|
654
|
| #define HAVE_STRING_H 1
|
655
|
| #define HAVE_MEMORY_H 1
|
656
|
| #define HAVE_STRINGS_H 1
|
657
|
| #define HAVE_INTTYPES_H 1
|
658
|
| #define HAVE_STDINT_H 1
|
659
|
| #define HAVE_UNISTD_H 1
|
660
|
| /* end confdefs.h. */
|
661
|
| an_error "intentional-error-for-test.h"
|
662
|
|
|
663
|
| int
|
664
|
| main ()
|
665
|
| {
|
666
|
|
|
667
|
| ;
|
668
|
| return 0;
|
669
|
| }
|
670
|
configure:5241: result: yes
|
671
|
configure:5257: checking whether g++ accepts -faligned-new
|
672
|
configure:5270: g++ -o conftest -I${prefix}/include -faligned-new -Werror -I${prefix}/include -L${exec_prefix}/lib conftest.cpp >&5
|
673
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
674
|
configure:5270: $? = 0
|
675
|
configure:5297: g++ -c -I${prefix}/include -faligned-new -Werror -I${prefix}/include conftest.cpp >&5
|
676
|
conftest.cpp:19:1: error: unknown type name 'an_error'
|
677
|
an_error "intentional-error-for-test.h"
|
678
|
^
|
679
|
conftest.cpp:19:10: error: expected unqualified-id
|
680
|
an_error "intentional-error-for-test.h"
|
681
|
^
|
682
|
2 errors generated.
|
683
|
configure:5297: $? = 1
|
684
|
configure: failed program was:
|
685
|
| /* confdefs.h */
|
686
|
| #define PACKAGE_NAME "Verilator"
|
687
|
| #define PACKAGE_TARNAME "verilator"
|
688
|
| #define PACKAGE_VERSION "4.011 devel"
|
689
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
690
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
691
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
692
|
| #define STDC_HEADERS 1
|
693
|
| #define HAVE_SYS_TYPES_H 1
|
694
|
| #define HAVE_SYS_STAT_H 1
|
695
|
| #define HAVE_STDLIB_H 1
|
696
|
| #define HAVE_STRING_H 1
|
697
|
| #define HAVE_MEMORY_H 1
|
698
|
| #define HAVE_STRINGS_H 1
|
699
|
| #define HAVE_INTTYPES_H 1
|
700
|
| #define HAVE_STDINT_H 1
|
701
|
| #define HAVE_UNISTD_H 1
|
702
|
| /* end confdefs.h. */
|
703
|
| an_error "intentional-error-for-test.h"
|
704
|
|
|
705
|
| int
|
706
|
| main ()
|
707
|
| {
|
708
|
|
|
709
|
| ;
|
710
|
| return 0;
|
711
|
| }
|
712
|
configure:5308: result: yes
|
713
|
configure:5324: checking whether g++ accepts -Wno-unused-parameter
|
714
|
configure:5337: g++ -o conftest -I${prefix}/include -Wno-unused-parameter -Werror -I${prefix}/include -L${exec_prefix}/lib conftest.cpp >&5
|
715
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
716
|
configure:5337: $? = 0
|
717
|
configure:5364: g++ -c -I${prefix}/include -Wno-unused-parameter -Werror -I${prefix}/include conftest.cpp >&5
|
718
|
conftest.cpp:19:1: error: unknown type name 'an_error'
|
719
|
an_error "intentional-error-for-test.h"
|
720
|
^
|
721
|
conftest.cpp:19:10: error: expected unqualified-id
|
722
|
an_error "intentional-error-for-test.h"
|
723
|
^
|
724
|
2 errors generated.
|
725
|
configure:5364: $? = 1
|
726
|
configure: failed program was:
|
727
|
| /* confdefs.h */
|
728
|
| #define PACKAGE_NAME "Verilator"
|
729
|
| #define PACKAGE_TARNAME "verilator"
|
730
|
| #define PACKAGE_VERSION "4.011 devel"
|
731
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
732
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
733
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
734
|
| #define STDC_HEADERS 1
|
735
|
| #define HAVE_SYS_TYPES_H 1
|
736
|
| #define HAVE_SYS_STAT_H 1
|
737
|
| #define HAVE_STDLIB_H 1
|
738
|
| #define HAVE_STRING_H 1
|
739
|
| #define HAVE_MEMORY_H 1
|
740
|
| #define HAVE_STRINGS_H 1
|
741
|
| #define HAVE_INTTYPES_H 1
|
742
|
| #define HAVE_STDINT_H 1
|
743
|
| #define HAVE_UNISTD_H 1
|
744
|
| /* end confdefs.h. */
|
745
|
| an_error "intentional-error-for-test.h"
|
746
|
|
|
747
|
| int
|
748
|
| main ()
|
749
|
| {
|
750
|
|
|
751
|
| ;
|
752
|
| return 0;
|
753
|
| }
|
754
|
configure:5375: result: yes
|
755
|
configure:5391: checking whether g++ accepts -Wno-undefined-bool-conversion
|
756
|
configure:5404: g++ -o conftest -I${prefix}/include -Wno-undefined-bool-conversion -Werror -I${prefix}/include -L${exec_prefix}/lib conftest.cpp >&5
|
757
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
758
|
configure:5404: $? = 0
|
759
|
configure:5431: g++ -c -I${prefix}/include -Wno-undefined-bool-conversion -Werror -I${prefix}/include conftest.cpp >&5
|
760
|
conftest.cpp:19:1: error: unknown type name 'an_error'
|
761
|
an_error "intentional-error-for-test.h"
|
762
|
^
|
763
|
conftest.cpp:19:10: error: expected unqualified-id
|
764
|
an_error "intentional-error-for-test.h"
|
765
|
^
|
766
|
2 errors generated.
|
767
|
configure:5431: $? = 1
|
768
|
configure: failed program was:
|
769
|
| /* confdefs.h */
|
770
|
| #define PACKAGE_NAME "Verilator"
|
771
|
| #define PACKAGE_TARNAME "verilator"
|
772
|
| #define PACKAGE_VERSION "4.011 devel"
|
773
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
774
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
775
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
776
|
| #define STDC_HEADERS 1
|
777
|
| #define HAVE_SYS_TYPES_H 1
|
778
|
| #define HAVE_SYS_STAT_H 1
|
779
|
| #define HAVE_STDLIB_H 1
|
780
|
| #define HAVE_STRING_H 1
|
781
|
| #define HAVE_MEMORY_H 1
|
782
|
| #define HAVE_STRINGS_H 1
|
783
|
| #define HAVE_INTTYPES_H 1
|
784
|
| #define HAVE_STDINT_H 1
|
785
|
| #define HAVE_UNISTD_H 1
|
786
|
| /* end confdefs.h. */
|
787
|
| an_error "intentional-error-for-test.h"
|
788
|
|
|
789
|
| int
|
790
|
| main ()
|
791
|
| {
|
792
|
|
|
793
|
| ;
|
794
|
| return 0;
|
795
|
| }
|
796
|
configure:5442: result: yes
|
797
|
configure:5458: checking whether g++ accepts -Wno-shadow
|
798
|
configure:5471: g++ -o conftest -I${prefix}/include -Wno-shadow -Werror -I${prefix}/include -L${exec_prefix}/lib conftest.cpp >&5
|
799
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
800
|
configure:5471: $? = 0
|
801
|
configure:5498: g++ -c -I${prefix}/include -Wno-shadow -Werror -I${prefix}/include conftest.cpp >&5
|
802
|
conftest.cpp:19:1: error: unknown type name 'an_error'
|
803
|
an_error "intentional-error-for-test.h"
|
804
|
^
|
805
|
conftest.cpp:19:10: error: expected unqualified-id
|
806
|
an_error "intentional-error-for-test.h"
|
807
|
^
|
808
|
2 errors generated.
|
809
|
configure:5498: $? = 1
|
810
|
configure: failed program was:
|
811
|
| /* confdefs.h */
|
812
|
| #define PACKAGE_NAME "Verilator"
|
813
|
| #define PACKAGE_TARNAME "verilator"
|
814
|
| #define PACKAGE_VERSION "4.011 devel"
|
815
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
816
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
817
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
818
|
| #define STDC_HEADERS 1
|
819
|
| #define HAVE_SYS_TYPES_H 1
|
820
|
| #define HAVE_SYS_STAT_H 1
|
821
|
| #define HAVE_STDLIB_H 1
|
822
|
| #define HAVE_STRING_H 1
|
823
|
| #define HAVE_MEMORY_H 1
|
824
|
| #define HAVE_STRINGS_H 1
|
825
|
| #define HAVE_INTTYPES_H 1
|
826
|
| #define HAVE_STDINT_H 1
|
827
|
| #define HAVE_UNISTD_H 1
|
828
|
| /* end confdefs.h. */
|
829
|
| an_error "intentional-error-for-test.h"
|
830
|
|
|
831
|
| int
|
832
|
| main ()
|
833
|
| {
|
834
|
|
|
835
|
| ;
|
836
|
| return 0;
|
837
|
| }
|
838
|
configure:5509: result: yes
|
839
|
configure:5528: checking whether g++ accepts -Wno-char-subscripts
|
840
|
configure:5541: g++ -o conftest -I${prefix}/include -Wno-char-subscripts -Werror -I${prefix}/include -L${exec_prefix}/lib conftest.cpp >&5
|
841
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
842
|
configure:5541: $? = 0
|
843
|
configure:5568: g++ -c -I${prefix}/include -Wno-char-subscripts -Werror -I${prefix}/include conftest.cpp >&5
|
844
|
conftest.cpp:19:1: error: unknown type name 'an_error'
|
845
|
an_error "intentional-error-for-test.h"
|
846
|
^
|
847
|
conftest.cpp:19:10: error: expected unqualified-id
|
848
|
an_error "intentional-error-for-test.h"
|
849
|
^
|
850
|
2 errors generated.
|
851
|
configure:5568: $? = 1
|
852
|
configure: failed program was:
|
853
|
| /* confdefs.h */
|
854
|
| #define PACKAGE_NAME "Verilator"
|
855
|
| #define PACKAGE_TARNAME "verilator"
|
856
|
| #define PACKAGE_VERSION "4.011 devel"
|
857
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
858
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
859
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
860
|
| #define STDC_HEADERS 1
|
861
|
| #define HAVE_SYS_TYPES_H 1
|
862
|
| #define HAVE_SYS_STAT_H 1
|
863
|
| #define HAVE_STDLIB_H 1
|
864
|
| #define HAVE_STRING_H 1
|
865
|
| #define HAVE_MEMORY_H 1
|
866
|
| #define HAVE_STRINGS_H 1
|
867
|
| #define HAVE_INTTYPES_H 1
|
868
|
| #define HAVE_STDINT_H 1
|
869
|
| #define HAVE_UNISTD_H 1
|
870
|
| /* end confdefs.h. */
|
871
|
| an_error "intentional-error-for-test.h"
|
872
|
|
|
873
|
| int
|
874
|
| main ()
|
875
|
| {
|
876
|
|
|
877
|
| ;
|
878
|
| return 0;
|
879
|
| }
|
880
|
configure:5579: result: yes
|
881
|
configure:5595: checking whether g++ accepts -Wno-null-conversion
|
882
|
configure:5608: g++ -o conftest -I${prefix}/include -Wno-null-conversion -Werror -I${prefix}/include -L${exec_prefix}/lib conftest.cpp >&5
|
883
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
884
|
configure:5608: $? = 0
|
885
|
configure:5635: g++ -c -I${prefix}/include -Wno-null-conversion -Werror -I${prefix}/include conftest.cpp >&5
|
886
|
conftest.cpp:19:1: error: unknown type name 'an_error'
|
887
|
an_error "intentional-error-for-test.h"
|
888
|
^
|
889
|
conftest.cpp:19:10: error: expected unqualified-id
|
890
|
an_error "intentional-error-for-test.h"
|
891
|
^
|
892
|
2 errors generated.
|
893
|
configure:5635: $? = 1
|
894
|
configure: failed program was:
|
895
|
| /* confdefs.h */
|
896
|
| #define PACKAGE_NAME "Verilator"
|
897
|
| #define PACKAGE_TARNAME "verilator"
|
898
|
| #define PACKAGE_VERSION "4.011 devel"
|
899
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
900
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
901
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
902
|
| #define STDC_HEADERS 1
|
903
|
| #define HAVE_SYS_TYPES_H 1
|
904
|
| #define HAVE_SYS_STAT_H 1
|
905
|
| #define HAVE_STDLIB_H 1
|
906
|
| #define HAVE_STRING_H 1
|
907
|
| #define HAVE_MEMORY_H 1
|
908
|
| #define HAVE_STRINGS_H 1
|
909
|
| #define HAVE_INTTYPES_H 1
|
910
|
| #define HAVE_STDINT_H 1
|
911
|
| #define HAVE_UNISTD_H 1
|
912
|
| /* end confdefs.h. */
|
913
|
| an_error "intentional-error-for-test.h"
|
914
|
|
|
915
|
| int
|
916
|
| main ()
|
917
|
| {
|
918
|
|
|
919
|
| ;
|
920
|
| return 0;
|
921
|
| }
|
922
|
configure:5646: result: yes
|
923
|
configure:5662: checking whether g++ accepts -Wno-parentheses-equality
|
924
|
configure:5675: g++ -o conftest -I${prefix}/include -Wno-parentheses-equality -Werror -I${prefix}/include -L${exec_prefix}/lib conftest.cpp >&5
|
925
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
926
|
configure:5675: $? = 0
|
927
|
configure:5702: g++ -c -I${prefix}/include -Wno-parentheses-equality -Werror -I${prefix}/include conftest.cpp >&5
|
928
|
conftest.cpp:19:1: error: unknown type name 'an_error'
|
929
|
an_error "intentional-error-for-test.h"
|
930
|
^
|
931
|
conftest.cpp:19:10: error: expected unqualified-id
|
932
|
an_error "intentional-error-for-test.h"
|
933
|
^
|
934
|
2 errors generated.
|
935
|
configure:5702: $? = 1
|
936
|
configure: failed program was:
|
937
|
| /* confdefs.h */
|
938
|
| #define PACKAGE_NAME "Verilator"
|
939
|
| #define PACKAGE_TARNAME "verilator"
|
940
|
| #define PACKAGE_VERSION "4.011 devel"
|
941
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
942
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
943
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
944
|
| #define STDC_HEADERS 1
|
945
|
| #define HAVE_SYS_TYPES_H 1
|
946
|
| #define HAVE_SYS_STAT_H 1
|
947
|
| #define HAVE_STDLIB_H 1
|
948
|
| #define HAVE_STRING_H 1
|
949
|
| #define HAVE_MEMORY_H 1
|
950
|
| #define HAVE_STRINGS_H 1
|
951
|
| #define HAVE_INTTYPES_H 1
|
952
|
| #define HAVE_STDINT_H 1
|
953
|
| #define HAVE_UNISTD_H 1
|
954
|
| /* end confdefs.h. */
|
955
|
| an_error "intentional-error-for-test.h"
|
956
|
|
|
957
|
| int
|
958
|
| main ()
|
959
|
| {
|
960
|
|
|
961
|
| ;
|
962
|
| return 0;
|
963
|
| }
|
964
|
configure:5713: result: yes
|
965
|
configure:5729: checking whether g++ accepts -Wno-unused
|
966
|
configure:5742: g++ -o conftest -I${prefix}/include -Wno-unused -Werror -I${prefix}/include -L${exec_prefix}/lib conftest.cpp >&5
|
967
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
968
|
configure:5742: $? = 0
|
969
|
configure:5769: g++ -c -I${prefix}/include -Wno-unused -Werror -I${prefix}/include conftest.cpp >&5
|
970
|
conftest.cpp:19:1: error: unknown type name 'an_error'
|
971
|
an_error "intentional-error-for-test.h"
|
972
|
^
|
973
|
conftest.cpp:19:10: error: expected unqualified-id
|
974
|
an_error "intentional-error-for-test.h"
|
975
|
^
|
976
|
2 errors generated.
|
977
|
configure:5769: $? = 1
|
978
|
configure: failed program was:
|
979
|
| /* confdefs.h */
|
980
|
| #define PACKAGE_NAME "Verilator"
|
981
|
| #define PACKAGE_TARNAME "verilator"
|
982
|
| #define PACKAGE_VERSION "4.011 devel"
|
983
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
984
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
985
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
986
|
| #define STDC_HEADERS 1
|
987
|
| #define HAVE_SYS_TYPES_H 1
|
988
|
| #define HAVE_SYS_STAT_H 1
|
989
|
| #define HAVE_STDLIB_H 1
|
990
|
| #define HAVE_STRING_H 1
|
991
|
| #define HAVE_MEMORY_H 1
|
992
|
| #define HAVE_STRINGS_H 1
|
993
|
| #define HAVE_INTTYPES_H 1
|
994
|
| #define HAVE_STDINT_H 1
|
995
|
| #define HAVE_UNISTD_H 1
|
996
|
| /* end confdefs.h. */
|
997
|
| an_error "intentional-error-for-test.h"
|
998
|
|
|
999
|
| int
|
1000
|
| main ()
|
1001
|
| {
|
1002
|
|
|
1003
|
| ;
|
1004
|
| return 0;
|
1005
|
| }
|
1006
|
configure:5780: result: yes
|
1007
|
configure:5804: checking whether g++ accepts -faligned-new
|
1008
|
configure:5817: g++ -o conftest -I${prefix}/include -faligned-new -Werror -I${prefix}/include -L${exec_prefix}/lib conftest.cpp >&5
|
1009
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
1010
|
configure:5817: $? = 0
|
1011
|
configure:5844: g++ -c -I${prefix}/include -faligned-new -Werror -I${prefix}/include conftest.cpp >&5
|
1012
|
conftest.cpp:19:1: error: unknown type name 'an_error'
|
1013
|
an_error "intentional-error-for-test.h"
|
1014
|
^
|
1015
|
conftest.cpp:19:10: error: expected unqualified-id
|
1016
|
an_error "intentional-error-for-test.h"
|
1017
|
^
|
1018
|
2 errors generated.
|
1019
|
configure:5844: $? = 1
|
1020
|
configure: failed program was:
|
1021
|
| /* confdefs.h */
|
1022
|
| #define PACKAGE_NAME "Verilator"
|
1023
|
| #define PACKAGE_TARNAME "verilator"
|
1024
|
| #define PACKAGE_VERSION "4.011 devel"
|
1025
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
1026
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
1027
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
1028
|
| #define STDC_HEADERS 1
|
1029
|
| #define HAVE_SYS_TYPES_H 1
|
1030
|
| #define HAVE_SYS_STAT_H 1
|
1031
|
| #define HAVE_STDLIB_H 1
|
1032
|
| #define HAVE_STRING_H 1
|
1033
|
| #define HAVE_MEMORY_H 1
|
1034
|
| #define HAVE_STRINGS_H 1
|
1035
|
| #define HAVE_INTTYPES_H 1
|
1036
|
| #define HAVE_STDINT_H 1
|
1037
|
| #define HAVE_UNISTD_H 1
|
1038
|
| /* end confdefs.h. */
|
1039
|
| an_error "intentional-error-for-test.h"
|
1040
|
|
|
1041
|
| int
|
1042
|
| main ()
|
1043
|
| {
|
1044
|
|
|
1045
|
| ;
|
1046
|
| return 0;
|
1047
|
| }
|
1048
|
configure:5855: result: yes
|
1049
|
configure:5871: checking whether g++ accepts -fbracket-depth=4096
|
1050
|
configure:5884: g++ -o conftest -I${prefix}/include -fbracket-depth=4096 -Werror -I${prefix}/include -L${exec_prefix}/lib conftest.cpp >&5
|
1051
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
1052
|
configure:5884: $? = 0
|
1053
|
configure:5911: g++ -c -I${prefix}/include -fbracket-depth=4096 -Werror -I${prefix}/include conftest.cpp >&5
|
1054
|
conftest.cpp:19:1: error: unknown type name 'an_error'
|
1055
|
an_error "intentional-error-for-test.h"
|
1056
|
^
|
1057
|
conftest.cpp:19:10: error: expected unqualified-id
|
1058
|
an_error "intentional-error-for-test.h"
|
1059
|
^
|
1060
|
2 errors generated.
|
1061
|
configure:5911: $? = 1
|
1062
|
configure: failed program was:
|
1063
|
| /* confdefs.h */
|
1064
|
| #define PACKAGE_NAME "Verilator"
|
1065
|
| #define PACKAGE_TARNAME "verilator"
|
1066
|
| #define PACKAGE_VERSION "4.011 devel"
|
1067
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
1068
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
1069
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
1070
|
| #define STDC_HEADERS 1
|
1071
|
| #define HAVE_SYS_TYPES_H 1
|
1072
|
| #define HAVE_SYS_STAT_H 1
|
1073
|
| #define HAVE_STDLIB_H 1
|
1074
|
| #define HAVE_STRING_H 1
|
1075
|
| #define HAVE_MEMORY_H 1
|
1076
|
| #define HAVE_STRINGS_H 1
|
1077
|
| #define HAVE_INTTYPES_H 1
|
1078
|
| #define HAVE_STDINT_H 1
|
1079
|
| #define HAVE_UNISTD_H 1
|
1080
|
| /* end confdefs.h. */
|
1081
|
| an_error "intentional-error-for-test.h"
|
1082
|
|
|
1083
|
| int
|
1084
|
| main ()
|
1085
|
| {
|
1086
|
|
|
1087
|
| ;
|
1088
|
| return 0;
|
1089
|
| }
|
1090
|
configure:5922: result: yes
|
1091
|
configure:5938: checking whether g++ accepts -Qunused-arguments
|
1092
|
configure:5951: g++ -o conftest -I${prefix}/include -Qunused-arguments -Werror -I${prefix}/include -L${exec_prefix}/lib conftest.cpp >&5
|
1093
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
1094
|
configure:5951: $? = 0
|
1095
|
configure:5978: g++ -c -I${prefix}/include -Qunused-arguments -Werror -I${prefix}/include conftest.cpp >&5
|
1096
|
conftest.cpp:19:1: error: unknown type name 'an_error'
|
1097
|
an_error "intentional-error-for-test.h"
|
1098
|
^
|
1099
|
conftest.cpp:19:10: error: expected unqualified-id
|
1100
|
an_error "intentional-error-for-test.h"
|
1101
|
^
|
1102
|
2 errors generated.
|
1103
|
configure:5978: $? = 1
|
1104
|
configure: failed program was:
|
1105
|
| /* confdefs.h */
|
1106
|
| #define PACKAGE_NAME "Verilator"
|
1107
|
| #define PACKAGE_TARNAME "verilator"
|
1108
|
| #define PACKAGE_VERSION "4.011 devel"
|
1109
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
1110
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
1111
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
1112
|
| #define STDC_HEADERS 1
|
1113
|
| #define HAVE_SYS_TYPES_H 1
|
1114
|
| #define HAVE_SYS_STAT_H 1
|
1115
|
| #define HAVE_STDLIB_H 1
|
1116
|
| #define HAVE_STRING_H 1
|
1117
|
| #define HAVE_MEMORY_H 1
|
1118
|
| #define HAVE_STRINGS_H 1
|
1119
|
| #define HAVE_INTTYPES_H 1
|
1120
|
| #define HAVE_STDINT_H 1
|
1121
|
| #define HAVE_UNISTD_H 1
|
1122
|
| /* end confdefs.h. */
|
1123
|
| an_error "intentional-error-for-test.h"
|
1124
|
|
|
1125
|
| int
|
1126
|
| main ()
|
1127
|
| {
|
1128
|
|
|
1129
|
| ;
|
1130
|
| return 0;
|
1131
|
| }
|
1132
|
configure:5989: result: yes
|
1133
|
configure:6005: checking whether g++ accepts -Wno-bool-operation
|
1134
|
configure:6018: g++ -o conftest -I${prefix}/include -Wno-bool-operation -Werror -I${prefix}/include -L${exec_prefix}/lib conftest.cpp >&5
|
1135
|
error: unknown warning option '-Wno-bool-operation'; did you mean '-Wno-bool-conversion'? [-Werror,-Wunknown-warning-option]
|
1136
|
configure:6018: $? = 1
|
1137
|
configure: failed program was:
|
1138
|
| /* confdefs.h */
|
1139
|
| #define PACKAGE_NAME "Verilator"
|
1140
|
| #define PACKAGE_TARNAME "verilator"
|
1141
|
| #define PACKAGE_VERSION "4.011 devel"
|
1142
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
1143
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
1144
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
1145
|
| #define STDC_HEADERS 1
|
1146
|
| #define HAVE_SYS_TYPES_H 1
|
1147
|
| #define HAVE_SYS_STAT_H 1
|
1148
|
| #define HAVE_STDLIB_H 1
|
1149
|
| #define HAVE_STRING_H 1
|
1150
|
| #define HAVE_MEMORY_H 1
|
1151
|
| #define HAVE_STRINGS_H 1
|
1152
|
| #define HAVE_INTTYPES_H 1
|
1153
|
| #define HAVE_STDINT_H 1
|
1154
|
| #define HAVE_UNISTD_H 1
|
1155
|
| /* end confdefs.h. */
|
1156
|
| #include <new>
|
1157
|
| int
|
1158
|
| main ()
|
1159
|
| {
|
1160
|
| int* a=new int; delete a;
|
1161
|
| ;
|
1162
|
| return 0;
|
1163
|
| }
|
1164
|
configure:6045: g++ -c -I${prefix}/include -Wno-bool-operation -Werror -I${prefix}/include conftest.cpp >&5
|
1165
|
error: unknown warning option '-Wno-bool-operation'; did you mean '-Wno-bool-conversion'? [-Werror,-Wunknown-warning-option]
|
1166
|
configure:6045: $? = 1
|
1167
|
configure: failed program was:
|
1168
|
| /* confdefs.h */
|
1169
|
| #define PACKAGE_NAME "Verilator"
|
1170
|
| #define PACKAGE_TARNAME "verilator"
|
1171
|
| #define PACKAGE_VERSION "4.011 devel"
|
1172
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
1173
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
1174
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
1175
|
| #define STDC_HEADERS 1
|
1176
|
| #define HAVE_SYS_TYPES_H 1
|
1177
|
| #define HAVE_SYS_STAT_H 1
|
1178
|
| #define HAVE_STDLIB_H 1
|
1179
|
| #define HAVE_STRING_H 1
|
1180
|
| #define HAVE_MEMORY_H 1
|
1181
|
| #define HAVE_STRINGS_H 1
|
1182
|
| #define HAVE_INTTYPES_H 1
|
1183
|
| #define HAVE_STDINT_H 1
|
1184
|
| #define HAVE_UNISTD_H 1
|
1185
|
| /* end confdefs.h. */
|
1186
|
| an_error "intentional-error-for-test.h"
|
1187
|
|
|
1188
|
| int
|
1189
|
| main ()
|
1190
|
| {
|
1191
|
|
|
1192
|
| ;
|
1193
|
| return 0;
|
1194
|
| }
|
1195
|
configure:6056: result: no
|
1196
|
configure:6072: checking whether g++ accepts -Wno-parentheses-equality
|
1197
|
configure:6085: g++ -o conftest -I${prefix}/include -Wno-parentheses-equality -Werror -I${prefix}/include -L${exec_prefix}/lib conftest.cpp >&5
|
1198
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
1199
|
configure:6085: $? = 0
|
1200
|
configure:6112: g++ -c -I${prefix}/include -Wno-parentheses-equality -Werror -I${prefix}/include conftest.cpp >&5
|
1201
|
conftest.cpp:19:1: error: unknown type name 'an_error'
|
1202
|
an_error "intentional-error-for-test.h"
|
1203
|
^
|
1204
|
conftest.cpp:19:10: error: expected unqualified-id
|
1205
|
an_error "intentional-error-for-test.h"
|
1206
|
^
|
1207
|
2 errors generated.
|
1208
|
configure:6112: $? = 1
|
1209
|
configure: failed program was:
|
1210
|
| /* confdefs.h */
|
1211
|
| #define PACKAGE_NAME "Verilator"
|
1212
|
| #define PACKAGE_TARNAME "verilator"
|
1213
|
| #define PACKAGE_VERSION "4.011 devel"
|
1214
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
1215
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
1216
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
1217
|
| #define STDC_HEADERS 1
|
1218
|
| #define HAVE_SYS_TYPES_H 1
|
1219
|
| #define HAVE_SYS_STAT_H 1
|
1220
|
| #define HAVE_STDLIB_H 1
|
1221
|
| #define HAVE_STRING_H 1
|
1222
|
| #define HAVE_MEMORY_H 1
|
1223
|
| #define HAVE_STRINGS_H 1
|
1224
|
| #define HAVE_INTTYPES_H 1
|
1225
|
| #define HAVE_STDINT_H 1
|
1226
|
| #define HAVE_UNISTD_H 1
|
1227
|
| /* end confdefs.h. */
|
1228
|
| an_error "intentional-error-for-test.h"
|
1229
|
|
|
1230
|
| int
|
1231
|
| main ()
|
1232
|
| {
|
1233
|
|
|
1234
|
| ;
|
1235
|
| return 0;
|
1236
|
| }
|
1237
|
configure:6123: result: yes
|
1238
|
configure:6139: checking whether g++ accepts -Wno-sign-compare
|
1239
|
configure:6152: g++ -o conftest -I${prefix}/include -Wno-sign-compare -Werror -I${prefix}/include -L${exec_prefix}/lib conftest.cpp >&5
|
1240
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
1241
|
configure:6152: $? = 0
|
1242
|
configure:6179: g++ -c -I${prefix}/include -Wno-sign-compare -Werror -I${prefix}/include conftest.cpp >&5
|
1243
|
conftest.cpp:19:1: error: unknown type name 'an_error'
|
1244
|
an_error "intentional-error-for-test.h"
|
1245
|
^
|
1246
|
conftest.cpp:19:10: error: expected unqualified-id
|
1247
|
an_error "intentional-error-for-test.h"
|
1248
|
^
|
1249
|
2 errors generated.
|
1250
|
configure:6179: $? = 1
|
1251
|
configure: failed program was:
|
1252
|
| /* confdefs.h */
|
1253
|
| #define PACKAGE_NAME "Verilator"
|
1254
|
| #define PACKAGE_TARNAME "verilator"
|
1255
|
| #define PACKAGE_VERSION "4.011 devel"
|
1256
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
1257
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
1258
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
1259
|
| #define STDC_HEADERS 1
|
1260
|
| #define HAVE_SYS_TYPES_H 1
|
1261
|
| #define HAVE_SYS_STAT_H 1
|
1262
|
| #define HAVE_STDLIB_H 1
|
1263
|
| #define HAVE_STRING_H 1
|
1264
|
| #define HAVE_MEMORY_H 1
|
1265
|
| #define HAVE_STRINGS_H 1
|
1266
|
| #define HAVE_INTTYPES_H 1
|
1267
|
| #define HAVE_STDINT_H 1
|
1268
|
| #define HAVE_UNISTD_H 1
|
1269
|
| /* end confdefs.h. */
|
1270
|
| an_error "intentional-error-for-test.h"
|
1271
|
|
|
1272
|
| int
|
1273
|
| main ()
|
1274
|
| {
|
1275
|
|
|
1276
|
| ;
|
1277
|
| return 0;
|
1278
|
| }
|
1279
|
configure:6190: result: yes
|
1280
|
configure:6206: checking whether g++ accepts -Wno-uninitialized
|
1281
|
configure:6219: g++ -o conftest -I${prefix}/include -Wno-uninitialized -Werror -I${prefix}/include -L${exec_prefix}/lib conftest.cpp >&5
|
1282
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
1283
|
configure:6219: $? = 0
|
1284
|
configure:6246: g++ -c -I${prefix}/include -Wno-uninitialized -Werror -I${prefix}/include conftest.cpp >&5
|
1285
|
conftest.cpp:19:1: error: unknown type name 'an_error'
|
1286
|
an_error "intentional-error-for-test.h"
|
1287
|
^
|
1288
|
conftest.cpp:19:10: error: expected unqualified-id
|
1289
|
an_error "intentional-error-for-test.h"
|
1290
|
^
|
1291
|
2 errors generated.
|
1292
|
configure:6246: $? = 1
|
1293
|
configure: failed program was:
|
1294
|
| /* confdefs.h */
|
1295
|
| #define PACKAGE_NAME "Verilator"
|
1296
|
| #define PACKAGE_TARNAME "verilator"
|
1297
|
| #define PACKAGE_VERSION "4.011 devel"
|
1298
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
1299
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
1300
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
1301
|
| #define STDC_HEADERS 1
|
1302
|
| #define HAVE_SYS_TYPES_H 1
|
1303
|
| #define HAVE_SYS_STAT_H 1
|
1304
|
| #define HAVE_STDLIB_H 1
|
1305
|
| #define HAVE_STRING_H 1
|
1306
|
| #define HAVE_MEMORY_H 1
|
1307
|
| #define HAVE_STRINGS_H 1
|
1308
|
| #define HAVE_INTTYPES_H 1
|
1309
|
| #define HAVE_STDINT_H 1
|
1310
|
| #define HAVE_UNISTD_H 1
|
1311
|
| /* end confdefs.h. */
|
1312
|
| an_error "intentional-error-for-test.h"
|
1313
|
|
|
1314
|
| int
|
1315
|
| main ()
|
1316
|
| {
|
1317
|
|
|
1318
|
| ;
|
1319
|
| return 0;
|
1320
|
| }
|
1321
|
configure:6257: result: yes
|
1322
|
configure:6273: checking whether g++ accepts -Wno-unused-but-set-variable
|
1323
|
configure:6286: g++ -o conftest -I${prefix}/include -Wno-unused-but-set-variable -Werror -I${prefix}/include -L${exec_prefix}/lib conftest.cpp >&5
|
1324
|
error: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Werror,-Wunknown-warning-option]
|
1325
|
configure:6286: $? = 1
|
1326
|
configure: failed program was:
|
1327
|
| /* confdefs.h */
|
1328
|
| #define PACKAGE_NAME "Verilator"
|
1329
|
| #define PACKAGE_TARNAME "verilator"
|
1330
|
| #define PACKAGE_VERSION "4.011 devel"
|
1331
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
1332
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
1333
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
1334
|
| #define STDC_HEADERS 1
|
1335
|
| #define HAVE_SYS_TYPES_H 1
|
1336
|
| #define HAVE_SYS_STAT_H 1
|
1337
|
| #define HAVE_STDLIB_H 1
|
1338
|
| #define HAVE_STRING_H 1
|
1339
|
| #define HAVE_MEMORY_H 1
|
1340
|
| #define HAVE_STRINGS_H 1
|
1341
|
| #define HAVE_INTTYPES_H 1
|
1342
|
| #define HAVE_STDINT_H 1
|
1343
|
| #define HAVE_UNISTD_H 1
|
1344
|
| /* end confdefs.h. */
|
1345
|
| #include <new>
|
1346
|
| int
|
1347
|
| main ()
|
1348
|
| {
|
1349
|
| int* a=new int; delete a;
|
1350
|
| ;
|
1351
|
| return 0;
|
1352
|
| }
|
1353
|
configure:6313: g++ -c -I${prefix}/include -Wno-unused-but-set-variable -Werror -I${prefix}/include conftest.cpp >&5
|
1354
|
error: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Werror,-Wunknown-warning-option]
|
1355
|
configure:6313: $? = 1
|
1356
|
configure: failed program was:
|
1357
|
| /* confdefs.h */
|
1358
|
| #define PACKAGE_NAME "Verilator"
|
1359
|
| #define PACKAGE_TARNAME "verilator"
|
1360
|
| #define PACKAGE_VERSION "4.011 devel"
|
1361
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
1362
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
1363
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
1364
|
| #define STDC_HEADERS 1
|
1365
|
| #define HAVE_SYS_TYPES_H 1
|
1366
|
| #define HAVE_SYS_STAT_H 1
|
1367
|
| #define HAVE_STDLIB_H 1
|
1368
|
| #define HAVE_STRING_H 1
|
1369
|
| #define HAVE_MEMORY_H 1
|
1370
|
| #define HAVE_STRINGS_H 1
|
1371
|
| #define HAVE_INTTYPES_H 1
|
1372
|
| #define HAVE_STDINT_H 1
|
1373
|
| #define HAVE_UNISTD_H 1
|
1374
|
| /* end confdefs.h. */
|
1375
|
| an_error "intentional-error-for-test.h"
|
1376
|
|
|
1377
|
| int
|
1378
|
| main ()
|
1379
|
| {
|
1380
|
|
|
1381
|
| ;
|
1382
|
| return 0;
|
1383
|
| }
|
1384
|
configure:6324: result: no
|
1385
|
configure:6340: checking whether g++ accepts -Wno-unused-parameter
|
1386
|
configure:6353: g++ -o conftest -I${prefix}/include -Wno-unused-parameter -Werror -I${prefix}/include -L${exec_prefix}/lib conftest.cpp >&5
|
1387
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
1388
|
configure:6353: $? = 0
|
1389
|
configure:6380: g++ -c -I${prefix}/include -Wno-unused-parameter -Werror -I${prefix}/include conftest.cpp >&5
|
1390
|
conftest.cpp:19:1: error: unknown type name 'an_error'
|
1391
|
an_error "intentional-error-for-test.h"
|
1392
|
^
|
1393
|
conftest.cpp:19:10: error: expected unqualified-id
|
1394
|
an_error "intentional-error-for-test.h"
|
1395
|
^
|
1396
|
2 errors generated.
|
1397
|
configure:6380: $? = 1
|
1398
|
configure: failed program was:
|
1399
|
| /* confdefs.h */
|
1400
|
| #define PACKAGE_NAME "Verilator"
|
1401
|
| #define PACKAGE_TARNAME "verilator"
|
1402
|
| #define PACKAGE_VERSION "4.011 devel"
|
1403
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
1404
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
1405
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
1406
|
| #define STDC_HEADERS 1
|
1407
|
| #define HAVE_SYS_TYPES_H 1
|
1408
|
| #define HAVE_SYS_STAT_H 1
|
1409
|
| #define HAVE_STDLIB_H 1
|
1410
|
| #define HAVE_STRING_H 1
|
1411
|
| #define HAVE_MEMORY_H 1
|
1412
|
| #define HAVE_STRINGS_H 1
|
1413
|
| #define HAVE_INTTYPES_H 1
|
1414
|
| #define HAVE_STDINT_H 1
|
1415
|
| #define HAVE_UNISTD_H 1
|
1416
|
| /* end confdefs.h. */
|
1417
|
| an_error "intentional-error-for-test.h"
|
1418
|
|
|
1419
|
| int
|
1420
|
| main ()
|
1421
|
| {
|
1422
|
|
|
1423
|
| ;
|
1424
|
| return 0;
|
1425
|
| }
|
1426
|
configure:6391: result: yes
|
1427
|
configure:6407: checking whether g++ accepts -Wno-unused-variable
|
1428
|
configure:6420: g++ -o conftest -I${prefix}/include -Wno-unused-variable -Werror -I${prefix}/include -L${exec_prefix}/lib conftest.cpp >&5
|
1429
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
1430
|
configure:6420: $? = 0
|
1431
|
configure:6447: g++ -c -I${prefix}/include -Wno-unused-variable -Werror -I${prefix}/include conftest.cpp >&5
|
1432
|
conftest.cpp:19:1: error: unknown type name 'an_error'
|
1433
|
an_error "intentional-error-for-test.h"
|
1434
|
^
|
1435
|
conftest.cpp:19:10: error: expected unqualified-id
|
1436
|
an_error "intentional-error-for-test.h"
|
1437
|
^
|
1438
|
2 errors generated.
|
1439
|
configure:6447: $? = 1
|
1440
|
configure: failed program was:
|
1441
|
| /* confdefs.h */
|
1442
|
| #define PACKAGE_NAME "Verilator"
|
1443
|
| #define PACKAGE_TARNAME "verilator"
|
1444
|
| #define PACKAGE_VERSION "4.011 devel"
|
1445
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
1446
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
1447
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
1448
|
| #define STDC_HEADERS 1
|
1449
|
| #define HAVE_SYS_TYPES_H 1
|
1450
|
| #define HAVE_SYS_STAT_H 1
|
1451
|
| #define HAVE_STDLIB_H 1
|
1452
|
| #define HAVE_STRING_H 1
|
1453
|
| #define HAVE_MEMORY_H 1
|
1454
|
| #define HAVE_STRINGS_H 1
|
1455
|
| #define HAVE_INTTYPES_H 1
|
1456
|
| #define HAVE_STDINT_H 1
|
1457
|
| #define HAVE_UNISTD_H 1
|
1458
|
| /* end confdefs.h. */
|
1459
|
| an_error "intentional-error-for-test.h"
|
1460
|
|
|
1461
|
| int
|
1462
|
| main ()
|
1463
|
| {
|
1464
|
|
|
1465
|
| ;
|
1466
|
| return 0;
|
1467
|
| }
|
1468
|
configure:6458: result: yes
|
1469
|
configure:6474: checking whether g++ accepts -Wno-shadow
|
1470
|
configure:6487: g++ -o conftest -I${prefix}/include -Wno-shadow -Werror -I${prefix}/include -L${exec_prefix}/lib conftest.cpp >&5
|
1471
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
1472
|
configure:6487: $? = 0
|
1473
|
configure:6514: g++ -c -I${prefix}/include -Wno-shadow -Werror -I${prefix}/include conftest.cpp >&5
|
1474
|
conftest.cpp:19:1: error: unknown type name 'an_error'
|
1475
|
an_error "intentional-error-for-test.h"
|
1476
|
^
|
1477
|
conftest.cpp:19:10: error: expected unqualified-id
|
1478
|
an_error "intentional-error-for-test.h"
|
1479
|
^
|
1480
|
2 errors generated.
|
1481
|
configure:6514: $? = 1
|
1482
|
configure: failed program was:
|
1483
|
| /* confdefs.h */
|
1484
|
| #define PACKAGE_NAME "Verilator"
|
1485
|
| #define PACKAGE_TARNAME "verilator"
|
1486
|
| #define PACKAGE_VERSION "4.011 devel"
|
1487
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
1488
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
1489
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
1490
|
| #define STDC_HEADERS 1
|
1491
|
| #define HAVE_SYS_TYPES_H 1
|
1492
|
| #define HAVE_SYS_STAT_H 1
|
1493
|
| #define HAVE_STDLIB_H 1
|
1494
|
| #define HAVE_STRING_H 1
|
1495
|
| #define HAVE_MEMORY_H 1
|
1496
|
| #define HAVE_STRINGS_H 1
|
1497
|
| #define HAVE_INTTYPES_H 1
|
1498
|
| #define HAVE_STDINT_H 1
|
1499
|
| #define HAVE_UNISTD_H 1
|
1500
|
| /* end confdefs.h. */
|
1501
|
| an_error "intentional-error-for-test.h"
|
1502
|
|
|
1503
|
| int
|
1504
|
| main ()
|
1505
|
| {
|
1506
|
|
|
1507
|
| ;
|
1508
|
| return 0;
|
1509
|
| }
|
1510
|
configure:6525: result: yes
|
1511
|
configure:6542: checking whether g++ linker accepts -mt
|
1512
|
configure:6555: g++ -o conftest -I${prefix}/include -I${prefix}/include -L${exec_prefix}/lib conftest.cpp -mt >&5
|
1513
|
clang: error: unknown argument: '-mt'
|
1514
|
configure:6555: $? = 1
|
1515
|
configure: failed program was:
|
1516
|
| /* confdefs.h */
|
1517
|
| #define PACKAGE_NAME "Verilator"
|
1518
|
| #define PACKAGE_TARNAME "verilator"
|
1519
|
| #define PACKAGE_VERSION "4.011 devel"
|
1520
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
1521
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
1522
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
1523
|
| #define STDC_HEADERS 1
|
1524
|
| #define HAVE_SYS_TYPES_H 1
|
1525
|
| #define HAVE_SYS_STAT_H 1
|
1526
|
| #define HAVE_STDLIB_H 1
|
1527
|
| #define HAVE_STRING_H 1
|
1528
|
| #define HAVE_MEMORY_H 1
|
1529
|
| #define HAVE_STRINGS_H 1
|
1530
|
| #define HAVE_INTTYPES_H 1
|
1531
|
| #define HAVE_STDINT_H 1
|
1532
|
| #define HAVE_UNISTD_H 1
|
1533
|
| /* end confdefs.h. */
|
1534
|
|
|
1535
|
| int
|
1536
|
| main ()
|
1537
|
| {
|
1538
|
|
|
1539
|
| ;
|
1540
|
| return 0;
|
1541
|
| }
|
1542
|
configure:6567: result: no
|
1543
|
configure:6581: checking whether g++ linker accepts -pthread
|
1544
|
configure:6594: g++ -o conftest -I${prefix}/include -I${prefix}/include -L${exec_prefix}/lib conftest.cpp -pthread >&5
|
1545
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
1546
|
configure:6594: $? = 0
|
1547
|
configure:6606: result: yes
|
1548
|
configure:6620: checking whether g++ linker accepts -lpthread
|
1549
|
configure:6633: g++ -o conftest -I${prefix}/include -I${prefix}/include -L${exec_prefix}/lib conftest.cpp -lpthread >&5
|
1550
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
1551
|
configure:6633: $? = 0
|
1552
|
configure:6645: result: yes
|
1553
|
configure:6659: checking whether g++ linker accepts -latomic
|
1554
|
configure:6672: g++ -o conftest -I${prefix}/include -I${prefix}/include -L${exec_prefix}/lib conftest.cpp -latomic >&5
|
1555
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
1556
|
ld: library not found for -latomic
|
1557
|
clang: error: linker command failed with exit code 1 (use -v to see invocation)
|
1558
|
configure:6672: $? = 1
|
1559
|
configure: failed program was:
|
1560
|
| /* confdefs.h */
|
1561
|
| #define PACKAGE_NAME "Verilator"
|
1562
|
| #define PACKAGE_TARNAME "verilator"
|
1563
|
| #define PACKAGE_VERSION "4.011 devel"
|
1564
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
1565
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
1566
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
1567
|
| #define STDC_HEADERS 1
|
1568
|
| #define HAVE_SYS_TYPES_H 1
|
1569
|
| #define HAVE_SYS_STAT_H 1
|
1570
|
| #define HAVE_STDLIB_H 1
|
1571
|
| #define HAVE_STRING_H 1
|
1572
|
| #define HAVE_MEMORY_H 1
|
1573
|
| #define HAVE_STRINGS_H 1
|
1574
|
| #define HAVE_INTTYPES_H 1
|
1575
|
| #define HAVE_STDINT_H 1
|
1576
|
| #define HAVE_UNISTD_H 1
|
1577
|
| /* end confdefs.h. */
|
1578
|
|
|
1579
|
| int
|
1580
|
| main ()
|
1581
|
| {
|
1582
|
|
|
1583
|
| ;
|
1584
|
| return 0;
|
1585
|
| }
|
1586
|
configure:6684: result: no
|
1587
|
configure:6695: checking whether g++ supports Verilated threads
|
1588
|
configure:6710: g++ -o conftest -I${prefix}/include -std=gnu++14 -faligned-new -fbracket-depth=4096 -Qunused-arguments -Wno-parentheses-equality -Wno-sign-compare -Wno-uninitialized -Wno-unused-parameter -Wno-unused-variable -Wno-shadow -I${prefix}/include -L${exec_prefix}/lib conftest.cpp >&5
|
1589
|
ld: warning: directory not found for option '-L${exec_prefix}/lib'
|
1590
|
configure:6710: $? = 0
|
1591
|
configure:6724: result: yes
|
1592
|
configure:6745: checking for struct stat.st_mtim.tv_nsec
|
1593
|
configure:6745: g++ -c -I${prefix}/include -std=gnu++14 -faligned-new -fbracket-depth=4096 -Qunused-arguments -Wno-parentheses-equality -Wno-sign-compare -Wno-uninitialized -Wno-unused-parameter -Wno-unused-variable -Wno-shadow -I${prefix}/include conftest.cpp >&5
|
1594
|
conftest.cpp:25:13: error: no member named 'st_mtim' in 'stat'
|
1595
|
if (ac_aggr.st_mtim.tv_nsec)
|
1596
|
~~~~~~~ ^
|
1597
|
1 error generated.
|
1598
|
configure:6745: $? = 1
|
1599
|
configure: failed program was:
|
1600
|
| /* confdefs.h */
|
1601
|
| #define PACKAGE_NAME "Verilator"
|
1602
|
| #define PACKAGE_TARNAME "verilator"
|
1603
|
| #define PACKAGE_VERSION "4.011 devel"
|
1604
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
1605
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
1606
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
1607
|
| #define STDC_HEADERS 1
|
1608
|
| #define HAVE_SYS_TYPES_H 1
|
1609
|
| #define HAVE_SYS_STAT_H 1
|
1610
|
| #define HAVE_STDLIB_H 1
|
1611
|
| #define HAVE_STRING_H 1
|
1612
|
| #define HAVE_MEMORY_H 1
|
1613
|
| #define HAVE_STRINGS_H 1
|
1614
|
| #define HAVE_INTTYPES_H 1
|
1615
|
| #define HAVE_STDINT_H 1
|
1616
|
| #define HAVE_UNISTD_H 1
|
1617
|
| /* end confdefs.h. */
|
1618
|
| #include <sys/stat.h>
|
1619
|
|
|
1620
|
| int
|
1621
|
| main ()
|
1622
|
| {
|
1623
|
| static struct stat ac_aggr;
|
1624
|
| if (ac_aggr.st_mtim.tv_nsec)
|
1625
|
| return 0;
|
1626
|
| ;
|
1627
|
| return 0;
|
1628
|
| }
|
1629
|
configure:6745: g++ -c -I${prefix}/include -std=gnu++14 -faligned-new -fbracket-depth=4096 -Qunused-arguments -Wno-parentheses-equality -Wno-sign-compare -Wno-uninitialized -Wno-unused-parameter -Wno-unused-variable -Wno-shadow -I${prefix}/include conftest.cpp >&5
|
1630
|
conftest.cpp:25:20: error: no member named 'st_mtim' in 'stat'
|
1631
|
if (sizeof ac_aggr.st_mtim.tv_nsec)
|
1632
|
~~~~~~~ ^
|
1633
|
1 error generated.
|
1634
|
configure:6745: $? = 1
|
1635
|
configure: failed program was:
|
1636
|
| /* confdefs.h */
|
1637
|
| #define PACKAGE_NAME "Verilator"
|
1638
|
| #define PACKAGE_TARNAME "verilator"
|
1639
|
| #define PACKAGE_VERSION "4.011 devel"
|
1640
|
| #define PACKAGE_STRING "Verilator 4.011 devel"
|
1641
|
| #define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
1642
|
| #define PACKAGE_URL "https://www.veripool.org/verilator"
|
1643
|
| #define STDC_HEADERS 1
|
1644
|
| #define HAVE_SYS_TYPES_H 1
|
1645
|
| #define HAVE_SYS_STAT_H 1
|
1646
|
| #define HAVE_STDLIB_H 1
|
1647
|
| #define HAVE_STRING_H 1
|
1648
|
| #define HAVE_MEMORY_H 1
|
1649
|
| #define HAVE_STRINGS_H 1
|
1650
|
| #define HAVE_INTTYPES_H 1
|
1651
|
| #define HAVE_STDINT_H 1
|
1652
|
| #define HAVE_UNISTD_H 1
|
1653
|
| /* end confdefs.h. */
|
1654
|
| #include <sys/stat.h>
|
1655
|
|
|
1656
|
| int
|
1657
|
| main ()
|
1658
|
| {
|
1659
|
| static struct stat ac_aggr;
|
1660
|
| if (sizeof ac_aggr.st_mtim.tv_nsec)
|
1661
|
| return 0;
|
1662
|
| ;
|
1663
|
| return 0;
|
1664
|
| }
|
1665
|
configure:6745: result: no
|
1666
|
configure:6876: creating ./config.status
|
1667
|
|
1668
|
## ---------------------- ##
|
1669
|
## Running config.status. ##
|
1670
|
## ---------------------- ##
|
1671
|
|
1672
|
This file was extended by Verilator config.status 4.011 devel, which was
|
1673
|
generated by GNU Autoconf 2.69. Invocation command line was
|
1674
|
|
1675
|
CONFIG_FILES =
|
1676
|
CONFIG_HEADERS =
|
1677
|
CONFIG_LINKS =
|
1678
|
CONFIG_COMMANDS =
|
1679
|
$ ./config.status
|
1680
|
|
1681
|
on Enzes-MacBook-Pro.local
|
1682
|
|
1683
|
config.status:829: creating Makefile
|
1684
|
config.status:829: creating src/Makefile
|
1685
|
config.status:829: creating src/Makefile_obj
|
1686
|
config.status:829: creating include/verilated.mk
|
1687
|
config.status:829: creating include/verilated_config.h
|
1688
|
config.status:829: creating verilator.pc
|
1689
|
config.status:829: creating src/config_build.h
|
1690
|
configure:8047: result:
|
1691
|
configure:8049: result: Now type 'make' (or sometimes 'gmake') to build Verilator.
|
1692
|
configure:8051: result:
|
1693
|
|
1694
|
## ---------------- ##
|
1695
|
## Cache variables. ##
|
1696
|
## ---------------- ##
|
1697
|
|
1698
|
ac_cv_c_compiler_gnu=yes
|
1699
|
ac_cv_c_inline=inline
|
1700
|
ac_cv_cxx_compiler_gnu=yes
|
1701
|
ac_cv_env_CCC_set=
|
1702
|
ac_cv_env_CCC_value=
|
1703
|
ac_cv_env_CC_set=
|
1704
|
ac_cv_env_CC_value=
|
1705
|
ac_cv_env_CFLAGS_set=
|
1706
|
ac_cv_env_CFLAGS_value=
|
1707
|
ac_cv_env_CPPFLAGS_set=
|
1708
|
ac_cv_env_CPPFLAGS_value=
|
1709
|
ac_cv_env_CXXCPP_set=
|
1710
|
ac_cv_env_CXXCPP_value=
|
1711
|
ac_cv_env_CXXFLAGS_set=
|
1712
|
ac_cv_env_CXXFLAGS_value=
|
1713
|
ac_cv_env_CXX_set=
|
1714
|
ac_cv_env_CXX_value=
|
1715
|
ac_cv_env_LDFLAGS_set=
|
1716
|
ac_cv_env_LDFLAGS_value=
|
1717
|
ac_cv_env_LIBS_set=
|
1718
|
ac_cv_env_LIBS_value=
|
1719
|
ac_cv_env_build_alias_set=
|
1720
|
ac_cv_env_build_alias_value=
|
1721
|
ac_cv_env_host_alias_set=
|
1722
|
ac_cv_env_host_alias_value=
|
1723
|
ac_cv_env_target_alias_set=
|
1724
|
ac_cv_env_target_alias_value=
|
1725
|
ac_cv_header_inttypes_h=yes
|
1726
|
ac_cv_header_memory_h=yes
|
1727
|
ac_cv_header_stdc=yes
|
1728
|
ac_cv_header_stdint_h=yes
|
1729
|
ac_cv_header_stdlib_h=yes
|
1730
|
ac_cv_header_string_h=yes
|
1731
|
ac_cv_header_strings_h=yes
|
1732
|
ac_cv_header_sys_stat_h=yes
|
1733
|
ac_cv_header_sys_types_h=yes
|
1734
|
ac_cv_header_unistd_h=yes
|
1735
|
ac_cv_member_struct_stat_st_mtim_tv_nsec=no
|
1736
|
ac_cv_objext=o
|
1737
|
ac_cv_path_EGREP='/usr/bin/grep -E'
|
1738
|
ac_cv_path_GREP=/usr/bin/grep
|
1739
|
ac_cv_path_LEX=/usr/bin/flex
|
1740
|
ac_cv_path_PERL=/usr/bin/perl
|
1741
|
ac_cv_path_YACC=/usr/bin/bison
|
1742
|
ac_cv_path_install='/usr/bin/install -c'
|
1743
|
ac_cv_prog_CXXCPP='g++ -E'
|
1744
|
ac_cv_prog_ac_ct_CC=gcc
|
1745
|
ac_cv_prog_ac_ct_CXX=g++
|
1746
|
ac_cv_prog_cc_c89=
|
1747
|
ac_cv_prog_cc_g=yes
|
1748
|
ac_cv_prog_cxx_g=yes
|
1749
|
ac_cv_type_size_t=yes
|
1750
|
|
1751
|
## ----------------- ##
|
1752
|
## Output variables. ##
|
1753
|
## ----------------- ##
|
1754
|
|
1755
|
CC='gcc'
|
1756
|
CFG_CXXFLAGS_NO_UNUSED=' -faligned-new -fbracket-depth=4096 -Qunused-arguments -Wno-parentheses-equality -Wno-sign-compare -Wno-uninitialized -Wno-unused-parameter -Wno-unused-variable -Wno-shadow'
|
1757
|
CFG_CXXFLAGS_PARSER=' -Wno-char-subscripts -Wno-null-conversion -Wno-parentheses-equality -Wno-unused'
|
1758
|
CFG_CXXFLAGS_SRC=' -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow'
|
1759
|
CFG_CXXFLAGS_STD_NEWEST='-std=gnu++14'
|
1760
|
CFG_CXXFLAGS_STD_OLDEST='-std=c++03'
|
1761
|
CFG_CXXFLAGS_WEXTRA=' -Wextra -Wfloat-conversion -Wthread-safety'
|
1762
|
CFG_LDLIBS_THREADS=' -pthread -lpthread'
|
1763
|
CFG_WITH_CCWARN='no'
|
1764
|
CFG_WITH_DEFENV='yes'
|
1765
|
CFG_WITH_LONGTESTS='yes'
|
1766
|
CFG_WITH_PREC11='no'
|
1767
|
CFG_WITH_THREADED='yes'
|
1768
|
CFLAGS='-I${prefix}/include'
|
1769
|
CPPFLAGS='-I${prefix}/include'
|
1770
|
CXX='g++'
|
1771
|
CXXCPP='g++ -E'
|
1772
|
CXXFLAGS='-I${prefix}/include -std=gnu++14 -faligned-new -fbracket-depth=4096 -Qunused-arguments -Wno-parentheses-equality -Wno-sign-compare -Wno-uninitialized -Wno-unused-parameter -Wno-unused-variable -Wno-shadow'
|
1773
|
DEFS='-DHAVE_CONFIG_H'
|
1774
|
ECHO_C='\c'
|
1775
|
ECHO_N=''
|
1776
|
ECHO_T=''
|
1777
|
EGREP='/usr/bin/grep -E'
|
1778
|
EXEEXT=''
|
1779
|
GREP='/usr/bin/grep'
|
1780
|
INSTALL_DATA='${INSTALL} -m 644'
|
1781
|
INSTALL_PROGRAM='${INSTALL}'
|
1782
|
INSTALL_SCRIPT='${INSTALL}'
|
1783
|
LDFLAGS='-L${exec_prefix}/lib'
|
1784
|
LEX='/usr/bin/flex'
|
1785
|
LIBOBJS=''
|
1786
|
LIBS=''
|
1787
|
LTLIBOBJS=''
|
1788
|
OBJEXT='o'
|
1789
|
PACKAGE_BUGREPORT='https://www.veripool.org/verilator'
|
1790
|
PACKAGE_NAME='Verilator'
|
1791
|
PACKAGE_STRING='Verilator 4.011 devel'
|
1792
|
PACKAGE_TARNAME='verilator'
|
1793
|
PACKAGE_URL='https://www.veripool.org/verilator'
|
1794
|
PACKAGE_VERSION='4.011 devel'
|
1795
|
PATH_SEPARATOR=':'
|
1796
|
PERL='/usr/bin/perl'
|
1797
|
SHELL='/bin/sh'
|
1798
|
YACC='/usr/bin/bison'
|
1799
|
ac_ct_CC='gcc'
|
1800
|
ac_ct_CXX='g++'
|
1801
|
bindir='${exec_prefix}/bin'
|
1802
|
build_alias=''
|
1803
|
datadir='${datarootdir}'
|
1804
|
datarootdir='${prefix}/share'
|
1805
|
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
|
1806
|
dvidir='${docdir}'
|
1807
|
exec_prefix='${prefix}'
|
1808
|
host_alias=''
|
1809
|
htmldir='${docdir}'
|
1810
|
includedir='${prefix}/include'
|
1811
|
infodir='${datarootdir}/info'
|
1812
|
libdir='${exec_prefix}/lib'
|
1813
|
libexecdir='${exec_prefix}/libexec'
|
1814
|
localedir='${datarootdir}/locale'
|
1815
|
localstatedir='${prefix}/var'
|
1816
|
mandir='${datarootdir}/man'
|
1817
|
oldincludedir='/usr/include'
|
1818
|
pdfdir='${docdir}'
|
1819
|
pkgconfigdir='${datarootdir}/pkgconfig'
|
1820
|
pkgdatadir='${datarootdir}/verilator'
|
1821
|
prefix='/usr/local'
|
1822
|
program_transform_name='s,x,x,'
|
1823
|
psdir='${docdir}'
|
1824
|
sbindir='${exec_prefix}/sbin'
|
1825
|
sharedstatedir='${prefix}/com'
|
1826
|
sysconfdir='${prefix}/etc'
|
1827
|
target_alias=''
|
1828
|
|
1829
|
## ----------- ##
|
1830
|
## confdefs.h. ##
|
1831
|
## ----------- ##
|
1832
|
|
1833
|
/* confdefs.h */
|
1834
|
#define PACKAGE_NAME "Verilator"
|
1835
|
#define PACKAGE_TARNAME "verilator"
|
1836
|
#define PACKAGE_VERSION "4.011 devel"
|
1837
|
#define PACKAGE_STRING "Verilator 4.011 devel"
|
1838
|
#define PACKAGE_BUGREPORT "https://www.veripool.org/verilator"
|
1839
|
#define PACKAGE_URL "https://www.veripool.org/verilator"
|
1840
|
#define STDC_HEADERS 1
|
1841
|
#define HAVE_SYS_TYPES_H 1
|
1842
|
#define HAVE_SYS_STAT_H 1
|
1843
|
#define HAVE_STDLIB_H 1
|
1844
|
#define HAVE_STRING_H 1
|
1845
|
#define HAVE_MEMORY_H 1
|
1846
|
#define HAVE_STRINGS_H 1
|
1847
|
#define HAVE_INTTYPES_H 1
|
1848
|
#define HAVE_STDINT_H 1
|
1849
|
#define HAVE_UNISTD_H 1
|
1850
|
|
1851
|
configure: exit 0
|