此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库:https://github.com/riscv/riscv-glibc 该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。 archive-notify 克隆/下载 git config --global user.name userName git config --global user.email userEmail ...
The multilib compiler will have the prefix riscv64-unknown-elf- or riscv64-unknown-linux-gnu- but will be able to target both 32-bit and 64-bit systems. It will support the most common-march/-mabioptions, which can be seen by using the--print-multi-libflag on either cross-compiler. ...
/usr/bin/catchsegv /usr/lib/riscv64-linux-gnu/libSegFault.so /usr/share/doc/glibc-tools/changelog.Debian.gz /usr/share/doc/glibc-tools/copyright /usr/share/man/man1/catchsegv.1.gz This page is also available in the following languages:...
Indeed sysdeps/unix/sysv/linux/riscv/configure.ac contains: if test $libc_cv_riscv_int_abi = ilp32; then arch_minimum_kernel=5.4.0 fi In order to take into account this dependency, we add the appropriate logic in package/glibc/Config.in and toolchain/toolchain-buildroot/Config.in. This ...
I was compiling a large Go project, which includes cgo and has a Go cache size of approximately 15GB. Target arch is RISCV64. When linker called ld, there’s an issue related to glibc symbols. What did you see happen? /workspace/go/pkg/tool/linux_amd64/link: running riscv64-unknown...
riscv-gnu-toolchain 是一个用来支持 RISC-V 为后端的C和C++交叉编译工具链, 包含通用的ELF/Newlib和更复杂的Linux-ELF/glibc两种
bluedog1893/riscv-glibc 代码 Issues 0 Pull Requests 0 Wiki 统计 流水线 服务 Gitee Pages JavaDoc PHPDoc 质量分析 Jenkins for Gitee 腾讯云托管 腾讯云 Serverless 悬镜安全 阿里云 SAE Codeblitz 我知道了,不再自动展开 发行版 Releases Releases 功能基于仓库中的历史标记 建议使用类似 V1.0 的版本标记作为...
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。 master 克隆/下载 git config --global user.name userName git config --global user.email userEmail 分支13 标签0 geliweireadme: add desc for branch122696a3年前
master (riscv-collab/riscv-gnu-toolchain#1544) cmuellner committed Aug 27, 2024 1 parent 2838c1c commit f656fc5 Showing 1 changed file with 1 addition and 1 deletion. Whitespace Ignore whitespace Split Unified 2 changes: 1 addition & 1 deletion 2 glibc Submodule glibc updated from ef...
set -euo pipefail d=$(dirname "${BASH_SOURCE[0]}") root=$(mktemp -d -p "$PWD") trap 'rm -rf "$root"' EXIT export FORCE_UNSAFE_CONFIGURE=1 git clone git://git.buildroot.net/buildroot $root/buildroot make -C $root/buildroot O=$root/glibc qemu_riscv32_virt_defconfig echo "...