Home
last modified time | relevance | path

Searched refs:compiler (Results 1 – 25 of 161) sorted by relevance

1234567

/ThreadX-v6.3.0/cmake/
Dlinux.cmake17 set(CMAKE_C_FLAGS "${LINUX_FLAGS} " CACHE INTERNAL "c compiler flags")
18 set(CMAKE_CXX_FLAGS "${LINUX_FLAGS} -fno-rtti -fno-exceptions" CACHE INTERNAL "cxx compiler flags")
19 set(CMAKE_ASM_FLAGS "${LINUX_FLAGS} -x assembler-with-cpp" CACHE INTERNAL "asm compiler flags")
22 SET(CMAKE_C_FLAGS_DEBUG "-Og -g -ggdb3" CACHE INTERNAL "c debug compiler flags")
23 SET(CMAKE_CXX_FLAGS_DEBUG "-Og -g -ggdb3" CACHE INTERNAL "cxx debug compiler flags")
24 SET(CMAKE_ASM_FLAGS_DEBUG "-g -ggdb3" CACHE INTERNAL "asm debug compiler flags")
26 SET(CMAKE_C_FLAGS_RELEASE "-O3" CACHE INTERNAL "c release compiler flags")
27 SET(CMAKE_CXX_FLAGS_RELEASE "-O3" CACHE INTERNAL "cxx release compiler flags")
28 SET(CMAKE_ASM_FLAGS_RELEASE "" CACHE INTERNAL "asm release compiler flags")
Darm-none-eabi.cmake18 … ${SPEC_FLAGS} -fdata-sections -ffunction-sections -mlong-calls" CACHE INTERNAL "c compiler flags")
19 …ns -ffunction-sections -fno-rtti -fno-exceptions -mlong-calls" CACHE INTERNAL "cxx compiler flags")
20 set(CMAKE_ASM_FLAGS "${MCPU_FLAGS} ${VFP_FLAGS} -x assembler-with-cpp" CACHE INTERNAL "asm compiler
23 SET(CMAKE_C_FLAGS_DEBUG "-Og -g -ggdb3" CACHE INTERNAL "c debug compiler flags")
24 SET(CMAKE_CXX_FLAGS_DEBUG "-Og -g -ggdb3" CACHE INTERNAL "cxx debug compiler flags")
25 SET(CMAKE_ASM_FLAGS_DEBUG "-g -ggdb3" CACHE INTERNAL "asm debug compiler flags")
27 SET(CMAKE_C_FLAGS_RELEASE "-O3" CACHE INTERNAL "c release compiler flags")
28 SET(CMAKE_CXX_FLAGS_RELEASE "-O3" CACHE INTERNAL "cxx release compiler flags")
29 SET(CMAKE_ASM_FLAGS_RELEASE "" CACHE INTERNAL "asm release compiler flags")
Dwin32.cmake9 set(CMAKE_C_FLAGS "${WIN32_FLAGS} " CACHE INTERNAL "c compiler flags")
10 set(CMAKE_CXX_FLAGS "${WIN32_FLAGS} -fno-rtti -fno-exceptions" CACHE INTERNAL "cxx compiler flags")
11 set(CMAKE_ASM_FLAGS "${WIN32_FLAGS} -x assembler-with-cpp" CACHE INTERNAL "asm compiler flags")
/ThreadX-v6.3.0/test/ports/
Dazrtos_cicd.csv36 ### ARM compiler v5
37 "ThreadX for ARM9 using the ARM compiler v5", "TX ThreadX ARM9 ARM compiler v5", "ports\arm9\ac5\ex…
38 "ThreadX for ARM11 using the ARM compiler v5", "TX ThreadX ARM11 ARM compiler v5", "ports\arm11\ac5…
39 "ThreadX for Cortex M0 using the ARM compiler v5", "TX ThreadX ARM Cortex M0 ARM compiler v5", "por…
40 "ThreadX for Cortex M3 using the ARM compiler v5", "TX ThreadX ARM Cortex M3 ARM compiler v5", "por…
41 "ThreadX for Cortex M4 using the ARM compiler v5", "TX ThreadX ARM Cortex M4 ARM compiler v5", "por…
42 "ThreadX for Cortex M7 using the ARM compiler v5", "TX ThreadX ARM Cortex M7 ARM compiler v5", "por…
43 "ThreadX for Cortex R4 using the ARM compiler v5", "TX ThreadX ARM Cortex R4 ARM compiler v5", "por…
44 "ThreadX for Cortex R5 using the ARM compiler v5", "TX ThreadX ARM Cortex R5 ARM compiler v5", "por…
45 "ThreadX for Cortex A5 using the ARM compiler v5", "TX ThreadX ARM Cortex A5 ARM compiler v5", "por…
[all …]
DREADME.md71 `pwsh -Command .\azrtos_cicd.ps1 -MatchName 'Cortex M4','ARM compiler v6' -StartCli`
72 …ll examples in the default database that have names matching the 'Cortex M4' and 'ARM compiler v6'.
74 `pwsh -Command .\azrtos_cicd.ps1 -MatchKeywords 'TX ','ARM compiler v6','Cortex M' -clean`
75 …keywords; these are ThreadX (not ThreadX modules) Cortex M (0/3/4/7/23/33/...) for ARM compiler v6.
77 `pwsh -Command .\azrtos_cicd.ps1 -MatchKeywords 'TX ','ARM compiler v6','Cortex M' -build`
81 Start CLI environments for all ThreadX for Cortex M7 examples (IAR, ARM compiler v5, ARM compiler v…
90 `pwsh -Command .\azrtos_cicd.ps1 -MatchKeywords 'TX ','ARM compiler v6','Cortex M' -clean`
93 `pwsh -Command .\azrtos_cicd.ps1 -MatchKeywords 'TX ','ARM compiler v6','Cortex M' -build`
96 `pwsh -Command .\azrtos_cicd.ps1 -MatchKeywords 'TXM','ARM compiler v6','Cortex M' -clean`
99 `pwsh -Command .\azrtos_cicd.ps1 -MatchKeywords 'TXM','ARM compiler v6','Cortex M' -build`
[all …]
Dazrtos_setenv_ghs.bat14 ECHO ERROR: Green Hills Software compiler directory not found.
/ThreadX-v6.3.0/ports_arch/ARMv7-A/
Dupdate.ps1125 ForEach ($compiler in $compilers) { variable
126 $compiler_directory = $core_directory + "\" + $compiler
137 …Copy-FilesVerbose -source "threadx\ports\$compiler\*" -destination_directory $destination_directory variable
145 …Copy-FilesVerbose -source "threadx_smp\ports\$compiler\*" -destination_directory $destination_dire… variable
/ThreadX-v6.3.0/ports_arch/ARMv8-A/
Dupdate.ps1130 ForEach ($compiler in $compilers) { variable
131 $compiler_directory = $core_directory + "\" + $compiler
142 …Copy-FilesVerbose -source "threadx\ports\$compiler\*" -destination_directory $destination_directory variable
150 …Copy-FilesVerbose -source "threadx_smp\ports\$compiler\*" -destination_directory $destination_dire… variable
/ThreadX-v6.3.0/ports_smp/arc_hs_smp/metaware/example_build/sample_threadx/
Dcrti.s33 ; this is now brought in by a reference generated by the compiler
/ThreadX-v6.3.0/ports/cortex_m3/ac5/
Dreadme_threadx.txt10 compiler. At this point you may run the build_threadx.bat batch file. This will
36 __main. This is defined within the AC5 compiler's startup code. In
137 The distribution version of ThreadX is built without any compiler
141 project to enable various compiler optimizations.
/ThreadX-v6.3.0/ports_arch/ARMv7-M/threadx/ac5/
Dreadme_threadx.txt10 compiler. At this point you may run the build_threadx.bat batch file. This will
36 __main. This is defined within the AC5 compiler's startup code. In
137 The distribution version of ThreadX is built without any compiler
141 project to enable various compiler optimizations.
/ThreadX-v6.3.0/ports/cortex_m7/ac5/
Dreadme_threadx.txt10 compiler. At this point you may run the build_threadx.bat batch file. This will
36 __main. This is defined within the AC5 compiler's startup code. In
137 The distribution version of ThreadX is built without any compiler
141 project to enable various compiler optimizations.
/ThreadX-v6.3.0/ports/cortex_m4/ac5/
Dreadme_threadx.txt10 compiler. At this point you may run the build_threadx.bat batch file. This will
36 __main. This is defined within the AC5 compiler's startup code. In
137 The distribution version of ThreadX is built without any compiler
141 project to enable various compiler optimizations.
/ThreadX-v6.3.0/ports/c667x/ccs/
Dreadme_threadx.txt76 The TI TMS320C667x compiler assumes that registers A0-A9, A16-A31, B0-B9, and
166 The distribution version of ThreadX is built without any compiler
169 To make it run faster, you can replace the -g compiler option
170 to a -O3 in the ThreadX project file to enable all compiler optimizations.
214 calls. Note that only the compiler scratch registers are available for use
/ThreadX-v6.3.0/ports/cortex_m0/ac5/
Dreadme_threadx.txt35 __main. This is defined within the AC5 compiler's startup code. In
79 The distribution version of ThreadX is built without any compiler
83 remove the -g option and enable all compiler optimizations.
/ThreadX-v6.3.0/ports/cortex_m0/keil/
Dreadme_threadx.txt41 __main. This is defined within the AC5 compiler's startup code. In
85 The distribution version of ThreadX is built without any compiler
89 remove the -g option and enable all compiler optimizations.
/ThreadX-v6.3.0/ports/cortex_m3/keil/
Dreadme_threadx.txt43 __main. This is defined within the Keil compiler's startup code. In
87 The distribution version of ThreadX is built without any compiler
91 project to debugging and enable all compiler optimizations.
/ThreadX-v6.3.0/ports/rxv1/ccrx/src/
Dtx_thread_system_return.src52 ;/* is saved since the compiler assumes temp registers are going to get */
/ThreadX-v6.3.0/ports/rxv2/ccrx/src/
Dtx_thread_system_return.src52 ;/* is saved since the compiler assumes temp registers are going to get */
/ThreadX-v6.3.0/ports/rxv3/ccrx/src/
Dtx_thread_system_return.src52 ;/* is saved since the compiler assumes temp registers are going to get */
/ThreadX-v6.3.0/ports_smp/cortex_a35_smp/ac6/
Dreadme_threadx.txt37 "start64". This is defined within the AC6 compiler's startup code. In addition,
48 The 64-bit AC6 compiler assumes that registers x0-x18 are scratch registers
185 The distribution version of ThreadX SMP is built without any compiler optimizations.
188 you can change the project settings to the desired compiler optimization level.
/ThreadX-v6.3.0/ports_module/cortex_a35_smp/ac6/
Dreadme_threadx.txt37 "start64". This is defined within the AC6 compiler's startup code. In addition,
48 The 64-bit AC6 compiler assumes that registers x0-x18 are scratch registers
185 The distribution version of ThreadX SMP is built without any compiler optimizations.
188 you can change the project settings to the desired compiler optimization level.
/ThreadX-v6.3.0/ports/cortex_a5x/ac6/
Dreadme_threadx.txt38 start64. This is defined within the ARM compiler's startup code. In addition,
49 The 64-bit ARM compiler assumes that registers x0-x18 are scratch registers
186 The distribution version of ThreadX is built without any compiler optimizations.
189 you can change the project settings to the desired compiler optimization level.
/ThreadX-v6.3.0/ports_module/cortex_a35_smp/gnu/
Dreadme_threadx.txt37 "start64". This is defined within the GCC compiler's startup code. In addition,
48 The 64-bit GCC compiler assumes that registers x0-x18 are scratch registers
185 The distribution version of ThreadX SMP is built without any compiler optimizations.
188 you can change the project settings to the desired compiler optimization level.
/ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/iar/
Dreadme_threadx.txt32 "setup_entrypoints". This is defined within the IAR compiler's startup code (cstartup.s).
43 The 64-bit IAR compiler assumes that registers x0-x18 are scratch registers
180 The distribution version of ThreadX SMP is built without any compiler optimizations.
183 you can change the project settings to the desired compiler optimization level.

1234567