STM 32 早上编译时没有问题 当下午编译时就出现了问题。 求大神帮忙。 编译错误如下】
Buildtarget'Project'linking....\Output\Project.axf:Error:L6200E:SymbolRCC_Configurati...
Build target 'Project'
linking...
.\Output\Project.axf: Error: L6200E: Symbol RCC_Configuration multiply defined (by rcc_conf.o and main.o).
.\Output\Project.axf: Error: L6200E: Symbol GPIO_Configuration multiply defined (by gpio_conf.o and main.o).
.\Output\Project.axf: Error: L6200E: Symbol NVIC_Configuration multiply defined (by nvic_conf.o and main.o).
.\Output\Project.axf: Not enough information to list image symbols.
.\Output\Project.axf: Not enough information to list the image map.
.\Output\Project.axf: Finished: 2 information, 0 warning and 3 error messages.
Target not created 展开
linking...
.\Output\Project.axf: Error: L6200E: Symbol RCC_Configuration multiply defined (by rcc_conf.o and main.o).
.\Output\Project.axf: Error: L6200E: Symbol GPIO_Configuration multiply defined (by gpio_conf.o and main.o).
.\Output\Project.axf: Error: L6200E: Symbol NVIC_Configuration multiply defined (by nvic_conf.o and main.o).
.\Output\Project.axf: Not enough information to list image symbols.
.\Output\Project.axf: Not enough information to list the image map.
.\Output\Project.axf: Finished: 2 information, 0 warning and 3 error messages.
Target not created 展开
2个回答
展开全部
你要么声明函数的地方不对,要么重复声明了。
我之前碰到一样的问题,但是是全局变量重复了,于是我把全局变量从其他文件移动到MAIN的文件里,其他文件里则用extern,于是就可以了。
我之前碰到一样的问题,但是是全局变量重复了,于是我把全局变量从其他文件移动到MAIN的文件里,其他文件里则用extern,于是就可以了。
更多追问追答
追问
刚才重新打开,再编译时,错误居然没有了。 我什么也没有改。
追答
那有没有移动文件夹。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
multiply 重复定义了我也遇到过
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询