HackCandy <[email protected]> writes: > I have compiled kexec <kexec-tools-2.0.0> using > the following commands: > > ./configure --host=arm-angstrom-linux > . /usr/local/openmoko/arm/setup-env > make > > And, got the following error: > asm/page.h no such file or directory. > > So, I removed the header file and added > <unistd.h> instead of <asm/page.h> & then compiled > and got the kexec binary.
Odd. I used "apt-get --build source kexec-tools" and can kexec to a new kernel successfully. $ kexec --version kexec-tools-testing 20080324 released 24th March 2008
