RE: Nuttx Task Trace

2021-01-07 Thread Yuuichi.A.Nakamura
Dear Sebastian, > NuttX/nuttx/include/sys/syscall_lookup.h:350:18: error: attempt to use > poisoned "getenv" PX4 project seems to prohibit some APIs by using GCC #pragma in src/include/visibility.h #pragma GCC poison getenv setenv putenv Because NuttX Task Trace creates wrapp

Re: Nuttx Task Trace

2021-01-07 Thread Sebastian Glatz
: NuttX/nuttx/include/sys/syscall_lookup.h:350:18: error: attempt to use poisoned "getenv" If you have any ideas what I could try, please let me know. Thank you, Sebastian On Tue, Jan 5, 2021 at 8:33 AM wrote: > Hi Sebastian, > > I had mainly tested NuttX Task Trace with spr

RE: Nuttx Task Trace

2021-01-04 Thread Yuuichi.A.Nakamura
Hi Sebastian, I had mainly tested NuttX Task Trace with spresense:nsh and maix-bit:nsh. I confirmed the feature by the latest source code by changing the following configs and found that it still works. If possible, would you share the configuration to get the error ? diff boards/arm/cxd56xx

Nuttx Task Trace

2020-12-30 Thread Sebastian Glatz
Hi all, I want to set up *NuttX Task Trace *to profile and debug performance related issues of our PX4 modification. For that I have followed this description: https://nuttx.apache.org/docs/latest/guides/tasktraceuser.html#nuttx-kernel-configuration I have edited the .config file. I tried it for