verilog-vcd-parser icon indicating copy to clipboard operation
verilog-vcd-parser copied to clipboard

Cygwin compilation

Open buttim opened this issue 5 years ago • 0 comments

I had just one error from the compiler which I eliminated with a simple change to the Makefile (line 17) from:

CXXFLAGS += -I$(BUILD_DIR) -I$(SRC_DIR) -g -std=c++0x

to:

CXXFLAGS += -I$(BUILD_DIR) -I$(SRC_DIR) -g -std=gnu++0x

buttim avatar Nov 24 '20 19:11 buttim