In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-14 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
What does compilation in linux mean? Many novices are not very clear about this. In order to help you solve this problem, the following editor will explain it in detail. People with this need can come and learn. I hope you can gain something.
Compilation: the process of turning source code into a machine-executable code file.
Installation: install the executable file into the operating system before you can use it.
Compile (compilation, compile)
1. The process of using the compiler to generate the target program from the source program written in the source language.
2. Use the compiler to generate the action of the target program. Compilation is to turn a high-level language into a binary language that the computer can recognize. The computer only knows 1 and 0, and the compiler changes the familiar language into binary. The compiler translates a source program into a target program in five stages: lexical analysis, syntax analysis, semantic checking and intermediate code generation, code optimization, and object code generation. Mainly carries on the lexical analysis and the syntax analysis, also known as the source program analysis, discovers the grammar error in the analysis process, gives the prompt information.
Compiler language is a programming language implemented by compiler. Unlike a literal translation language, the interpreter runs the code sentence by sentence, but as a compiler, it compiles the code into machine code and then runs it. In theory, any programming language can be compiled or literally translated. The difference between them is only related to the application of the program.
Add: the Linux operating system is a clone system based on the UNIX operating system, which was born on October 5, 1991 [Linux Desktop] (this is the first time it has been officially released). With the help of Internet network and the joint efforts of computer enthusiasts all over the world, it has become the most widely used UNIX operating system in the world today, and the number of users is still growing rapidly.
Is it helpful for you to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.