关于MounRiver Studio 的问题

我使用MounRiver Studio 创建了一个CH32V307的工程,开发到后期文件太多就重新调整了一下路径结构。重新把所有文件夹都添加了引用,但是编译的时候一直报找不到文件的错。是需要手动修改什么文件吗?比Makefile之类的

d:/mounriver_studio/toolchain/risc-v embedded gcc/bin/../lib/gcc/riscv-none-embed/8.2.0/../../../../riscv-none-embed/bin/ld.exe: cannot open linker script file : No such file or directory

collect2.exe: error: ld returned 1 exit status

make: *** [makefile:67: Testing_Device.elf] Error 1


重新创建了一个工程,把Core、Debug等文件夹移动到SRC里面再编译就通不过了

image.png


将工程放到Project文件夹下,然后把其它文件链接进工程就可以编译了。但是层次关系乱的一塌糊涂

image.png


您好,您修改完目录重新添加完头文件路径之后报错的原因是链接文件的位置没有重新添加。按照下图位置,将调整过之后的链接文件的路径添加一下即可。

image.png


只有登录才能回复,可以选择微信账号登录