vcd icon indicating copy to clipboard operation
vcd copied to clipboard

wasm build is broken; files are missing or makefile is out of date.

Open jaseg opened this issue 3 years ago • 1 comments

Hey there,

I'm trying to get vcdrom to build and I am running into some build problems. Running make here results in:

bigdata~/p/w/h/v/vcd <3 make
make: *** No rule to make target 'vcd_parser.c', needed by 'out/vcd.wasm'.  Stop.

jaseg avatar Oct 12 '22 18:10 jaseg

You need to run node bin/build.js to generate vcd_parser.c

drom avatar Jan 05 '23 02:01 drom