This will create a file, a.out.
这会创建一个文件a.out。
产生一个叫做“a,out“的程序。
Well a.out is a pretty stupid name for a program, right?
我承认,对于程序来说,a,out是个很雷人的名字,不是吗?
STABs are the native format for debugging information in the a.out and XCOFF object file formats.
stab是a.o ut和XCOFF对象文件格式的调试信息的本机格式。
As expected, the UNIX assembler program can assemble this type of input file to produce the a.out file.
正如所预期的,UNIX汇编程序可以对这种输入文件进行汇编,以生成a.o ut文件。
If, however, the tool did find the a.out file that your compiler created, it presents a listing similar to listing 2.
然而,如果该工具找到了编译器创建的a . o ut文件,它将显示类似清单2的清单。
The assembler code is input to the assembler, which by default produces the grandfather of all object files, the a.out file.
汇编代码是汇编器的输入,在缺省情况下,汇编器将生成所有目标文件的祖先,即a.out文件。
If you type the nm command, you'll notice that it defaults to looking for a file named a.out If the file isn't found, the tool complains.
如果您输入nm命令,您将注意到在缺省情况下,它会寻找一个名为a.o ut的文件。如果没有找到该文件,这个工具会给出相应的提示。
Note: If you experience any errors or the a.out file wasn't created, you might need to examine your system or source file (hw.c) for errors.
注意:如果出现了任何错误或者没有创建a . o ut文件,那么您可能需要检查自己的系统或源文件(hw . c),以找出其中的错误。
This command has generated a new file -- hw.s -- that contains the assembler input text that you typically would not have seen, because the compiler defaults to producing the a.out file.
这个命令生成了一个新的文件hw.s,其中包含您通常无法看到的汇编输入文本,因为编译器在缺省情况下将生成a.out 文件。
So what's nice if you configure your command line environment appropriately is that things that are so-called executable, programs that you wrote like a.out happened to show up as green.
只要合理设置一下命令行环境,就可以看到,这些所谓的,执行文件,譬如a,out啊等,都会变成绿色。
When compiled with GCC hello.c, an executable file named a.out is created. Using the Linux command LDD a.out, which prints Shared library dependencies, the required Shared libraries are.
当使用gcc编译hello. c时,就创建了一个名为a.o ut的可执行文件。
Assuming that all went well with the compile and you have an a.out file in the directory, let's examine it. Among the list of useful tools for examining object files, the following set exists.
假定编译过程一切顺利,那么在该目录中就有了一个a . o ut文件,下面让我们来对其进行研究。
As you can see from this output, a huge amount of useful detail resides in the simple a.out Hello World file — version information, histograms, multiple tables of various symbol types, and so on.
正如从该输出中看到的,简单的a . o utHello World文件中包含了大量有价值的细节信息,包括版本信息、柱状图、各种符号类型的表格,等等。
As you can see from this output, a huge amount of useful detail resides in the simple a.out Hello World file — version information, histograms, multiple tables of various symbol types, and so on.
正如从该输出中看到的,简单的a . o utHello World文件中包含了大量有价值的细节信息,包括版本信息、柱状图、各种符号类型的表格,等等。
应用推荐