Happy Shrimp
http://blog.csdn.net/lights_joy/(QQ group: Visual embedlinux Tools 375515651)
Welcome reprint, but please keep the author information
This article applies only to vs2013 + velt-0.1.3
1.1 What is velt
Veltthe full name isVisual Embedlinuxtools, it is aVisual GdBsimilar toVisual Studioplug-in to assist with the completionLinuxdevelopment. Using this plugin, you will be able toVisual Studioof theIDEconducted inLinuxthe development of the application (including compilation and debugging) can also beUbootand theLinuxthe kernel compiles and correctly locates the source code according to the error information at compile time. The current version is0.1.3, only supportvs2013, is a plug-in that has just started developing soon. Can be inCSDNDownload Channel Download (http://download.csdn.net/detail/lights_joy/8396189), the installation process is described in the Linux development with vs2013+velt-0.1.3 : Environment building ". Here are the basic features:
- support x86 Linux , hi3516 , hi3520 , mingw These are the few platforms.
- complete uboot compilation, and automatically navigates to the appropriate file location based on the compiled error message.
- complete linux kernel compilation, and automatically navigates to the appropriate file location based on the compiled error message.
- complete linux kernel configuration.
- Span lang= "en-US" >makefile linux compilation of the application.
- using makefile linux development of the application.
- using ssh connect the target machine and Span lang= "en-US" >gdb debug the application.
- Use Telnet connect the target machine and use gdb for debugging of the application.
1.2 Integrated Terminal program
In embedded development, similar toPutty,SecureCRTThe terminal tools are essential, and then weVeltalso integrates one! sf.netthere is a call onPoderosaof open source tools that supportssh/telnet/com, and isC #code, that's it!
After some toss, finally fix:
Try again . Vim the effect, look, the upper part is VS Editor, the lower half is Vim What effect do you prefer to show?
This is the case when the kernel is configured:
no more than SecureCRT Inferior, isn't it?
discover in the process of integrationPoderosoof aBUG, when using it fortelnetwhen connected, if the screen is wide, the number of characters per line exceeds255, it will be messy when it is displayed. The reason for this isTelnetWhen you send the screen width when you connect, you use abyte, that is, the maximum width only supports thecharacters!
??
VELT-0.1.4 development: Using VIM in VS2013