Skip to content

Commit 6cfb764

Browse files
authored
Update cross.md
1 parent 1fb1805 commit 6cfb764

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/install-guides/gcc/cross.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ sudo apt install gcc-arm-linux-gnueabihf -y
5252
sudo apt install gcc-aarch64-linux-gnu -y
5353
```
5454

55-
These packages are maintained by Canonical and the GCC version you receive is tied to your Ubuntu release (for example, GCC 13 on Ubuntu 24.04 LTS, GCC 15 on Ubuntu 25.10). This is normal Ubuntu packaging behaviour and is not the same issue as with `arm-none-eabi`.
55+
These packages are maintained by Canonical and the GCC version you receive is tied to your Ubuntu release (for example, GCC 13 on Ubuntu 24.04 LTS, GCC 15 on Ubuntu 25.10).
5656

5757
For the bare-metal cross-compiler (`arm-none-eabi`), Arm no longer publishes new releases to Debian or Ubuntu package repositories. The version available through `apt` is older and may not include support for recent Arm cores or architecture features.
5858

0 commit comments

Comments
 (0)