build-tools icon indicating copy to clipboard operation
build-tools copied to clipboard

Build tools for Loongson (Binary)

Results 11 build-tools issues
Sort by recently updated
recently updated
newest added

Some toolchain tarballs from the [Releases Download section](https://github.com/loongson/build-tools/releases) have incorrect file extensions. They claim to be `.tar.xz` files, but in fact these were compressed with gzip instead and should carry...

尝试在qemu7.1(win32/amd64)启动最新clfs镜像: ``` qemu-systrm-loongarch64.exe -m 1024 -smp 2 --cpu la464 --machine virt -bios QEMU_EFI.fd -drive file=loongarch64-clfs-system-6.3.qcow2,if=virtio -vga virtio ``` `loongarch64-clfs-system-6.3.qcow2`使用release中rootfs制作,QEMU_EFI.fd来自`yangxiaojuan-loongson/qemu-binary` 去掉grub中quiet选项启动,在较长时间后出现`ramdom: crng init done`并卡住 ![16652193272058071223784330354816](https://user-images.githubusercontent.com/29735136/194699112-03855349-3958-4ae6-ad43-00ce9f33b765.jpg)

主机需要常时跑windows干活,目前靠wsl和虚拟机提供linux环境,主机性能有限不足以在虚拟机中跑qemu,wsl还没试过,估计也够呛(而且不是标准linux内核),希望能编译一个windows nt x64环境下原生运行的环境用来测试

据我所知,loongarch架构的Rust编译工具链已经出来了,请问在哪里能找到呢?

孙老师您好,CLFS20210903版本里面最开始的下载链接中关于Perl的下载后面多了个z 原文:Perl: https://www.cpan.org/src/5.0/perl-5.34.0.tar.gzz 应该修改成:Perl: https://www.cpan.org/src/5.0/perl-5.34.0.tar.gz

你好,我刚开始接触龙芯编译工具链,在使用loongarch64-linux-gnu-2021-06-19.tar.gz的时候遇到一些问题: 1、使用loongarch64-linux-gnu-gcc编译一个简单的c代码,发现编译出来的目标文件架构不对 ,是因为需要指定架构吗? ![image](https://user-images.githubusercontent.com/42775514/129302642-464bc719-df42-49c2-bafc-7389fc1850e3.png) 另外,可以提供关于这个工具链的使用文档吗? 谢谢!

## GNU各工具链组合情况 ### 上游工具链版本 上游binutils共5个release版本 2.38、2.39、2.40、2.41、2.42,1个开发版本master。 上游gcc共2个release版本 12.3.0、13.2.0,1个开发版本master。 上游glibc共4个release版本 2.36、2.37、2.38、2.39,1个开发版本master。 ### 上游工具链搭配状态 1、测试流程为: - 编译安装各个版本的binutils。 - 使用各个版本的binutils编译不依赖系统库的第一遍gcc。若某版本binutils无法编译gcc,则认为无法搭配。 - 安装linux-6.8.4内核。 - 使用各版本binutils和各版本第一遍gcc排列组合编译各版本glibc。 - 使用上一步安装成功的工具链编译完整gcc。 - 使用上述工具链编译运行spec2006 test,测试使用-march=loongarch64 -O2,不启用向量。 2、能够编译运行spec2006的组合如下表。 表中第1列表示binutils版本,第1行表示gcc版本,行和列的交点表示可以搭配的glibc版本。 测试结果表明,所有gcc版本和binutils...

最近有一个法院的项目需要rust语言在x86 Ubuntu系统上跨平台交叉编译应用程序到Loongson-3A4000的笔记本电脑上。问一下编译loongarch64-unknown-linux-gnu能否在Loongson-3A4000上跑? `lscpu`: Architecture: mips64 Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Thread(s) per core: 1 Core(s) per socket: 4 Socket(s): 1 NUMA node(s): 1 Model name:...

能否为v语言添加适配 https://github.com/vlang/v

龙芯开发着您好。我观察到qemu在7.1.0已经支持龙芯架构了,但是目前并没有有关如何使用qemu-system-loongarch64启动操作系统的教程,请问官方可以提供一个教程吗?