two resources of same name

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

two resources of same name

Jump to solution
1,581 Views
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

Labels (6)
0 Kudos
1 Solution
676 Views
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

View solution in original post

0 Kudos
2 Replies
677 Views
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 Kudos
676 Views
MehmetAliIpin
Contributor V

Dear Nouchi,

Thank you very much for your helps..

Best regards.

Mehmet Ali

0 Kudos