Posting here because I can't find a clear answer nor am able to get this working how I would like.
Is it possible for semihosted file I/O to work with the filesystem on the GDB client system rather than that which the GDB server is running?
I am running the J-Link GDB server on a remote machine to which a target is attached and a GDB client on another machine. I'm able to get terminal I/O fine both in the GDB client and via a telnet session, but file I/O seems to be limited to the system on which the server is running.
I'm wondering if this is how semihosting file I/O is implemented or whether it is possible to get file I/O working with the GDB client machine?
Thanks.
Is it possible for semihosted file I/O to work with the filesystem on the GDB client system rather than that which the GDB server is running?
I am running the J-Link GDB server on a remote machine to which a target is attached and a GDB client on another machine. I'm able to get terminal I/O fine both in the GDB client and via a telnet session, but file I/O seems to be limited to the system on which the server is running.
I'm wondering if this is how semihosting file I/O is implemented or whether it is possible to get file I/O working with the GDB client machine?
Thanks.