rvtests icon indicating copy to clipboard operation
rvtests copied to clipboard

Compilation errors

Open Jiasong-Duan opened this issue 3 years ago • 0 comments

I used MinGW to compile the source codes directly downloaded from the main page in my windows 10 system. After I type "make" in my command prompt, I got the error like this:

C:\rvtests>make make -C /c/rvtests/third cnpy make: *** /c/rvtests/third: No such file or directory. Stop. Makefile.lib:38: recipe for target '/c/rvtests/third/cnpy/libcnpy.a' failed make: *** [/c/rvtests/third/cnpy/libcnpy.a] Error 2

Then I tried command "make libclean", I go another error:

C:\rvtests>make libclean make -C /c/rvtests/base clean make: *** /c/rvtests/base: No such file or directory. Stop. Makefile:56: recipe for target 'libclean' failed make: *** [libclean] Error 2

Can you please help me on this? Thanks.

Jiasong-Duan avatar Dec 31 '20 02:12 Jiasong-Duan