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
Solved! Go to Solution.
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
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
Dear Nouchi,
Thank you very much for your helps..
Best regards.
Mehmet Ali