Hi,
According these step, I
meet an error!
This is my detail steps:
Use
WinCVS get the dist and kernal
$ cvs
-d:pserver:anonymous@cvs.uclinux.org:/var/cvs login
$cvs -z3
-d:pserver:anonymous@cvs.uclinux.org:/var/cvs co uClinux-dist
$ cvs -z3
-d:pserver:anonymous@cvs.uclinux.org:/var/cvs co uClinux-2.4.x
Copy them
via eathernet to my linux host, and download toolchain to linux host then do
this:
$ cd ~/uClinux-dist
$ ln -s ../uClinux-2.4.x
linux-2.4.x
after all the steps I execute "make menuconfig"
it's fail at "config/mkconfig > config.in" of
Makefile
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
According
yashi's direct, I download the uClinux from: http://www.uclinux.org/pub/uClinux/dist/uClinux-dist-20040408.tar.gz
withe
follow step:
$ tar xfvz
uClinux-dist-20040408.tar.gz
$ cd uClinux-dist
$ make
config
[follow what it says]
Choose "Target Platform Selection", and make the
following selections:
| (Insight/mbvanilla_net) | Vendor/Product |
| (uClibc) | LibC version |
| [*] | Default all setting |
$ make dep
$ make
I can't do the red part, who can show me the detail steps of the red
part
Thanks for yashi's help!