kistlin commented on issue #9200: URL: https://github.com/apache/nuttx/issues/9200#issuecomment-1537156814
And by the way I just saw that SEGGER is shipping their own binaries for RTOSes. In `C:\Program Files\SEGGER\JLink\GDBServer` there is ``` RTOSPlugin_Azure.dll RTOSPlugin_ChibiOS.dll RTOSPlugin_embOS.dll RTOSPlugin_FreeRTOS.dll RTOSPlugin_NuttX.dll RTOSPlugin_Zephyr.dll ``` and probably similar for Linux/macOS builds. When running it doesn't throw errors, but doesn't work :(. Debugging just stops after reading registers, flashing the binary and reading some bytes. ``` Loading RTOS plugin: C:/Program Files/SEGGER/JLink/GDBServer/RTOSPlugin_NuttX.dll... RTOS plugin (API v1.2) loaded successfully RTOS plugin: Loaded Received symbol: g_running_tasks (0x24002790) Received symbol: g_readytorun (0x24002788) Received symbol: g_pendingtasks (0x24002794) Received symbol: g_waitingforsemaphore (0x2400279C) Received symbol: g_waitingforsignal (0x240027A4) All mandatory symbols successfully loaded. ``` Maybe there is something else not good. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
