Searched +full:- +full:dnewlib +full:- +full:nano +full:- +full:malloc (Results 1 – 6 of 6) sorted by relevance
1 needs: cache-maker2 runs-on: ubuntu-latest8 … configurations, one with multithread disabled and with locale, original malloc and atexit/onexit …9 …-Dio-float-exact=false -Dio-long-long=true -Dio-percent-b=true -Dio-long-double=true -Dnewlib-obso…10 …"-Dformat-default=integer -Dfreestanding=true -Dposix-io=false -Dnewlib-obsolete-math=true -Dwant-…13 "-Dtinystdio=false",14 …-Dtinystdio=false -Dnewlib-io-float=true -Dio-long-long=true -Dio-long-double=true -Dnewlib-fvwrit…
6 - main9 - main14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}15 cancel-in-progress: true18 # .github/do-zephyr --buildtype release22 DOCKERFILE: picolibc/.github/Dockerfile-zephyr23 IMAGE_FILE: dockerimg-zephyr.tar.zst25 PACKAGES_FILE: picolibc/.github/zephyr-packages.txt26 EXTRA_FILE: picolibc/.github/zephyr-files.txt29 cache-maker:[all …]
6 - main9 - main14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}15 cancel-in-progress: true22 IMAGE_FILE: dockerimg-linux.tar.zst23 IMAGE: picolibc-linux24 PACKAGES_FILE: picolibc/.github/linux-packages.txt25 EXTRA_FILE: picolibc/.github/linux-files.txt28 cache-maker:29 runs-on: ubuntu-latest[all …]
7 as the embedded version, but you don't want the multi-architecture8 stuff and I prefer plain debug to an -Os, as that makes debugging the11 The do-native-configure script has an example:16 -Dmultilib=false \17 -Dnewlib-wide-orient=false\18 -Dnewlib-nano-malloc=true\19 -Dlite-exit=true\20 -Dnewlib-global-atexit=true\21 -Dincludedir=lib/newlib-nano/include \22 -Dlibdir=lib/newlib-nano/lib \[all …]
3 Picolibc is designed to be operating-system independent, so it doesn't20 FILE objects. The pointers may reside in read-only memory, but the68 |-------------------|------------|--------------------|82 Support for these requires malloc/free along with a handful of83 POSIX-compatible functions:92 disabled by specifying `-Dposix-io=false` in the meson command line.102 ### malloc and free104 Both versions of malloc in picolibc require sbrk to be supported. The105 smaller version, enabled (by default) with -Dnewlib-nano-malloc=true,106 can handle sbrk returning dis-continuous memory while the larger[all …]
2 set -e4 "$HERE"/do-test native -Dnative-tests=false -Dtests-enable-posix-io=false5 …-test native -Dnative-tests=false -Dtests-enable-posix-io=false -Dio-float-exact=false -Dio-long-l…6 …/do-test native -Dnative-tests=false -Dtests-enable-posix-io=false -Dformat-default=integer -Dposi…