Compiler Options
Please make sure you have followed the build tutorial accurately, and have set up the environment as shown..
Assuming that you have installed your compiler properly in $PATH and rstdlib is configured, the compiler can be executed
simply by:
t++ [OPTIONS] ...
The following is a list of options that can be given to t++.
- -s [sourcefile] : specify source file
- -o [outputfile] : specify output file
- -i [includedir] : specify include directory (header files), multiple directories can be included.
- -d [NO OPTIONS] : compile to dynamic library
- -asm [NO OPTIONS] : Output format set to assembly code, executable is not generated