# Regular Meeting (2021.9.15) * About compiler I used * Original project: pending ## About compiler I used * Original version `arm-linux-gnueabihf-gcc-7` * I've maintained this package in [ArchLinux](https://aur.archlinux.org/packages/arm-linux-gnueabihf-gcc-linaro-bin/) * Vendor: [Linaro](https://www.linaro.org/) * Informed exist gcc-10 released on Sept.6 * Actually, Since gcc-8: * Name has been changed * from `arm-linux-gnueabihf-gcc` * to `arm-none-linux-gnueabihf-gcc` * *none* field means *vendor* * Linaro-Branch has been mergered (donate/granted) into ARM-Official * Attemp to make new package, but AUR reject me to modify package name * So I create a [package](https://aur.archlinux.org/packages/arm-linux-gnueabihf-gcc75-linaro-bin/) `arm-linux-gnueabihf-gcc75` for keep version 7 * Old package I applied for deletion (deprecate this package) * ~~Also create `arm-none-linux-gnueabihf-gcc` package for newest version of GCC (now gcc 10.3)~~ * Exist this [package](https://aur.archlinux.org/packages/arm-none-linux-gnueabihf-toolchain-bin/) * ~~Out-of-flag (gcc 10.2)~~ * has been update (today I checked) * `arm-none-linux-gnueabihf-gcc-10` can work for now my project ###### tags: `Regular Meeting` `DeWei`