We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi there,
I was wondering if by any chance there is some kind of support to integrate Vim or gVim with the uVision3 IDE. You can do it with VS using the VisVim DLL, but I wonder if this could somehow be reused for uVision3?
Any insight appreciated!
Thanks in advance,
Carles
"how to integrate the KEIL compiler ... with an external IDE/Editor using command-line tools?"
Note that the Keil Compiler (and Linker, etc) is not "in" uVision - they are entirely separate, command-line tools.
The respective tool manuals document the command-line interface.
So what you really need is the Vim documentation which describes how to integrate any arbitrary command-line tool into Vim...
This shows you how to call uv4 from the command line to build a project.
http://www.keil.com/support/man/docs/uv4/uv4_commandline.htm
>So what you really need is the Vim documentation which >describes how to integrate any arbitrary command-line >tool into Vim...
Yep, I can manage that by myself, I was just wondering about the actual command-line interface to invoke :)
Thanks,
>This shows you how to call uv4 from the command line to build a project.
>http://www.keil.com/support/man/docs/uv4/uv4_commandline.htm
That's great, thanks very much.
Of course all of that is documented in the manual.
http://www.keil.com/support/man/docs/c51/c51_cm_cmdprompt.htm
Thanks, saw that. I will be invoking uv4 from the command line though, since we use it for project management as well, we don't use an external make tool.