mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 22:58:04 +03:00
Initial commit
This commit is contained in:
27
external/CMSIS_5/docker/rtebuild/gcc.rtebuild
vendored
Normal file
27
external/CMSIS_5/docker/rtebuild/gcc.rtebuild
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
toolchain:
|
||||
GCC:
|
||||
env:
|
||||
PATH : [ "/opt/gcc-arm-none-eabi-10-2020-q4-major/bin" ]
|
||||
rte:
|
||||
Tcompiler: "GCC"
|
||||
Toptions : ""
|
||||
ccompiler:
|
||||
cmd : "arm-none-eabi-gcc"
|
||||
cmdfile : "@\""
|
||||
input : "\""
|
||||
output : "-o \""
|
||||
include : "-I\""
|
||||
define : "-D"
|
||||
assembler:
|
||||
cmd : "arm-none-eabi-gcc"
|
||||
cmdfile : "@\""
|
||||
input : "\""
|
||||
output : "-o \""
|
||||
include : "-I\""
|
||||
define : "-D"
|
||||
linker:
|
||||
cmd : "arm-none-eabi-gcc"
|
||||
cmdfile : "@\""
|
||||
input : "\""
|
||||
output : "-o \""
|
||||
script : "-T \""
|
Reference in New Issue
Block a user