RTEMS Linker
0.0.1
RTEMS Tools Project
|
RTEMS Linker Main manages opions, sequence of operations and exceptions. More...
#include <iostream>
#include <cxxabi.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <getopt.h>
#include <rld.h>
#include <rld-cc.h>
#include <rld-outputter.h>
#include <rld-process.h>
#include <rld-resolver.h>
Macros | |
#define | kill(p, s) raise(s) |
Functions | |
void | usage (int exit_code) |
int | main (int argc, char *argv[]) |
RTEMS Linker Main manages opions, sequence of operations and exceptions.
#define kill | ( | p, | |
s | |||
) | raise(s) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Output the file.
Check for warnings.
void usage | ( | int | exit_code | ) |