Commit c0a8980
authored
[bazel] Upgrade the toolchain to support objcopy (#34)
* [bazel] Upgrade the toolchain to support objcopy
This lets us split debug symbols out for the target hardware.
While we are here, set -D__FRC_SYSTEMCORE__=1, and -D__FRC_ROBORIO__=1
Signed-off-by: Austin Schuh <[email protected]>
* Bulidifier
* Remove bullseye fully
* Remove bullseye since it is no longer supported
* No param file for debugging
* Only do systemcore
* Buildifier
---------
Signed-off-by: Austin Schuh <[email protected]>1 parent e3fbfe5 commit c0a8980
File tree
24 files changed
+365
-690
lines changed- constraints
- combined
- is_bullseye32
- is_bullseye64
- is_raspibullseye32
- platforms
- bullseye32
- bullseye64
- raspibullseye32
- tests
- toolchains
- cross_compiler
24 files changed
+365
-690
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 21 | | |
32 | 22 | | |
33 | 23 | | |
| |||
38 | 28 | | |
39 | 29 | | |
40 | 30 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 31 | | |
47 | 32 | | |
48 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | 53 | | |
64 | 54 | | |
65 | 55 | | |
| |||
70 | 60 | | |
71 | 61 | | |
72 | 62 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | 63 | | |
79 | 64 | | |
80 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 22 | | |
31 | 23 | | |
32 | 24 | | |
33 | 25 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 26 | | |
39 | 27 | | |
40 | 28 | | |
| |||
46 | 34 | | |
47 | 35 | | |
48 | 36 | | |
49 | | - | |
| 37 | + | |
50 | 38 | | |
51 | 39 | | |
52 | 40 | | |
| |||
55 | 43 | | |
56 | 44 | | |
57 | 45 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | 46 | | |
65 | 47 | | |
66 | 48 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | 49 | | |
71 | 50 | | |
72 | 51 | | |
| |||
0 commit comments