kistlin commented on issue #9200: URL: https://github.com/apache/nuttx/issues/9200#issuecomment-1537708715
@acassis I'm on Windows and I used MSYS2 mingw64 as mentioned above, due to my setup. Then to compile the library use ``` gcc -shared -fPIC jlink-nuttx.c -o jlink-nuttx.dll ``` I copied that out of the `Makefile.host` script. When running `JLinkGDBServerCL.exe`, next to the other arguments you can pass `-rtos GDBServer/RTOSPlugin_NuttX.dll`. It also takes absolute paths, so you don't need to name it the same or replace it. That should already be it. -- 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]
