JohnS Guru
 Joined: 18/11/2011 Location: United KingdomPosts: 4275 |
| Posted: 04:18pm 03 Sep 2024 |
|
|
|
A lot of the toolchains use gcc (they even say so sometimes) which is very mature but not 100% bug free (what large software is?) and keeps getting changes ("improvements", hopefully).
The hardware often needs special care in the software, which gcc can usually do (if not always attractively).
(By gcc I mean the whole gcc...link toolchain including assembler.)
John |