Re: C++ Support

2023-06-26 Thread Mark Stevens
king >> core logic unit tested using the simulator and basic C++ application on the >> laptop. >> >> So I have started a fairly basic test scenario and hit a problem with the >> C++ support in NuttX. >> >> My application is going to be using some of the

Re: C++ Support

2023-06-25 Thread Mark Stevens
; So far I have managed to get the framework of what is needed configured and >> the next step is to start some application implementation. So I’m thinking >> core logic unit tested using the simulator and basic C++ application on the >> laptop. >> >> So I have s

Re: C++ Support

2023-06-25 Thread Mark Stevens
;> >>> >>>> On 24 Jun 2023, at 18:59, Mark Stevens wrote: >>>> >>>> I’m currently working on a home project with NuttX and my preferred >>> language is really C++ for what I am doing. I can work in C if necessary >>> but I’d

Re: C++ Support

2023-06-25 Thread Mark Stevens
like to use some C++ features. >>> >>> So far I have managed to get the framework of what is needed configured >> and the next step is to start some application implementation. So I’m >> thinking core logic unit tested using the simulator and basic C++ >> application

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
o far I have managed to get the framework of what is needed configured > and the next step is to start some application implementation. So I’m > thinking core logic unit tested using the simulator and basic C++ > application on the laptop. > > > > So I have started a fairly

Re: C++ Support

2023-06-25 Thread Mark Stevens
basic test scenario and hit a problem with the C++ > support in NuttX. > > My application is going to be using some of the STL, at the moment I’m > hitting issues with string and vector, two fairly basic and simple classes. > I’m not getting any application to compile successfull

C++ Support

2023-06-24 Thread Mark Stevens
application implementation. So I’m thinking core logic unit tested using the simulator and basic C++ application on the laptop. So I have started a fairly basic test scenario and hit a problem with the C++ support in NuttX. My application is going to be using some of the STL, at the moment I’m