在MounRiver 环境下直接打开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)
请问如何解决?