标签:uri lib64 ica 一个 移动 下载工具 工具 进入 lib
记个流水账避免事后忘记怎么搭建的 - -
Key | Value |
---|---|
系统 | Windows10 |
WSL系统 | Ubuntu |
http://www.loongnix.org/index.php/Cross-compile
此处取第一个
最终效果如图:
写如下代码:
main.c
#include<stdio.h>
void main()
{
printf("h\r\n");
}
编译:
/usr/local/mips-loongson-linux-gnu/bin/mips-linux-gnu-gcc main.c -march=gs464e -mips64r2 -mabi=64
file a.out
如果看到屏幕输出这个说明成功了:
a.out: ELF 64-bit LSB executable, MIPS, MIPS64 rel2 version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, not stripped
标签:uri lib64 ica 一个 移动 下载工具 工具 进入 lib
原文地址:https://www.cnblogs.com/DragonStart/p/11253683.html