When the LF95 driver receives a failure return code, it aborts the build process. The driver will return an error code depending on the success of the invoked tools. If a linker or resource compiler error occurs, LF95 exits with the exit code from the failing tool. Other return codes are listed below:
|
Code |
Condition |
|---|
|
0 |
Successful compilation and link |
|
1 |
Compiler or tool failed to run or fatal compilation error occurred |
|
2 |
Library Manager error |
|
4 |
Driver error |
|
5 |
Help requested |
Note that there may be overlap between exit codes presented in Table 1 and exit codes passed through from a tool.