I recently upgraded my uVision 3 from one using CARM etc, to one based on RealView and now I can't compile my projects any more.
Needless to say, CA.exe isn't in C:\KeilARM\ARM\BIN any more, but why is it even looking for it?
I've seen pages that show how to get legacy CARM tools, but this isn't an ancient project - it's under active development and it will be for some time, so really I'd rather just get my project to use the new RealView tools.
Trouble is - I don't know how. How can I get my project to stop asking for CARM and use RealView?
Hello Paul Holms,
under Project - Manage - Components, Environment and Books... select tab Folders/Extension and check Use RealView Compiler.
Best Regards, Martin Guenther
Thanks Martin,
That did the changed the compiler all right, but I have about a hundred errors now (about half of them in cstartup.s, the other half in the C code).
Do you know if there's a CARM->RealView migration guide?
Is it better to modify the project, or make a new project and move the C code across?
It may be simpler to create a new project.
If you update your project, you should also update your startup file.
Thanks Per, that worked. Paul.