Commit 68adb54
authored
Halt on errors in build_lib.sh for Catapult, Symbolic and Vivado Accelerator. (#1483)
"set -e" has been already added for other backends.
It allows to print compilations errors, e.g.:
firmware/myproject.h:5:10: fatal error: ac_fixed.h: No such file or directory
5 | #include <ac_fixed.h>
instead of ignoring them and crashing later, e.g.:
firmware/myproject-0b348075.so: cannot open shared object file: No such file or directory1 parent b2184c3 commit 68adb54
3 files changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
0 commit comments