two resources of same name

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

two resources of same name

跳至解决方案
2,437 次查看
MehmetAliIpin
Contributor V

Dear Sir/Madam,

In order to program my XIP flash chips, After I added the Vybrid sample code "boot load" directories into my MQX Vybrid hello world project, I always have this message in console:

**** Rebuild of configuration Int Ram Debug for project hello_twrvf65gs10_a5 ****

**** Internal Builder is used for build               ****

Build error

Generated resource conflict:

two resources of the same name: /hello_twrvf65gs10_a5/Int Ram Debug/cpu/startup.o

generated by different tools

tool1: ARM Assembler

tool2: ARM C Compiler.

I serached through google, meet some eclipse or other tools answers, but they are not applicable to DS-5. Any idea?

Thanks and regards.

Mehmet Ali Ipin

标签 (6)
0 项奖励
回复
1 解答
1,532 次查看
Nouchi
Senior Contributor II

Hello,

First check in your project settings -> C/C++ Build -> Tool Chain Editor -> Current builder should be CDT internal Builder for all project config (debug & release).

Then, In your workspace directory, just delete .metadata/.plugins/org.eclipse.cdt.make.core folder, it will be regenerated.

Emmanuel

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,533 次查看
Nouchi
Senior Contributor II

Hello,

First check in your project settings -> C/C++ Build -> Tool Chain Editor -> Current builder should be CDT internal Builder for all project config (debug & release).

Then, In your workspace directory, just delete .metadata/.plugins/org.eclipse.cdt.make.core folder, it will be regenerated.

Emmanuel

0 项奖励
回复
1,532 次查看
MehmetAliIpin
Contributor V

Dear Nouchi,

Thank you very much for your helps..

Best regards.

Mehmet Ali

0 项奖励
回复