AFAIK gdb/JTAG using openocd works fine.
ESP32S3 has internal USB_SERIAL_JTAG, so you don't need external hardware!
BR,
Alan
On 9/18/23, Mike Moretti wrote:
> Hi,
>
> Thanks. That worked.
>
> Sorry, I got as far as grepping for pthread_key_create, saw that it
> existed in the code, and then j
Hi,
Thanks. That worked.
Sorry, I got as far as grepping for pthread_key_create, saw that it
existed in the code, and then just figured it would be easier to ask
here again, as after a month of this kind of thing, I'm pretty tired of
fighting with configuration/building/crashes in NuttX.
A
Hi Mike,
Let me explain the mental process I follow to fix this kind of error!
The error message in this case is very "clear"
undefined reference to `pthread_key_create'
So let see where it is defined:
$ cd nuttxspace/nuttx
$ git grep pthread_key_create
...
libs/libc/pthread/pthread_keycreate