Re: Debugging a specific application

2022-12-01 Thread Marc Rosen
Hi, mind to check if in menu Library Routines the option "Support Builtin Applications" is set? And if in menu Application Configuration -> NSH Libraray "Enable built-in applications" is set? regards Marc Rosen ZeitControl Cardsystems GmbH Siedlerweg 39 D-32429 Min

Re: Wikipedia: "Proposal deletion of NuttX"

2022-07-21 Thread Marc Rosen
Hi, well I would recommend to object to deletion per wikipedia guide lines [1]. Then figure out what is deemed "promotional" about the article because I could not. [1]: https://en.wikipedia.org/wiki/Wikipedia:Proposed_deletion#Objecting Regards, Marc Rosen ZeitControl Cardsy

Re: Build environment using cmake, c++ and NuttX as a library

2020-12-11 Thread Marc Rosen
Hi Flavio, well I think there are two problems: 1. it seems either you are missing libarch.a or you have a library order problem. Because ld can not find up_exit etc. those are arch specific functions. 2. I would recommend you to add the flag -nostdlib. At least it is going to avoid newlib sy

Re: about IDEs and dev boards

2020-12-08 Thread Marc Rosen
Am 04.12.2020 um 02:54 schrieb Matias N.: Hi, I was wondering what IDEs do you use with NuttX and what is your preferred dev board (can be more than one). I'm curious since I have used QtCreator for long time now and generally works well, but it has some quirks. Jetbrains CLion is the IDE i us

Re: cpp cxx help - No thread API

2020-08-11 Thread Marc Rosen
necessary options for libcpp to compile. regards Marc Rosen ZeitControl Cardsystems GmbH Siedlerweg 39 D-32429 Minden Tel.++49 (0)571 50 52 222 Fax.++49 (0)571 50 52 299 E-Mail ma...@zeitcontrol.de Am 12.08.2020 um 08:32 schrieb Marc Rosen: > Hi, > > i did a curiosity check on t

Re: cpp cxx help - No thread API

2020-08-11 Thread Marc Rosen
LAGS += -std=c++17 -D__NuttX__ -D_LIBCPP_BUILD_STATIC   ifneq ($(CONFIG_CXX_EXCEPTION),y)     ARCHCXXFLAGS += -D_LIBCPP_NO_EXCEPTIONS   endif   ifeq ($(CONFIG_LIBCXX_BUILD_LIBRARY),y)     ARCHCXXFLAGS += -D_LIBCPP_BUILDING_LIBARAY   endif endif regards Marc Rosen ZeitControl Cardsystems GmbH Si