Executable files are object files.
可执行文件是目标文件。
Nm: Lists symbols from object files.
nm:列出目标文件中的符号。
Linking TXSeries application object files.
链接TXSeries应用程序对象文件。
readelf: Displays information about ELF object files.
readelf:显示关于ELF目标文件的信息。
Objdump: Displays detailed information from object files.
objdump:显示目标文件中的详细信息。
Objdump displays information about one or more object files.
objdump显示关于一个或多个对象文件的信息。
Binutils: Fundamental tools for manipulation of object files.
控制,管理object文件的基础工具。
The kernel executable consists of many object files linked together.
内核可执行文件由许多链接在一起的对象文件组成。
If there is an existing library file, the object files are added to it.
如果存在一个现有的库文件,那么将目标文件添加到其中。
Consider which intermediate object files you need to record in history.
考虑需要在历史记录中记录哪些中间对象文件。
Object files contain many different parts that are divided into sections.
可以将目标文件中所包含的不同的部分划分为段。
TARGET_DIR Target directory for the generated source code and object files.
TARGET _ DIR生成的源代码和对象文件的目标目录。
These object files are linked and loaded by a file known as a linker script.
这些对象文件都是由一个称为链接器脚本的文件链接并装入的。
Well, adding that, and running "make clean" to get rid of the old object files.
好的,现在添加这个选项,并运行“makeclean”删除旧对象文件。
Initially, make rebuilds everything, because no object files or build targets exist.
最初,make将重新编译所有内容,因为不存在任何目标文件或者编译目标。
The clean target cleans the object files and other build output from the source tree.
clean目标清除目标文件以及来自源树的其它构建输出。
The object files have many sections such as text, data, init data, bass, and so forth.
对象文件有许多节,如文本、数据、init数据、bass等等。
Object files are roadmaps that contain mnemonic symbols with attached addresses and values.
目标文件是包含带有附加地址和值的助记符号的路线图。
The probe object file you generate, and the object files on which it was based, must match.
生成的探测对象文件与它基于的对象文件必须匹配。
Objdump displays information about object files, which can be specified on the command line.
Objdump 显示有关对象文件的信息,这些可以在命令中指定。
If the object files change, the probe object file must be regenerated or the linking will fail.
如果对象文件改变了,必须重新生成探测对象文件,否则链接会失败。
Fire up an xterm session, and let's begin to explore object files by creating a clean workbench.
启动一个xterm会话,让我们先创建一个空白的工作台,并开始对目标文件进行研究。
Compile - This option makes the compilation of all the generated files and creates object files.
compile——此选项编译所有生成的文件并创建对象文件。
Object files on the command line are processed in the order they appear on the command line.
命令行中的对象文件按照这些文件在命令行中出现的顺序进行处理。
Compilation step in which multiple object files are put together to form an executable program.
一个编译步骤,此时多个目标文件放置在一起以形成可执行程序。
Create a USS archive file with all your object files, and include it in the c89 command; for example.
创建一个包含所有对象文件的uss存档文件,并在c89命令中包含它;例如。
You do not need to modify the program's source code, but you do need access to the unlinked object files.
虽然不需要更改程序的源代码,但访问未连接的对象文件却是必须的。
A software development tool that accepts one or more object files as input and outputs a relocatable program.
一种能把一个或更多目标文件组合成可输入和输出的可重定位程序的开发工具。
Learn more about the object file format and the tools that you can use for exploring object files found on your system.
了解更多关于目标文件格式的内容,以及可以用来研究系统中目标文件的工具。
The ar tool creates a static library, libuser.a, and puts copies of the user_sqrt1.o and user_log1.o object files in it.
ar工具创建了静态库libuser . a,并将user_sqrt1 . o和user_log1 . o目标文件的副本放置于其中。
应用推荐