Hi Sasha, On Mon, 22 Jan 2007 16:51:24 -0800 (PST), Sasha Raykhman wrote: > I need some help in explaining how to install 2.10.2 package. > > The problem I have is that I am compiling kernel on my > host computer for a different target board. Installation > instructions and make file presented in the package will > install necessary files on the host, but not in my source > tree which I need to compile for the target . Is there a > way to solve the problem? Try setting the DESTDIR variable to your staged installation root. Either edit the Makefile to set it, or pass it on the command line: # make DESTDIR=/tmp/fakeroot user_install Then you can copy the files from /tmp/fakeroot to your target host. -- Jean Delvare