Home
last modified time | relevance | path

Searched full:gcc (Results 1 – 25 of 70) sorted by relevance

123

/openthread-latest/.github/workflows/
Dbuild.yml146 - compiler: gcc
147 compiler_c: gcc
215 arm-gcc:
216 name: arm-gcc-${{ matrix.gcc_ver }}
223 …gcc_download_url: https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q3-update/+download/gcc-arm-…
224 gcc_extract_dir: gcc-arm-none-eabi-4_9-2015q3
226 …d_url: https://developer.arm.com/-/media/Files/downloads/gnu-rm/5_4-2016q3/gcc-arm-none-eabi-5_4-2…
227 gcc_extract_dir: gcc-arm-none-eabi-5_4-2016q3
229 …gcc_download_url: https://developer.arm.com/-/media/Files/downloads/gnu-rm/6-2017q2/gcc-arm-none-e…
230 gcc_extract_dir: gcc-arm-none-eabi-6-2017-q2-update
[all …]
Dsimulation-1.1.yml92 ./script/test generate_coverage gcc
140 ./script/test generate_coverage gcc
195 ./script/test generate_coverage gcc
243 ./script/test generate_coverage gcc
290 ./script/test generate_coverage gcc
343 ./script/test generate_coverage gcc
387 ./script/test generate_coverage gcc
415 ./script/test generate_coverage gcc
Dsimulation-1.4.yml65 compiler: [{c: "gcc", cxx: "g++", gcov: "gcc"}, { c: "clang", cxx: "clang++", gcov: "llvm"}]
192 ./script/test generate_coverage gcc
244 ./script/test generate_coverage gcc
292 ./script/test generate_coverage gcc
341 ./script/test generate_coverage gcc
409 ./script/test generate_coverage gcc
Dposix.yml91 ./script/test generate_coverage gcc
129 ./script/test generate_coverage gcc
174 ./script/test generate_coverage gcc
224 ./script/test generate_coverage gcc
292 ./script/test generate_coverage gcc
Dotns.yml94 ./script/test generate_coverage gcc
134 ./script/test generate_coverage gcc
196 ./script/test generate_coverage gcc
/openthread-latest/script/
Dbootstrap67 …sudo apt-get --no-install-recommends install -y binutils-arm-none-eabi gcc-arm-none-eabi gdb-arm-n…
71 …quiet -c https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2020q2/gcc-arm-none-eabi-9-202…
72 && sudo tar xjf gcc-arm-none-eabi-9-2020-q2-update-"$ARCH"-linux.tar.bz2 -C /opt \
73 && rm gcc-arm-none-eabi-9-2020-q2-update-"$ARCH"-linux.tar.bz2 \
74 && sudo ln -s -f /opt/gcc-arm-none-eabi-9-2020-q2-update/bin/* /usr/local/bin/.)
103 brew install armmbed/formulae/arm-none-eabi-gcc
105 # check for gcc for simulation
106 if ! command -v gcc; then
107 echo 'warning: clang/gcc needed for simulation'
Dcheck-size52 if arm-none-eabi-gcc --version | grep -q 'Arm Embedded Processors 7'; then
57 … --quiet https://developer.arm.com/-/media/Files/downloads/gnu-rm/7-2018q2/gcc-arm-none-eabi-7-201…
58 && tar xjf gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2)
59 export PATH=/tmp/gcc-arm-none-eabi-7-2018-q2-update/bin:$PATH
61 arm-none-eabi-gcc --version
/openthread-latest/third_party/mbedtls/repo/scripts/
Dfootprint.sh35 if which arm-none-eabi-gcc >/dev/null 2>&1; then :; else
36 echo "You need the ARM-GCC toolchain in your path" >&2
37 echo "See https://launchpad.net/gcc-arm-embedded/" >&2
71 CC=arm-none-eabi-gcc AR=arm-none-eabi-ar LD=arm-none-eabi-ld \
100 log "$( arm-none-eabi-gcc --version | head -n1 )"
Doutput_env.sh16 # - version of armcc, clang, gcc-arm and gcc compilers
90 print_version "arm-none-eabi-gcc" "--version" "" "head -n 1"
93 print_version "gcc" "--version" "" "head -n 1"
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dall.sh37 # * GCC and Clang (recent enough for using ASan with gcc and MemSan with clang, or valgrind)
39 # * arm-gcc and mingw-gcc
187 : ${GCC_LATEST:="gcc-latest"}
188 : ${GCC_EARLIEST:="gcc-earliest"}
269 --arm-none-eabi-gcc-prefix=<string>
272 --arm-linux-gnueabi-gcc-prefix=<string>
301 --gcc-earliest=<GCC_earliest_path> Earliest version of GCC available
302 --gcc-latest=<GCC_latest_path> Latest version of GCC available
451 --arm-none-eabi-gcc-prefix) shift; ARM_NONE_EABI_GCC_PREFIX="$1";;
452 --arm-linux-gnueabi-gcc-prefix) shift; ARM_LINUX_GNUEABI_GCC_PREFIX="$1";;
[all …]
Dbasic-in-docker.sh8 # are run for both clang and gcc. The testing includes a full test run
27 for compiler in clang gcc; do
/openthread-latest/third_party/build_gn/toolchain/
DBUILD.gn4 toolchain("gcc") {
7 …command = "gcc -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_c}} -c {{source}…
8 depsformat = "gcc"
17 depsformat = "gcc"
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dplatform_util.h121 /* GCC doesn't silence the warning with just (void)(result).
122 * (void)!(result) is known to work up at least up to GCC 10, as well
125 * https://gcc.gnu.org/onlinedocs/gcc-3.4.6/gcc/Non_002dbugs.html
127 * https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66425#c34
Dbuild_info.h74 /* GCC, clang, armclang and IAR */
88 /* Defined if the compiler really is gcc and not clang, etc */
/openthread-latest/third_party/mbedtls/repo/library/
Dalignment.h29 * __ARM_FEATURE_UNALIGNED is defined where appropriate by armcc, gcc 7, clang 9
58 * gcc may generate a branch to memcpy for calls like `memcpy(dest, src, 4)` rather than
61 * This is architecture dependent: x86-64 seems fine even with old gcc; 32-bit Arm
64 * For versions of gcc < 5.4.0 this issue always happens.
65 * For gcc < 6.3.0, this issue happens at -O0
68 * For gcc 4.x, this implementation will generate byte-by-byte loads even if unaligned access is
77 * https://gcc.gnu.org/onlinedocs/gcc-4.5.4/gcc/Variable-Attributes.html
79 * Previous implementations used __attribute__((__aligned__(1)), but had issues with a gcc bug:
80 * https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94662
82 * Tested with several versions of GCC from 4.5.0 up to 13.2.0
[all …]
Dconstant_time_impl.h29 * (except for warnings if gcc -Wredundant-decls or similar is used).
31 * Disable -Wredundant-decls so that gcc does not warn about this. This is re-enabled
35 #pragma GCC diagnostic push
36 #pragma GCC diagnostic ignored "-Wredundant-decls"
111 * Selecting unified syntax is needed for gcc, and harmless on clang.
123 * For old versions of gcc (see #8516 for details), restore divided
124 * syntax afterwards - otherwise old versions of gcc seem to apply
143 * conditional instructions or branches by trunk clang, gcc, or MSVC v19. in mbedtls_ct_bool()
552 /* Restore warnings for -Wredundant-decls on gcc */
553 #pragma GCC diagnostic pop
Daesce.c59 # error "Minimum version of GCC for MBEDTLS_AESCE_C is 6.0."
92 # pragma GCC push_options
93 # pragma GCC target ("+crypto")
461 /* Some intrinsics are not available for GCC 5.X. */
468 /* Missing intrinsics common to both GCC 5, and Clang on 32-bit */
488 /* GCC reports incompatible type error without cast. GCC think poly64_t and
611 #pragma GCC pop_options
Dplatform_util.c117 /* For clang and recent gcc, pretend that we have some assembly that reads the in mbedtls_platform_zeroize()
124 #pragma GCC diagnostic push in mbedtls_platform_zeroize()
125 #pragma GCC diagnostic ignored "-Wvla" in mbedtls_platform_zeroize()
131 #pragma GCC diagnostic pop in mbedtls_platform_zeroize()
Dcommon.h195 /* Old GCC versions generate a warning here, so disable the NEON path for these compilers */ in mbedtls_xor()
205 * For other compilers (e.g. recent gcc and clang) it makes no difference if n is a compile-time in mbedtls_xor()
240 * inlined (e.g., observed about 3x perf difference in gcm_mult_largetable with gcc 7 - 12) */
284 * For other compilers (e.g. recent gcc and clang) it makes no difference if n is a compile-time in mbedtls_xor_no_simd()
389 /* gcc and IAR can use __builtin_unreachable */
398 /* For gcc -Os, override with -O2 for a given function.
/openthread-latest/third_party/mbedtls/repo/3rdparty/everest/include/everest/kremlin/internal/
Dcallconv.h28 * guidelines at https://gcc.gnu.org/onlinedocs/gcc/Inline.html and make this
34 /* GCC-specific attribute syntax; everyone else gets the standard C inline
/openthread-latest/include/openthread/platform/
Dtoolchain.h129 // https://gcc.gnu.org/onlinedocs/gcc/Common-Variable-Attributes.html
273 _Pragma("GCC diagnostic push") _Pragma("GCC diagnostic ignored \"-Wgnu-folding-constant\"") \
274 __VA_ARGS__ _Pragma("GCC diagnostic pop")
/openthread-latest/third_party/mbedtls/repo/tests/docker/bionic/
DDockerfile26 RUN add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
35 gcc-arm-none-eabi \
36 gcc-mingw-w64-i686 \
37 gcc-multilib \
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/
DREADME.md61 -Weverything` and `gcc -Wall -Wextra -pedantic`.
97 improve performance and code size. (On Cortex-M and Cortex-A cores wtih GCC or
126 [ARM-GCC 9](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-t…
142 Arm-GCC toolchain with the `deps.sh` script.
186 _Note_: the above figures where obtained by compiling with GCC, which is able
441 assembly versions (with GCC).
445 - `sizes.sh` builds the code for three Arm cores with GCC and Clang.
446 - `deps.sh` checks for external dependencies with GCC.
543 currently only available with compilers that support GCC's extended asm
544 syntax (which includes GCC and Clang).
/openthread-latest/third_party/build_gn/
DBUILDCONFIG.gn18 set_default_toolchain("//third_party/build_gn/toolchain:gcc")
/openthread-latest/third_party/mbedtls/repo/
D.travis.yml2 # and pip is available. Gcc and clang are available anyway.

123