Commit 1b98873
committed
ci: fix tricore-elf-gcc cc1 permissions
The aurix-gcc-toolchain release zip ships libexec/ contents without
the unix exec bit. The previous chmod only covered bin/ and
tricore-elf/bin/, leaving cc1, cc1plus, lto1, lto-wrapper and
collect2 non-executable. Result was a hard-to-diagnose failure
during devicetree preprocessing:
tricore-elf-gcc: fatal error: cannot execute 'cc1':
execvp: No such file or directory
Recursively chmod +x the three known dirs and add a smoke compile
at image build time so this never silently passes again.
Signed-off-by: Parthiban Nallathambi <parthiban@linumiz.com>1 parent 699c5a0 commit 1b98873
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
46 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
47 | 51 | | |
48 | 52 | | |
49 | 53 | | |
| |||
0 commit comments