summaryrefslogtreecommitdiffhomepage
path: root/man/ld64.7
blob: 56e192f081959293fa47ca0cf83be73e1c05fdf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.TH LD64 1 "LibCompiler" "January 2025" "NeKernel Manual"
.SH NAME
.B ld64
\- PEF binary format linker for NeKernel

.SH SYNOPSIS
.B ld64 %OPTIONS% %INPUT_FILES% -output %OUTPUT_FILE%

.SH DESCRIPTION
.B ld64
is the dedicated linker for the Preferred Executable Format (PEF) used by NeKernel.

.SH OPTIONS
.TP
.B -output <file>
Specify the output file.

.SH USAGE EXAMPLES
.TP
.B Generate a memory layout report:
.B ld64 main.o -output app.exec

.SH EXIT STATUS
.TP
0  Successful linking.
.TP
1  Error encountered during linking.

.SH SEE ALSO
.BR nekernel (7), asm (1)

.SH AUTHOR
Amlal El Mahrouss