summaryrefslogtreecommitdiffhomepage
path: root/public/manuals/troff/cxxdrv.7
blob: 65c5fc49b0d882fb4001385d6e52c00a832207cc (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 cxxdrv
\- AE 64-bit C++ compiler for NeKernel

.SH SYNOPSIS
.B cxxdrv %OPTIONS% %INPUT_FILES%

.SH DESCRIPTION
.B cxxdrv
is the dedicated compiler used by NeKernel, it compiles to the AE object format.

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

.SH USAGE EXAMPLES
.TP
.B Generate object file from the main.cc unit.
.B cxxdrv main.cc

.SH EXIT STATUS
.TP
0  Successful compilation.
.TP
1  Error encountered during compilation of the C++ unit(s).

.SH SEE ALSO
.BR cxxdrv (7), asm (7)

.SH AUTHOR
Amlal El Mahrouss