blob: 948191d5ccafe02849e3cb81a1cc50500cc3e72c [file] [log] [blame]
Jonatan Antoni4b0ede32021-04-29 18:26:29 +02001toolchain:
2 ARMCC6:
3 env:
4 PATH : [ "/opt/armclang/bin" ]
5 rte:
6 Tcompiler: "ARMCC"
7 Toptions : "AC6"
8 ccompiler:
9 cmd : "armclang"
10 cmdfile : "@\""
11 input : "\""
12 output : "-o \""
13 include : "-I\""
14 define : "-D"
15 assembler:
16 cmd : "armclang"
17 cmdfile : "@\""
18 input : "\""
19 output : "-o \""
20 include : "-I\""
21 define : "-D"
22 linker:
23 cmd : "armclang"
24 cmdfile : "@\""
25 input : "\""
26 output : "-o \""
27 script : "-Wl,--scatter=\""
28 librarian:
29 cmd : "armar"
30 cmdfile : "--Via \""
31 input : "\""
32 output : "--create \""
33 ARMCC6_MDK:
34 env:
35 PATH : [ "/opt/armclang/bin" ]
36 rte:
37 Tcompiler: "ARMCC"
38 Toptions : "AC6"
39 ccompiler:
40 cmd : "armclang"
41 cmdfile : "@\""
42 input : "\""
43 output : "-o \""
44 include : "-I\""
45 define : "-D"
46 assembler:
47 cmd : "armasm"
48 cmdfile : "--Via \""
49 input : "\""
50 output : "-o \""
51 include : "-I\""
52 define : "--pd \"%{value.replace('=', ' SETA ') if '=' in value else value+' SETA 1'}\""
53 linker:
54 cmd : "armlink"
55 cmdfile : "--Via \""
56 input : "\""
57 output : "-o \""
58 script : "--scatter=\""
59 librarian:
60 cmd : "armar"
61 cmdfile : "--Via \""
62 input : "\""
63 output : "--create \""