1 2 | $ ./configure --target-list=ppc-user $ make |
1 2 3 | $ sudo mkdir /opt/cross $ sudo chown $USER /opt/cross $ sh demo-ppc750.sh |
1 2 3 4 5 6 | #include <stdio.h> int main(int argc, char *argv[]) { printf("Hello, world.\n"); return 0; } |
1 | $ powerpc-750-unknown-gnu-gcc -static hello.c -o hello |
1 2 3 | $ file hello hello: ELF 32-bit MSB executable, PowerPC or cisco 4500, version 1 (SYSV), for GNU/Linux 2.4.3, statically linked, not stripped |
1 | $ ./ppc-user/qemu-ppc hello |
欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) | Powered by Discuz! 7.0.0 |