Not a voting member but built on MacOS for RP2040: 

> arm-none-eabi-gcc -v

Using built-in specs.
COLLECT_GCC=arm-none-eabi-gcc
COLLECT_LTO_WRAPPER=/opt/homebrew/Cellar/arm-none-eabi-gcc/10.3-2021.07/gcc/bin/../lib/gcc/arm-none-eabi/10.3.1/lto-wrapper
Target: arm-none-eabi
Configured with: 
/tmp/jenkins-GCC-10-pipeline-259_20210727_1627345004/src/gcc/configure 
--target=arm-none-eabi 
--prefix=/tmp/jenkins-GCC-10-pipeline-259_20210727_1627345004/install-native 
--libexecdir=/tmp/jenkins-GCC-10-pipeline-259_20210727_1627345004/install-native/lib
 
--infodir=/tmp/jenkins-GCC-10-pipeline-259_20210727_1627345004/install-native/share/doc/gcc-arm-none-eabi/info
 
--mandir=/tmp/jenkins-GCC-10-pipeline-259_20210727_1627345004/install-native/share/doc/gcc-arm-none-eabi/man
 
--htmldir=/tmp/jenkins-GCC-10-pipeline-259_20210727_1627345004/install-native/share/doc/gcc-arm-none-eabi/html
 
--pdfdir=/tmp/jenkins-GCC-10-pipeline-259_20210727_1627345004/install-native/share/doc/gcc-arm-none-eabi/pdf
 --enable-languages=c,c++ --enable-plugins --disable-decimal-float 
--disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath 
--disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared 
--disable-threads --disable-tls --with-gnu-as --with-gnu-ld --with-newlib 
--with-headers=yes --with-python-dir=share/gcc-arm-none-eabi 
--with-sysroot=/tmp/jenkins-GCC-10-pipeline-259_20210727_1627345004/install-native/arm-none-eabi
 --build=x86_64-apple-darwin10 --host=x86_64-apple-darwin10 
--with-gmp=/tmp/jenkins-GCC-10-pipeline-259_20210727_1627345004/build-native/host-libs/usr
 
--with-mpfr=/tmp/jenkins-GCC-10-pipeline-259_20210727_1627345004/build-native/host-libs/usr
 
--with-mpc=/tmp/jenkins-GCC-10-pipeline-259_20210727_1627345004/build-native/host-libs/usr
 
--with-isl=/tmp/jenkins-GCC-10-pipeline-259_20210727_1627345004/build-native/host-libs/usr
 
--with-libelf=/tmp/jenkins-GCC-10-pipeline-259_20210727_1627345004/build-native/host-libs/usr
 --with-host-libstdcxx='-static-libgcc -Wl,-lstdc++ -lm' --with-pkgversion='GNU 
Arm Embedded Toolchain 10.3-2021.07' --with-multilib-list=rmprofile,aprofile
Thread model: single
Supported LTO compression algorithms: zlib
gcc version 10.3.1 20210621 (release) (GNU Arm Embedded Toolchain 10.3-2021.07) 

> tools/configure.sh -E raspberrypi-pico:nsh

> make -j

> arm-none-eabi-size nuttx
   text    data     bss     dec     hex filename
 118288     152    4148  122588   1dedc nuttx


On 9/9/22, Alin Jerpelea <jerpe...@gmail.com <mailto:jerpe...@gmail.com>> wrote:
> Hello all,
> Apache NuttX (Incubating) 11.0.0 RC2 has been staged under [1] and it's
> time to vote on accepting it for release. If approved we will seek
> final release approval from the IPMC. Voting will be open for 72hr.
> 
> A minimum of 3 binding +1 votes and more binding +1 than binding -1 are
> required to pass.
> 
> The Apache requirements for approving a release can be found here [3]
> "Before voting +1 [P]PMC members are required to download the signed
> source code package, compile it as provided, and test the resulting
> executable on their own platform, along with also verifying that the
> package meets the requirements of the ASF policy on releases."
> 
> A document to walk through some of this process has been published on
> our project wiki and can be found here [4].
> 
> [ ] +1 accept (indicate what you validated - e.g. performed the non-RM
> items in [4])
> [ ] -1 reject (explanation required)
> 
> Thank you all,
> Alin Jerpelea
> SCM Information:
>  Release tag: nuttx-11.0.0-RC2
>  Hash for the release incubating-nuttx tag:
> d32555f3e0492b8f4caeb407db55de23322724ef
>  Hash for the release incubating-nuttx-apps tag:
> 8b43f9f9ca30f44c1cccae9a9078d5d45b776d35
> 
> [1] https://dist.apache.org/repos/dist/dev/incubator/nuttx/11.0.0-RC2/
> [2]
> https://raw.githubusercontent.com/apache/incubator-nuttx/nuttx-11.0.0-RC2/ReleaseNotes
> [3] https://www.apache.org/dev/release.html#approving-a-release
> [4]
> https://cwiki.apache.org/confluence/display/NUTTX/Validating+a+staged+Release

Reply via email to