Skip to content

Commit b1adcd0

Browse files
authored
Update notes on path name compatibility for Linux
Clarify issues with path names on Linux and the need for updates.
1 parent 91d19a6 commit b1adcd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ Linux treats file names like `MyFavoriteMCU.icf`, `MYFAVORITEMCU.ICF`, and `myfa
3232
Adjusting the affected file names to comply with such requirements should fix these issues.
3333

3434
### Path names on Linux
35-
Many legacy projects were developed primarily on Windows, where the path separators can be either backward-slash `\` or forward-slash `/`. Backward-slashes however are not portable across Linux file systems. Projects using backward-slashes will need to be adjusted in favor of portable path names wherever required.
35+
Many legacy projects were developed primarily on Windows, where the path separators can be either backward-slash `\` or forward-slash `/`. Backward-slashes however are not portable across Linux file systems. When building projects on Linux, you might find hardcoded backward-slashes in some path names. Any path names using backward-slashes as separators are going to need to be selectively updated to use forward-slashes wherever required.

0 commit comments

Comments
 (0)