Translation of object file into Russian
Noun
technology
- The compiler creates one object file for each source code file.Компилятор создаёт один объектный файл для каждого файла исходного кода.
Synonyms and analogies of object file in English
Examples of object file in a sentence
The linker reported a missing symbol in the math library’s object file.
Translations of "object file" in Context ordered by category and frequency
Each compilation produces an object file corresponding to the source file.
Каждая компиляция создает объектный файл, соответствующий исходному файлу.
The compiler then invokes a linker, which turns the object file into an executable program.
Затем компилятор вызывает программу компоновки, которая превращает объектный файл в исполняемый файл программы.
For most compilers, each object file is the result of compiling one input source code file.
Для большинства компиляторов, один объектный файл является результатом компиляции одного файла с исходным кодом.
Dependencies then get tricky: if one object file changes those that depend on it may also need to be rebuilt.
Зависимости затем становятся сложными: если изменяется один объектный файл, то, возможно, придется перестраивать и те, которые зависят от него.
object file: Examples and translations in context
For some object file formats, the compiler might indicate which language a particular source file is in.
Для некоторых форматов объектных файлов компилятор может указывать, на каком языке написан конкретный исходный файл.
On the other hand, sometimes the problem is with the directives to the linker; on more than one occasion, I've seen people include multiple copies of the same object file in the linking process.
С другой стороны, иногда это проблема с директивами компоновщика; несколько раз я видел, как люди включают несколько копий одного и того же объектного файла в процесс связывания.
Disassembler is a translator which converts the machine code, object file or library modules into the text of the program in the assembly language.
Дизассе́мблер - транслятор, преобразующий машинный код, объектный файл или библиотечные модули в текст программы на языке ассемблера.
A dynamically loadable file should be compiled as a sharable object file, using a command something like this:
Динамически загружаемый файл должен компилироваться как разделяемый объектный файл с помощью команды следующего вида:
Each compilation produces an object file corresponding to the source file.
Каждая компиляция создает объектный файл, соответствующий исходному файлу.
For most compilers, each object file is the result of compiling one input source code file.
Для большинства компиляторов, один объектный файл является результатом компиляции одного файла с исходным кодом.
See also: