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 4bf27fb commit 4380194
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ pages.
To check if the xpm installed GCC starts, use something like:

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

Expand Down

0 comments on commit 4380194

Please sign in to comment.