在MounRiver 環(huán)境下直接打開EVT 下的例程編譯正常,但如果我將目錄中的某一個項目copy 出來改名,編譯就會出錯,如下:
15:33:18 **** Build of configuration obj for project FrunNet ****
make -j16 all
../User/ch32v30x_it.c:11:10: fatal error: WCHNET.h: No such file or directory
?#include
????????? ^~~~~~~~~~
compilation terminated.
make: *** [User/subdir.mk:24: User/ch32v30x_it.o] Error 1
make: *** Waiting for unfinished jobs....
../User/system_ch32v30x.c:11:10: fatal error: ch32v30x.h: No such file or directory
?#include "ch32v30x.h"
????????? ^~~~~~~~~~~~
compilation terminated.
make: *** [User/subdir.mk:24: User/system_ch32v30x.o] Error 1
../User/main.c:16:10: fatal error: debug.h: No such file or directory
?#include "debug.h"
????????? ^~~~~~~~~
compilation terminated.
make: *** [User/subdir.mk:24: User/main.o] Error 1
15:33:18 Build Failed. 7 errors, 0 warnings. (took 182ms)
請問如何解決?