2411|2

305

帖子

0

TA的资源

纯净的硅(初级)

楼主
 

【RISC-V MCU CH32V103测评】- 4:EXTI 开启查错之旅 [复制链接]

  本帖最后由 MianQi 于 2021-2-10 10:39 编辑

测试了一下这个文档的内容:《CH32V103应用教程——EXTI》,有两处报错:

 

../EXTI/main.c:3:30: error: 'NVIC_PriorityGroup_2' undeclared (first use in this function)
     NVIC_PriorityGroupConfig(NVIC_PriorityGroup_2);

 

../EXTI/main.c:7:31: error: 'SystemCoreClock' undeclared (first use in this function)
     printf("SystemClk:%d\r\n",SystemCoreClock);

 

直接从EXAM中将文件粘贴过来,错误更多:

 

08:43:12 **** Build of configuration obj for project test_EXTI ****
make -j4 all
l:/mounriver_studio/toolchain/risc-v embedded gcc/bin/../lib/gcc/riscv-none-embed/8.2.0/../../../../riscv-none-embed/bin/ld.exe: ./EXTI/ch32v10x_it.o: in function `NMI_Handler':
L:\MounRiver_Studio\workspace\test_EXTI\obj/../EXTI/ch32v10x_it.c:22: multiple definition of `NMI_Handler'; ./User/ch32v10x_it.o:L:\MounRiver_Studio\workspace\test_EXTI\obj/../User/ch32v10x_it.c:21: first defined here
l:/mounriver_studio/toolchain/risc-v embedded gcc/bin/../lib/gcc/riscv-none-embed/8.2.0/../../../../riscv-none-embed/bin/ld.exe: ./EXTI/ch32v10x_it.o: in function `HardFault_Handler':
L:\MounRiver_Studio\workspace\test_EXTI\obj/../EXTI/ch32v10x_it.c:34: multiple definition of `HardFault_Handler'; ./User/ch32v10x_it.o:L:\MounRiver_Studio\workspace\test_EXTI\obj/../User/ch32v10x_it.c:33: first defined here
l:/mounriver_studio/toolchain/risc-v embedded gcc/bin/../lib/gcc/riscv-none-embed/8.2.0/../../../../riscv-none-embed/bin/ld.exe: ./EXTI/main.o: in function `main':
L:\MounRiver_Studio\workspace\test_EXTI\obj/../EXTI/main.c:57: multiple definition of `main'; ./User/main.o:L:\MounRiver_Studio\workspace\test_EXTI\obj/../User/main.c:34: first defined here
collect2.exe: error: ld returned 1 exit status
make: *** [makefile:56: test_EXTI.elf] Error 1

08:43:16 Build Failed. 7 errors, 0 warnings. (took 4s.95ms)

 

 

最新回复

“multiple definition of `main';” 这个是重复定义了main入口  详情 回复 发表于 2021-2-10 13:47

赞赏

1

查看全部赞赏

点赞(1) 关注
个人签名

“Everyone wants the project to be good, fast, and cheap... pick two.”

- Unknown

 
 

回复
举报

9795

帖子

24

TA的资源

版主

沙发
 

“multiple definition of `main';” 这个是重复定义了main入口

 
 
 

回复

305

帖子

0

TA的资源

纯净的硅(初级)

板凳
 

是这个意思,但是重建了workspace都不行。不明白给的这些示例和教程是怎么做出来地。开始研究Assembly了,看来在这个API的包裹器上弄不出来什么名堂。

个人签名

“Everyone wants the project to be good, fast, and cheap... pick two.”

- Unknown

 
 
 

回复
您需要登录后才可以回帖 登录 | 注册

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
关闭
站长推荐上一条 1/7 下一条

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 国产芯 安防电子 汽车电子 手机便携 工业控制 家用电子 医疗电子 测试测量 网络通信 物联网

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2025 EEWORLD.com.cn, Inc. All rights reserved
快速回复 返回顶部 返回列表