1 从svn上co出来
svn co orGNU
2 安装必须工具:
(a) build essential
(b) make
(c) gcc
(d) g++
(e) flex
(f) bison
(g) patch
(h) texinfo
(i) libncurses-dev
(j) libmpfr-dev
(k) libgmp3-dev
(l) libmpc-dev
(m) libzip-dev
Download C library and Linux kernel sources
(a) Verify git is installed
(b) cd orGNU
(c) git clone git://git.openrisc.net/jonas/uClibc
(d) git clone git://git.openrisc.net/jonas/linux
sudo ./bld-all.sh --force --prefix /opt/openrisc --uclibc-dir uClibc --linux-dir linux --or1ksim-dir /opt/or1ksim
阅读(1793) | 评论(0) | 转发(0) |