File tree 6 files changed +8
-0
lines changed
6 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ command line:
14
14
15
15
goto-cc --native-compiler=arm-none-eabi-gcc -mcpu=cortex-a15 -c source.c
16
16
17
+ On Ubuntu, you can get a suitable compiler using:
18
+
19
+ sudo apt install gcc-arm-none-eabi
20
+
17
21
preproc.i is already pre-processed so that it can be linked in without
18
22
needing to invoke a pre-processor from a cross-compile toolchain on your
19
23
local machine. Linking it together with the ARM object file, while
Original file line number Diff line number Diff line change 14
14
15
15
goto-cc --native-compiler=arm-none-eabi-gcc -mthumb -c source.c
16
16
17
+ On Ubuntu, you can get a suitable compiler using:
18
+
19
+ sudo apt install gcc-arm-none-eabi
20
+
17
21
preproc.i is already pre-processed so that it can be linked in without
18
22
needing to invoke a pre-processor from a cross-compile toolchain on your
19
23
local machine. Linking it together with the ARM object file, while
You can’t perform that action at this time.
0 commit comments