Package Details: rt-gcc-arm-none-eabi 10.3.2021.10-5

Git Clone URL: https://aur.archlinux.org/rt-gcc-arm-none-eabi.git (read-only, click to copy)
Package Base: rt-gcc-arm-none-eabi
Description: RT-Thread 使用的 gcc-arm-none-eabi 工具链!
Upstream URL: https://developer.arm.com/downloads/-/gnu-rm
Submitter: zhkag
Maintainer: zhkag
Last Packager: zhkag
Votes: 2
Popularity: 0.000000
First Submitted: 2023-09-15 09:13 (UTC)
Last Updated: 2023-09-19 17:17 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

taotieren commented on 2024-12-07 07:06 (UTC)

我这边用 devtools 编译发现有如下问题

==> 错误: license 不允许空值。

建议增加一个环境变量信息

    install -Dm0755 /dev/stdin ${pkgdir}/etc/profile.d/${pkgname}.sh << EOF
#!/bin/sh
[ -d ${_gnu_gcc_root}/${_pkgname}/bin ] && append_path '${_gnu_gcc_root}/${_pkgname}/bin'

export PATH
EOF