Nios® V Processor Software Developer Handbook

ID 743810
Date 4/07/2025
Public

Visible to Intel only — GUID: drr1659428270694

Ixiasoft

Document Table of Contents

7.12.10.2. Eliminate All Exit Code

Many embedded systems never exit at all. In such cases, exit code is unnecessary. You can eliminate all exit code through a BSP setting.
Note: If you enable this option, ensure that your main() function (or alt_main() function) does not return.