Searched refs:elf (Results 1 – 25 of 95) sorted by relevance
1234
/picolibc-3.7.0-3.6.0/hello-world/ |
D | Makefile | 39 CC_RISCV=riscv64-unknown-elf-gcc -specs=picolibc.specs $(CFLAGS_RISCV) 41 CXX_RISCV=riscv64-unknown-elf-g++ -specs=picolibcpp.specs $(CXXFLAGS_RISCV) 54 hello-world-arm.elf hello-world-aarch64.elf \ 55 hello-world-riscv.elf hello-world-native.elf \ 56 printf.elf printf-int.elf printf-float.elf 59 hello-worldpp-arm.elf hello-worldpp-aarch64.elf \ 60 hello-worldpp-riscv.elf hello-worldpp-native.elf 62 hello-world-arm.elf: hello-world.c 65 hello-world-aarch64.elf: hello-world.c 68 hello-world-riscv.elf: hello-world.c [all …]
|
D | run-aarch64 | 40 elf=hello-world-aarch64.elf 43 *.elf) 44 elf="$1" 53 …onfig enable=on -monitor none -serial none -nographic -machine $machine -cpu $cpu -kernel $elf "$@"
|
D | run-arm | 41 elf=hello-world-arm.elf 44 *.elf) 45 elf="$1" 54 …ihosting-config enable=on -monitor none -serial none -nographic -machine $machine -kernel $elf "$@"
|
D | run-riscv | 40 elf=hello-world-riscv.elf 43 *.elf) 44 elf="$1" 53 …e=on -monitor none -serial none -nographic -machine $machine -cpu $cpu -bios none -kernel $elf "$@"
|
/picolibc-3.7.0-3.6.0/doc/printf-sample/ |
D | Makefile | 58 ALL=printf.elf printf-float.elf printf-long-long.elf printf-integer.elf printf-minimal.elf 62 printf.log: printf.elf 65 printf.elf: printf.c 68 printf-float.log: printf-float.elf 71 printf-float.elf: printf.c 74 printf-long-long.log: printf-long-long.elf 77 printf-long-long.elf: printf.c 80 printf-integer.log: printf-integer.elf 83 printf-integer.elf: printf.c 86 printf-minimal.log: printf-minimal.elf [all …]
|
/picolibc-3.7.0-3.6.0/.github/ |
D | zephyr-files.txt | 1 …om/zephyrproject-rtos/sdk-ng/releases/download/v0.16.3/toolchain_linux-x86_64_arc-zephyr-elf.tar.xz 2 …/zephyrproject-rtos/sdk-ng/releases/download/v0.16.3/toolchain_linux-x86_64_arc64-zephyr-elf.tar.xz 3 …project-rtos/sdk-ng/releases/download/v0.16.3/toolchain_linux-x86_64_microblazeel-zephyr-elf.tar.xz 4 …m/zephyrproject-rtos/sdk-ng/releases/download/v0.16.3/toolchain_linux-x86_64_mips-zephyr-elf.tar.xz 5 …/zephyrproject-rtos/sdk-ng/releases/download/v0.16.3/toolchain_linux-x86_64_nios2-zephyr-elf.tar.xz 6 …/zephyrproject-rtos/sdk-ng/releases/download/v0.16.3/toolchain_linux-x86_64_sparc-zephyr-elf.tar.xz 7 …zephyrproject-rtos/sdk-ng/releases/download/v0.16.3/toolchain_linux-x86_64_x86_64-zephyr-elf.tar.xz 8 …/sdk-ng/releases/download/v0.16.3/toolchain_linux-x86_64_xtensa-espressif_esp32s2_zephyr-elf.tar.xz 9 …os/sdk-ng/releases/download/v0.16.3/toolchain_linux-x86_64_xtensa-espressif_esp32_zephyr-elf.tar.xz 10 …s/sdk-ng/releases/download/v0.16.3/toolchain_linux-x86_64_xtensa-intel_ace15_mtpm_zephyr-elf.tar.xz [all …]
|
/picolibc-3.7.0-3.6.0/scripts/ |
D | cross-clang-riscv64-unknown-elf.txt | 6 c = ['ccache', 'clang', '-target', 'riscv64-unknown-elf', '-mcmodel=medany', '-nostdlib'] 7 c_ld = '/usr/bin/riscv64-unknown-elf-ld' 8 ar = 'riscv64-unknown-elf-ar' 9 as = 'riscv64-unknown-elf-as' 10 nm = 'riscv64-unknown-elf-nm' 11 strip = 'riscv64-unknown-elf-strip' 23 …iscv64-unknown-elf/13.2.0/rv64imac/lp64/', '-L/usr/lib/gcc/riscv64-unknown-elf/12.2.0/rv64imac/lp6…
|
D | cross-xtensa-esp32-elf.txt | 2 c = ['ccache', 'xtensa-esp32-elf-gcc'] 3 ar = 'xtensa-esp32-elf-ar' 4 as = 'xtensa-esp32-elf-as' 5 nm = 'xtensa-esp32-elf-nm' 6 strip = 'xtensa-esp32-elf-strip'
|
D | cross-xtensa-lx106-elf.txt | 2 c = ['ccache', 'xtensa-lx106-elf-gcc'] 3 ar = 'xtensa-lx106-elf-ar' 4 as = 'xtensa-lx106-elf-as' 5 nm = 'xtensa-lx106-elf-nm' 6 strip = 'xtensa-lx106-elf-strip'
|
D | cross-m68k-unknown-elf.txt | 2 c = ['ccache', 'm68k-unknown-elf-gcc', '-static', '-nostdlib', '-fno-builtin-isinfl'] 3 ar = 'm68k-unknown-elf-ar' 4 as = 'm68k-unknown-elf-as' 5 ld = 'm68k-unknown-elf-ld' 6 nm = 'm68k-unknown-elf-nm' 7 strip = 'm68k-unknown-elf-strip'
|
D | cross-clang-rv32imafdc-unknown-elf.txt | 6 c = ['ccache', 'clang', '-m32', '-target', 'riscv32-unknown-elf', '-march=rv32imafdc', '-mabi=ilp32… 7 c_ld = '/usr/bin/riscv64-unknown-elf-ld' 8 ar = 'riscv64-unknown-elf-ar' 9 as = 'riscv64-unknown-elf-as' 10 nm = 'riscv64-unknown-elf-nm' 11 strip = 'riscv64-unknown-elf-strip' 23 …32lriscv', '-L/usr/lib/gcc/riscv64-unknown-elf/12.2.0/rv32imafdc/ilp32d', '-L/usr/lib/gcc/riscv64-…
|
D | run-power9 | 42 elf="$1" 45 base=`basename "$elf" .elf` 46 one_elf=`mktemp --suffix=.elf "$base".XXX` 54 $objcopy "$elf" -Obinary $one_bin 2>/dev/null 56 …text --remove-section=.sfpr --remove-section=.toc --remove-section=.data "$elf" "$one_elf" 2>/dev/…
|
D | cross-microblazeel-zephyr-elf.txt | 6 c = ['ccache', 'microblazeel-zephyr-elf-gcc', '-nostdlib'] 7 ar = 'microblazeel-zephyr-elf-ar' 8 as = 'microblazeel-zephyr-elf-as' 9 ld = 'microblazeel-zephyr-elf-ld' 10 nm = 'microblazeel-zephyr-elf-nm' 11 strip = 'microblazeel-zephyr-elf-strip'
|
D | run-riscv | 40 elf="$1" 51 archstring=$(readelf --arch-specific "$elf" | grep "Value: rv" | cut -d: -f2) 53 archstring=$(readelf --arch-specific "$elf" | grep Tag_RISCV_arch | cut -d: -f2 | tr -d '"') 57 echo "Could not determine architecture for $elf, is readelf installed?" >&2 67 echo "Unknown architecture for $elf: $archstring" >&2 82 options="$(echo "$elf" | sed 's/.*rv[36][24]\([a-z]*\)_.*$/\1/' | sed 's/\(.\)/\1 /g')" 160 …monitor "$mon" -serial "$serial" -machine "$machine" -cpu "$cpu" -kernel "$elf" -nographic "$@" -b…
|
D | run-m68k | 40 elf="$1" 77 case "$elf" in 79 elfbase=`echo "$elf" | sed 's/_softfp//'` 82 elfbase="$elf" 114 -kernel "$elf" "$@"
|
D | cross-sparc-zephyr-elf.txt | 6 c = ['ccache', 'sparc-zephyr-elf-gcc', '-msoft-float', '-fno-pic', '-fno-PIE', '-static', '-nostdli… 7 ar = 'sparc-zephyr-elf-ar' 8 as = 'sparc-zephyr-elf-as' 9 nm = 'sparc-zephyr-elf-nm' 10 strip = 'sparc-zephyr-elf-strip' 11 objcopy = 'sparc-zephyr-elf-objcopy'
|
D | cross-msp430.txt | 6 c = ['ccache', 'msp430-elf-gcc', '-nostdlib'] 7 ar = 'msp430-elf-ar' 8 as = 'msp430-elf-as' 9 nm = 'msp430-elf-nm' 10 strip = 'msp430-elf-strip'
|
D | run-arm | 40 elf="$1" 51 cpu_arch=`arm-none-eabi-readelf -A "$elf" | awk '/Tag_CPU_arch:/ { print $2 }'` 52 cpu_profile=`arm-none-eabi-readelf -A "$elf" | awk '/Tag_CPU_arch_profile:/ { print $2 }'` 53 fp_arch=`arm-none-eabi-readelf -A "$elf" | awk '/Tag_FP_arch/ { print $2 }'` 54 fp_use=`arm-none-eabi-readelf -A "$elf" | awk '/Tag_ABI_HardFP_use/ { print $2 }'` 55 ram_addr=`arm-none-eabi-readelf -l "$elf" | awk '/LOAD.*RW/ { if (min_va == 0 || $3 < min_va) min_v… 197 echo "Skipping $elf: unsupported cpu on $machine" 201 echo "Skipping $elf: unsupported machine" 263 -device loader,file="$elf",cpu-num=0 \ 274 test="$(uname -m)-$elf"
|
D | cross-xtensa-espressif_esp32_zephyr-elf.txt | 6 c = ['ccache', 'xtensa-espressif_esp32_zephyr-elf-gcc', '-nostdlib'] 7 ar = 'xtensa-espressif_esp32_zephyr-elf-ar' 8 as = 'xtensa-espressif_esp32_zephyr-elf-as' 9 nm = 'xtensa-espressif_esp32_zephyr-elf-nm' 10 strip = 'xtensa-espressif_esp32_zephyr-elf-strip'
|
D | cross-xtensa-espressif_esp32s2_zephyr-elf.txt | 6 c = ['ccache', 'xtensa-espressif_esp32s2_zephyr-elf-gcc', '-nostdlib'] 7 ar = 'xtensa-espressif_esp32s2_zephyr-elf-ar' 8 as = 'xtensa-espressif_esp32s2_zephyr-elf-as' 9 nm = 'xtensa-espressif_esp32s2_zephyr-elf-nm' 10 strip = 'xtensa-espressif_esp32s2_zephyr-elf-strip'
|
D | cross-xtensa-intel_apl_adsp_zephyr-elf.txt | 6 c = ['ccache', 'xtensa-intel_apl_adsp_zephyr-elf-gcc', '-nostdlib'] 7 ar = 'xtensa-intel_apl_adsp_zephyr-elf-ar' 8 as = 'xtensa-intel_apl_adsp_zephyr-elf-as' 9 nm = 'xtensa-intel_apl_adsp_zephyr-elf-nm' 10 strip = 'xtensa-intel_apl_adsp_zephyr-elf-strip'
|
D | cross-xtensa-intel_s1000_zephyr-elf.txt | 6 c = ['ccache', 'xtensa-intel_s1000_zephyr-elf-gcc', '-nostdlib'] 7 ar = 'xtensa-intel_s1000_zephyr-elf-ar' 8 as = 'xtensa-intel_s1000_zephyr-elf-as' 9 nm = 'xtensa-intel_s1000_zephyr-elf-nm' 10 strip = 'xtensa-intel_s1000_zephyr-elf-strip'
|
D | cross-xtensa-nxp_imx8m_adsp_zephyr-elf.txt | 6 c = ['ccache', 'xtensa-nxp_imx8m_adsp_zephyr-elf-gcc', '-nostdlib'] 7 ar = 'xtensa-nxp_imx8m_adsp_zephyr-elf-ar' 8 as = 'xtensa-nxp_imx8m_adsp_zephyr-elf-as' 9 nm = 'xtensa-nxp_imx8m_adsp_zephyr-elf-nm' 10 strip = 'xtensa-nxp_imx8m_adsp_zephyr-elf-strip'
|
D | cross-xtensa-nxp_imx_adsp_zephyr-elf.txt | 6 c = ['ccache', 'xtensa-nxp_imx_adsp_zephyr-elf-gcc', '-nostdlib'] 7 ar = 'xtensa-nxp_imx_adsp_zephyr-elf-ar' 8 as = 'xtensa-nxp_imx_adsp_zephyr-elf-as' 9 nm = 'xtensa-nxp_imx_adsp_zephyr-elf-nm' 10 strip = 'xtensa-nxp_imx_adsp_zephyr-elf-strip'
|
D | cross-xtensa-sample_controller_zephyr-elf.txt | 6 c = ['ccache', 'xtensa-sample_controller_zephyr-elf-gcc', '-nostdlib'] 7 ar = 'xtensa-sample_controller_zephyr-elf-ar' 8 as = 'xtensa-sample_controller_zephyr-elf-as' 9 nm = 'xtensa-sample_controller_zephyr-elf-nm' 10 strip = 'xtensa-sample_controller_zephyr-elf-strip'
|
1234