I’m using windows 10 with cmdstan 2.20.0 and g++/w64-mingw32 (gcc version 4.9.3) from Rtools 3.4.
I got a success message when I set up cmdstan, but when I try to compile the examples, I get an error. Specifically, I type “make examples/bernoulli/bernoulli.exe” and I get:
make: *** No rule to make target `examples/bernoulli/bernoulli.d’. Stop.
I get the same error, with “filename.d”, for other files I’ve tried to compile.
I haven’t been able to find any info on this error after searching for a while. One comment I saw suggested making a file in the make directory called “local” that says “CC=g++”, but that did not seem to help. Any help would be highly appreciated.