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
:
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
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
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