.LD 파일 확장자

Linker Script

개발사 The GNU Project
인기도
3.6  |  12 투표
 

LD 파일이란 무엇인가요?

An LD file is a script written in the GNU "linker command language." It contains one or more commands that are used to configure how input files storing static object code are to be compiled into a single executable program or library for the GNU operating system.

추가 정보

You will most likely only encounter LD scripts if you are compiling code into a program or library output file in GNU. The files are utilized by ld, which is a GNU linker command-line tool used to combine input files into an output file. Linking is part of the compilation process when building source code files into an output executable file. The ld command is often used as the last part of the compilation process to build the final executable.

While LD files may store multiple types of commands, they most often store the SECTIONS command, which specifies how the sections in multiple input files should be mapped to a single output file. This helps control the memory layout of the single output file. Only one SECTIONS command can be stored in an LD file but it may include multiple statements that can define an entry point, assign value to a symbol, or describe the placement of an output section and the input sections that go into it.

LD files are saved in plain text. You can use various text editors, such as Microsoft Notepad, Apple TextEdit, and gedit to view and edit them.

참고: The ld GNU linker is part of the GNU Binary Utilities (binutils).

File Viewer Plus(으)로 400개 이상의 파일 형식을 여세요.무료 다운로드

LD 파일을 열거나 참조하는 프로그램

Windows
Mac
OS에 포함됨
무료 체험판
Linux
무료
무료
무료
무료
카테고리: 개발자
업데이트: 2020-06-02

검증자 FileInfo.com

FileInfo.com 팀 이 페이지에 나열된 Linker Script 파일 형식과 Mac, Windows, and Linux 앱을 독자적으로 조사했습니다. 저희의 목표는 100% 정확성이며, 검증한 파일 유형에 대한 정보만 게시합니다.

이 페이지에 추가하거나 업데이트할 내용을 제안하고 싶으시면 알려 주세요.