Use of GCC and vim

Source: Internet
Author: User

First,GCC compilation : preprocessing---> Compiling---> Assembly---> Link---> Executable file

1.GCC-E xxx.c preprocessing the source file (XXX.I): The conditions beginning with # will be resolved in the preprocessing phase;

2.gcc-s xxx.i compiling a file (XXX.S)

3.gcc-c xxx.s file Compilation (XXX.O)

4.gcc-o xxx.o linking Files (xxx.out)----> Executables

==========================================

Above 4step equivalent to gcc xxx.c-o xxx (xxx executable file)

Second, makeuse : Make target

Third,vim use : CP/ETC/VIMRC ~/.VIMRC Best to perform this operation, vim function/etc VIMRC file is valid for all users, copy it to the home directory is the best;

Align statement: ESC----v----=

Set Tab:set tabstop=4

Auto-Completion: ctl+p

The function jumps to the man manual definition: shift+k;

    

Use of GCC and vim

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.