/picolibc-latest/semihost/ |
D | sys_system.c | 40 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()
|
D | semihost.h | 146 sys_semihost_system(const char *command);
|
/picolibc-latest/scripts/ |
D | cross-clang-thumbv7-a-none-eabi.txt | 23 …/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']
|
D | cross-clang-thumb-none-eabi.txt | 23 …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']
|
D | cross-clang-riscv64-unknown-elf.txt | 25 …', '-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']
|
D | cross-clang-thumbv7e+dp-none-eabi.txt | 23 …-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']
|
D | cross-clang-thumbv7m-none-eabi.txt | 23 …/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']
|
D | cross-clang-thumbv7e+fp-none-eabi.txt | 23 …-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/ |
D | makedocbook.py | 117 command = 'START' 122 yield (command, text) 123 command = l.rstrip() 127 yield (command, text)
|
/picolibc-latest/cmake/ |
D | picolibc.cmake | 121 # These flags are needed to generate errors for invalid command line flags 131 -Wno-unused-command-line-argument
|
/picolibc-latest/doc/ |
D | os.md | 92 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.
|
D | embedsource.md | 56 You can run a command in order to check which standard paths are included with your GCC:
|
D | printf.md | 13 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,
|
D | using.md | 138 by libc itself, it must be included in the linker command line *after* 140 command line flag defined by picolibc.specs:
|
D | linking.md | 45 this with gcc, the command line would look like this:
|
D | build.md | 24 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/ |
D | meson.build | 91 command: [objcopy, '-O', 'binary', '--only-section=.text', '@INPUT@', '@OUTPUT@'])
|
/picolibc-latest/newlib/ |
D | meson.build | 100 command: [duplicate_names, nm, '@INPUT@', '@OUTPUT@'],
|
D | README | 66 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
|
D | HOWTO | 271 multilib variables and the multi-do command. Notably, this only makes the
|
/picolibc-latest/newlib/libc/stdlib/ |
D | stdlib.tex | 59 * Function system:: Execute command string
|
/picolibc-latest/hello-world/ |
D | README.md | 118 The rest of the command line tells GCC what file to compile
|
/picolibc-latest/newlib/libc/sys/rtems/include/ |
D | README | 27 a patch set generated by this Git command:
|
/picolibc-latest/ |
D | README.md | 478 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
|
D | meson.build | 547 …# 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
|