Re: gcc-arm-none-eabi on M1 MacOs

2023-10-18 Thread Mark Stevens
I have recently setup a Mac M1 for STM32 development and I installed the arm-gcc-bin@10 package using brew. The only thing I have found does not work is arm-none-eabi-gdb-py as it is looking for Python 2.7 with a fixed path and it does not exist on the system. I have tried peen but this

RE: [VOTE] Apache NuttX 12.3.0 RC1 release

2023-10-18 Thread alin.jerpe...@sony.com
Thanks Lup! I missed this patch MAC patch If it is not critical we can continue with the RC1 vote Best regards Alin From: Lee, Lup Yuen Sent: den 18 oktober 2023 10:30 To: dev@nuttx.apache.org Subject: Re: [VOTE] Apache NuttX 12.3.0 RC1 release +1 for PinePhone and Star64 Minor Issue:

Re: [VOTE] Apache NuttX 12.3.0 RC1 release

2023-10-18 Thread Lee, Lup Yuen
+1 for PinePhone and Star64 Minor Issue: Building PinePhone on macOS shows the message "sed: illegal option -- r" and still builds OK. The patch has been merged, we can add this to the next release: https://github.com/apache/nuttx/pull/10881 = PinePhone Compiler + aarch64-none-elf-gcc -v

Re: gcc-arm-none-eabi on M1 MacOs

2023-10-18 Thread Petro Karashchenko
Yeah, as far as I know python2/pip are deprecated and python3/pip3 should be used. I think there is a package "python-is-python3" that can be used to get python2/pip compatibility, but not sure how that is supported by OSX. ср, 18 жовт. 2023 р. о 11:23 Christian Catchpole пише: > Thanks Petro!

Re: gcc-arm-none-eabi on M1 MacOs

2023-10-18 Thread Christian Catchpole
Thanks Petro! I took this as an opportunity to set up NuttX on my Air which doesn't have anything NuttX related on it, I was able to get it working with *pip3*. Im not sure if "*ensurepip*" was required, I tried that when regular *pip* failed, then I realised it was going to be *pip3* I used:

[VOTE] Apache NuttX 12.3.0 RC1 release

2023-10-18 Thread Alin Jerpelea
Hello all, Apache NuttX 12.3.0 RC1 has been staged under [1] and it's time to vote on accepting it for release. 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

Re: gcc-arm-none-eabi on M1 MacOs

2023-10-18 Thread Petro Karashchenko
I think the latest code rely on kconfiglib, so theoretically things should work without kconfig-frontends. But I haven't tested case when kconfig-frontends is not installed (current I have installed both). Best regards, Petro On Wed, Oct 18, 2023, 1:35 AM Christian Catchpole wrote: > Thanks