为什么我可以在Intel i5上执行静态链接的riscv helloworld程序?我正在运行Debian测试

时间:2019-03-12 06:43:15

标签: riscv

为什么这在我的Intel i5上也可以使用?为什么我可以在本地执行它?

# riscv64-linux-gnu-gcc-7 hello.c -o hello -static
# ./hello 
Hello World!
# file hello
hello: ELF 64-bit LSB executable, UCB RISC-V, version 1 (SYSV), statically linked, for GNU/Linux 4.15.0, BuildID[sha1]=519dabc53e2d6cccc48750975ee60000263d0c95, not stripped

0 个答案:

没有答案