Skip to content

Commit 6e259b3

Browse files
authored
Fix Windows directory commands in NOTES.md
Updated directory commands for Windows to reflect the correct path structure.
1 parent a9402b7 commit 6e259b3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

NOTES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ ln -s ../../cmsis_5/CMSIS
1919
```
2020
cd /iar/
2121
git clone https://github.com/arm-software/cmsis_5
22-
mklink /D ewarm-10.xx.x ewarm
23-
cd ewarm/arm
24-
mklink /D ../../cmsis_5/CMSIS
22+
cd ewarm-10.xx.x/arm
23+
mklink /D ..\..\cmsis_5\CMSIS
2524
```
25+
Replace `ewarm-10.xx.x` by its actual version.
2626

2727
### File names on Linux
2828
Many legacy projects were developed primarily on Windows, where file systems are case-insensitive. As a result, **you may encounter case-sensitivity issues when building these projects on Linux**.

0 commit comments

Comments
 (0)