Skip to content

Commit

Permalink
website/_xpack fix tools path
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jan 2, 2025
1 parent f6f1546 commit f6ce222
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ pages.
To check if the xpm installed GCC starts, use something like:

```doscon
C:\>%USERPROFILE%\AppData\Roaming\xPacks\@xpack-dev-tool\arm-none-eabi-gcc\{{ page.version }}-{{ page.xpack-subversion }}.1\.content\bin\arm-none-eabi-gcc.exe" --version
C:\>%USERPROFILE%\AppData\Roaming\xPacks\@xpack-dev-tools\arm-none-eabi-gcc\{{ page.version }}-{{ page.xpack-subversion }}.1\.content\bin\arm-none-eabi-gcc.exe" --version
arm-none-eabi-gcc.exe (xPack GNU Arm Embedded GCC x86_64) {{ page.version }} {{ page.version-timestamp }}
```

Expand Down

0 comments on commit f6ce222

Please sign in to comment.