Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 26) sorted by relevance

12

/picolibc-latest/semihost/
Dsys_system.c40 sys_semihost_system(const char *command) in sys_semihost_system() argument
42 return (int)sys_semihost2(SYS_SYSTEM, (uintptr_t)command, strlen(command)); in sys_semihost_system()
Dsemihost.h146 sys_semihost_system(const char *command);
/picolibc-latest/scripts/
Dcross-clang-thumbv7-a-none-eabi.txt23 …/arm-none-eabi/13.2.1/thumb/v7-a/nofp/', '-Wl,-z,noexecstack', '-Wno-unused-command-line-argument']
24 …/arm-none-eabi/13.2.1/thumb/v7-a/nofp/', '-Wl,-z,noexecstack', '-Wno-unused-command-line-argument']
Dcross-clang-thumb-none-eabi.txt23 …b/gcc/arm-none-eabi/13.2.1/thumb/nofp/', '-Wl,-z,noexecstack', '-Wno-unused-command-line-argument']
24 …b/gcc/arm-none-eabi/13.2.1/thumb/nofp/', '-Wl,-z,noexecstack', '-Wno-unused-command-line-argument']
Dcross-clang-riscv64-unknown-elf.txt25 …', '-L/usr/lib/gcc/riscv64-unknown-elf/12.1.0/rv64imac/lp64/', '-Wno-unused-command-line-argument']
26 …', '-L/usr/lib/gcc/riscv64-unknown-elf/12.1.0/rv64imac/lp64/', '-Wno-unused-command-line-argument']
Dcross-clang-thumbv7e+dp-none-eabi.txt23 …-none-eabi/13.2.1/thumb/v7e-m+dp/hard/', '-Wl,-z,noexecstack', '-Wno-unused-command-line-argument']
24 …-none-eabi/13.2.1/thumb/v7e-m+dp/hard/', '-Wl,-z,noexecstack', '-Wno-unused-command-line-argument']
Dcross-clang-thumbv7m-none-eabi.txt23 …/arm-none-eabi/13.2.1/thumb/v7-m/nofp/', '-Wl,-z,noexecstack', '-Wno-unused-command-line-argument']
24 …/arm-none-eabi/13.2.1/thumb/v7-m/nofp/', '-Wl,-z,noexecstack', '-Wno-unused-command-line-argument']
Dcross-clang-thumbv7e+fp-none-eabi.txt23 …-none-eabi/13.2.1/thumb/v7e-m+fp/hard/', '-Wl,-z,noexecstack', '-Wno-unused-command-line-argument']
24 …-none-eabi/13.2.1/thumb/v7e-m+fp/hard/', '-Wl,-z,noexecstack', '-Wno-unused-command-line-argument']
/picolibc-latest/newlib/doc/
Dmakedocbook.py117 command = 'START'
122 yield (command, text)
123 command = l.rstrip()
127 yield (command, text)
/picolibc-latest/cmake/
Dpicolibc.cmake121 # These flags are needed to generate errors for invalid command line flags
131 -Wno-unused-command-line-argument
/picolibc-latest/doc/
Dos.md92 disabled by specifying `-Dposix-io=false` in the meson command line.
137 specified *after* libc on the linker command line. The picolibc.specs
156 application using `--oslib=semihost` in your link command line.
Dembedsource.md56 You can run a command in order to check which standard paths are included with your GCC:
Dprintf.md13 application. The selection is done using a compiler command line
18 the compiler command line looking for the preprocessor token and uses
20 definition must be set on the command line and not in a file.
74 -DPICOLIBC_FLOAT_PRINTF_SCANF on the command line during linking,
Dusing.md138 by libc itself, it must be included in the linker command line *after*
140 command line flag defined by picolibc.specs:
Dlinking.md45 this with gcc, the command line would look like this:
Dbuild.md24 Use -D<option-name>=<value> on the meson command line to change from
294 supported by the compiler using the `--print-multi-lib` command-line option:
/picolibc-latest/semihost/machine/x86/
Dmeson.build91 command: [objcopy, '-O', 'binary', '--only-section=.text', '@INPUT@', '@OUTPUT@'])
/picolibc-latest/newlib/
Dmeson.build100 command: [duplicate_names, nm, '@INPUT@', '@OUTPUT@'],
DREADME66 installed, chances are it has such a program. The precise command to
68 devices) is `dvips'. The DVI print command may require a file name
DHOWTO271 multilib variables and the multi-do command. Notably, this only makes the
/picolibc-latest/newlib/libc/stdlib/
Dstdlib.tex59 * Function system:: Execute command string
/picolibc-latest/hello-world/
DREADME.md118 The rest of the command line tells GCC what file to compile
/picolibc-latest/newlib/libc/sys/rtems/include/
DREADME27 a patch set generated by this Git command:
/picolibc-latest/
DREADME.md478 disabled on the cmake command line.
492 * Eliminate use of command line tools when building with a new enough
502 command line instead of needing special compiler support to locate
794 3. Also stick -isystem in C++ compile command to try and get
866 6. Create a new '--picolibc-prefix' GCC command line parameter that
1155 in the meson command line (which is the default), tinystdio adds
Dmeson.build547 …# Note that the "install path" obtained with this command points to the "$GCC_EXEC_PREFIX/$ARCH/$G…
826 '-Wno-unused-command-line-argument',
1507 # Include all available encodings if none were specified on the command line

12