Is it possible to integrate ARM 5 toolchain with armcc compiler in eclipse?
I have installed the ARM 5 compiler, but in c/c++ build > tool chain editor I can only select a gcc based toolchain.
Thank you for feedback.
The DS-5 Tool Suite from ARM is Eclipse-based and includes an integration with armcc tools. For standard Eclipse I just tend to use Make-based projects - it's a little more work to set up, but gives you full control over what is happening.
HTH, Pete