Hi,
I'm using J-Link semihosting to open files on the host system, and I've noticed an issue with deeply nested directories.
When opening a file with a path up to five levels deep (e.g., C:/1/2/3/4/5/file.txt), everything works fine. However, if the file is located in a deeper directory (e.g., C:/1/2/3/4/5/6/f.txt), the file open function fails.
Is there a known limitation in the J-Link semihosting implementation regarding directory depth? Or could this be a bug or an issue with my setup?
Any insights would be appreciated!
Thanks in advance.
I'm using J-Link semihosting to open files on the host system, and I've noticed an issue with deeply nested directories.
When opening a file with a path up to five levels deep (e.g., C:/1/2/3/4/5/file.txt), everything works fine. However, if the file is located in a deeper directory (e.g., C:/1/2/3/4/5/6/f.txt), the file open function fails.
Is there a known limitation in the J-Link semihosting implementation regarding directory depth? Or could this be a bug or an issue with my setup?
Any insights would be appreciated!
Thanks in advance.