Re: C++ Support

2023-06-25 Thread Mark Stevens
With the patch I am seeing the application exit, it is not excepting my main program loop. Also, version is now listed as 10.4 not 12.1. Re comment about LLVm - I’m just looking for something that works and at the moment uCLib++ and LLVm do not work in 12.1. Regards, Mark

Re: C++ Support

2023-06-25 Thread Mark Stevens
So figured out what the problem was with the patch - it compiles. Just testing execution at the moment. Regards, Mark __ mark.stev...@wildernesslabs.co > On 25 Jun 2023, at 17:53, Mark Stevens wrote: > > So here is what I have run: > > git checkout master >

Re: C++ Support

2023-06-25 Thread Mark Stevens
So here is what I have run: git checkout master git clean -dfx git reset —hard gh pr checkout 9610 make distclean ./tools/configure.sh -l raspberrypi-pico-w:nsh make -j So should just be a base configuration and this compiles OK. I then reconfigured to system to add C++ uCLib++ hellowxx

Re: [RFC] Add "Description:" header to defconfig file

2023-06-25 Thread Alan C. Assis
Hi Tomek, On 6/24/23, Tomek CEDRO wrote: > On Sat, Jun 24, 2023 at 3:53 PM Alan C. Assis wrote: >> Dear NuttXers, >> As some people here know, recently Espressif added support for USB OTG >> Device on ESP32S3 (thanks to Dong Heng). > > BIG TANKS!! :-) > >> And it opened the possibility to have

Re: C++ Support

2023-06-25 Thread spudaneco
UCLibc++ is very old.  Most people use libxx from LLVMSent from my Galaxy Original message From: Mark Stevens Date: 6/25/23 1:50 AM (GMT-06:00) To: dev@nuttx.apache.org Subject: Re: C++ Support So a little more progress on this one.Turning on C++ Exception support for the

Re: C++ Support

2023-06-25 Thread Xiang Xiao
Mark, could you try this patch: https://github.com/apache/nuttx/pull/9610 On Sun, Jun 25, 2023 at 3:50 PM Mark Stevens wrote: > So a little more progress on this one. > > Turning on C++ Exception support for the PicoW:nsh build configuration > generates errors: > > CC:

Re: C++ Support

2023-06-25 Thread Mark Stevens
So a little more progress on this one. Turning on C++ Exception support for the PicoW:nsh build configuration generates errors: CC: pthread/pthread_testcancel.c machine/arm/gnu_unwind_find_exidx.c:32:8: error: unknown type name '__EIT_entry' 32 | static __EIT_entry *__exidx_start_elf;