Hi,<br><br>I have gone through the kexec syscall implementation in kernel in the view of mpc83xx processor. Currently, I am testing for mpc83xx based card.<br><br>The compile error i got was:<br>kexec/arch/ppc/Makefile:4: kexec/arch/ppc/libfdt/Makefile.libfdt: No such file or directory<br>
make: *** No rule to make target `kexec/arch/ppc/libfdt/Makefile.libfdt&#39;.  Stop.<br><br>I have commented the rule to include Makefile.libfdt in &quot;kexec/arch/ppc/Makefile&quot;, becuase the rules to compile source files of libfdt folder are already present in the arch/ppc/Makefile.<br>
<br>then i got following compile error:<br>/opt/ELDK41/usr/bin/ppc_6xx-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/ppc/libfdt -I./kexec/arch/ppc/include  -c -MD -o kexec/arch/ppc/kexec-ppc.o kexec/arch/ppc/kexec-ppc.c<br>
kexec/arch/ppc/kexec-ppc.c:24:31: error: crashdump-powerpc.h: No such file or directory<br>kexec/arch/ppc/kexec-ppc.c: In function &#39;get_devtree_details&#39;:<br>kexec/arch/ppc/kexec-ppc.c:389: warning: implicit declaration of function &#39;add_usable_mem_rgns&#39;<br>
kexec/arch/ppc/kexec-ppc.c:390: error: &#39;KDUMP_BACKUP_LIMIT&#39; undeclared (first use in this function)<br>kexec/arch/ppc/kexec-ppc.c:390: error: (Each undeclared identifier is reported only once<br>kexec/arch/ppc/kexec-ppc.c:390: error: for each function it appears in.)<br>
<br><br>Below is the full dump of configure and make commands. <br>==================================================================<br>[krishna@Amru kexec-tools-2.0.2-rc1]$ ./configure --prefix=/home/krishna/work/KEXEC/kexec-tools-2.0.2-rc1/ CC=/opt/ELDK41/usr/bin/ppc_6xx-gcc LD=/opt/ELDK41/usr/bin/ppc_6xx-ld BUILD_CC=/usr/bin/gcc --target=ppc --host=i686 TARGET_CC=/opt/ELDK41/usr/bin/ppc_6xx-gcc<br>
configure: WARNING: If you wanted to set the --build type, don&#39;t use --host.<br>    If a cross compiler is detected then cross compile mode will be used.<br>checking build system type... i686-pc-linux-gnu<br>checking host system type... i686-pc-none<br>
checking target system type... powerpc-unknown-none<br>checking for i686-gcc... /opt/ELDK41/usr/bin/ppc_6xx-gcc<br>checking whether the C compiler works... yes<br>checking for C compiler default output file name... a.out<br>
checking for suffix of executables... <br>checking whether we are cross compiling... yes<br>checking for suffix of object files... o<br>checking whether we are using the GNU C compiler... yes<br>checking whether /opt/ELDK41/usr/bin/ppc_6xx-gcc accepts -g... yes<br>
checking for /opt/ELDK41/usr/bin/ppc_6xx-gcc option to accept ISO C89... none needed<br>checking for -gcc... /usr/bin/gcc<br>checking how to run the C preprocessor... /opt/ELDK41/usr/bin/ppc_6xx-gcc -E<br>checking for i686-ld... /opt/ELDK41/usr/bin/ppc_6xx-ld<br>
checking for i686-as... no<br>checking for as... as<br>configure: WARNING: using cross tools not prefixed with host triplet<br>checking for i686-objcopy... no<br>checking for objcopy... objcopy<br>checking for i686-ar... no<br>
checking for ar... ar<br>checking for ppc-gcc... /opt/ELDK41/usr/bin/ppc_6xx-gcc<br>checking for ppc-ld... no<br>checking for powerpc-unknown-none-ld... no<br>checking for ld... ld<br>checking whether /opt/ELDK41/usr/bin/ppc_6xx-gcc accepts -fno-zero-initialized-in-bss... Yes<br>
checking for a BSD-compatible install... /usr/bin/install -c<br>checking for mkdir... mkdir<br>checking for rm... rm<br>checking for cp... cp<br>checking for ln... ln<br>checking for tar... tar<br>checking for rpmbuild... rpmbuild<br>
checking for sed... sed<br>checking for find... find<br>checking for xargs... xargs<br>checking for dirname... dirname<br>checking for grep that handles long lines and -e... /bin/grep<br>checking for egrep... /bin/grep -E<br>
checking for ANSI C header files... yes<br>checking for sys/types.h... yes<br>checking for sys/stat.h... yes<br>checking for stdlib.h... yes<br>checking for string.h... yes<br>checking for memory.h... yes<br>checking for strings.h... yes<br>
checking for inttypes.h... yes<br>checking for stdint.h... yes<br>checking for unistd.h... yes<br>checking zlib.h usability... yes<br>checking zlib.h presence... yes<br>checking for zlib.h... yes<br>checking for inflateInit_ in -lz... yes<br>
checking lzma.h usability... no<br>checking lzma.h presence... no<br>checking for lzma.h... no<br>checking xenctrl.h usability... no<br>checking xenctrl.h presence... no<br>checking for xenctrl.h... no<br>configure: creating ./config.status<br>
config.status: creating Makefile<br>config.status: creating include/config.h<br><br>output of &quot;make&quot; command<br>--------------------------------------------------------<br>/opt/ELDK41/usr/bin/ppc_6xx-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/ppc/libfdt -I./kexec/arch/ppc/include  -c -MD -o kexec/kexec.o kexec/kexec.c<br>
/opt/ELDK41/usr/bin/ppc_6xx-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/ppc/libfdt -I./kexec/arch/ppc/include  -c -MD -o kexec/ifdown.o kexec/ifdown.c<br>
/opt/ELDK41/usr/bin/ppc_6xx-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/ppc/libfdt -I./kexec/arch/ppc/include  -c -MD -o kexec/kexec-elf.o kexec/kexec-elf.c<br>
/opt/ELDK41/usr/bin/ppc_6xx-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/ppc/libfdt -I./kexec/arch/ppc/include  -c -MD -o kexec/kexec-elf-exec.o kexec/kexec-elf-exec.c<br>
/opt/ELDK41/usr/bin/ppc_6xx-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/ppc/libfdt -I./kexec/arch/ppc/include  -c -MD -o kexec/kexec-elf-core.o kexec/kexec-elf-core.c<br>
/opt/ELDK41/usr/bin/ppc_6xx-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/ppc/libfdt -I./kexec/arch/ppc/include  -c -MD -o kexec/kexec-elf-rel.o kexec/kexec-elf-rel.c<br>
/opt/ELDK41/usr/bin/ppc_6xx-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/ppc/libfdt -I./kexec/arch/ppc/include  -c -MD -o kexec/kexec-elf-boot.o kexec/kexec-elf-boot.c<br>
/opt/ELDK41/usr/bin/ppc_6xx-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/ppc/libfdt -I./kexec/arch/ppc/include  -c -MD -o kexec/kexec-iomem.o kexec/kexec-iomem.c<br>
/opt/ELDK41/usr/bin/ppc_6xx-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/ppc/libfdt -I./kexec/arch/ppc/include  -c -MD -o kexec/firmware_memmap.o kexec/firmware_memmap.c<br>
/opt/ELDK41/usr/bin/ppc_6xx-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/ppc/libfdt -I./kexec/arch/ppc/include  -c -MD -o kexec/crashdump.o kexec/crashdump.c<br>
/opt/ELDK41/usr/bin/ppc_6xx-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/ppc/libfdt -I./kexec/arch/ppc/include  -c -MD -o kexec/crashdump-xen.o kexec/crashdump-xen.c<br>
/opt/ELDK41/usr/bin/ppc_6xx-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/ppc/libfdt -I./kexec/arch/ppc/include  -c -MD -o kexec/phys_arch.o kexec/phys_arch.c<br>
/opt/ELDK41/usr/bin/ppc_6xx-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/ppc/libfdt -I./kexec/arch/ppc/include  -c -MD -o kexec/lzma.o kexec/lzma.c<br>
/opt/ELDK41/usr/bin/ppc_6xx-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/ppc/libfdt -I./kexec/arch/ppc/include  -c -MD -o kexec/zlib.o kexec/zlib.c<br>
/opt/ELDK41/usr/bin/ppc_6xx-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/ppc/libfdt -I./kexec/arch/ppc/include  -c -MD -o kexec/proc_iomem.o kexec/proc_iomem.c<br>
/opt/ELDK41/usr/bin/ppc_6xx-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/ppc/libfdt -I./kexec/arch/ppc/include  -c -MD -o kexec/virt_to_phys.o kexec/virt_to_phys.c<br>
/opt/ELDK41/usr/bin/ppc_6xx-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/ppc/libfdt -I./kexec/arch/ppc/include  -c -MD -o kexec/phys_to_virt.o kexec/phys_to_virt.c<br>
/opt/ELDK41/usr/bin/ppc_6xx-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/ppc/libfdt -I./kexec/arch/ppc/include  -c -MD -o kexec/add_segment.o kexec/add_segment.c<br>
/opt/ELDK41/usr/bin/ppc_6xx-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/ppc/libfdt -I./kexec/arch/ppc/include  -c -MD -o kexec/add_buffer.o kexec/add_buffer.c<br>
/opt/ELDK41/usr/bin/ppc_6xx-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/ppc/libfdt -I./kexec/arch/ppc/include  -c -MD -o kexec/arch_reuse_initrd.o kexec/arch_reuse_initrd.c<br>
/opt/ELDK41/usr/bin/ppc_6xx-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/ppc/libfdt -I./kexec/arch/ppc/include  -c -MD -o kexec/arch_init.o kexec/arch_init.c<br>
/opt/ELDK41/usr/bin/ppc_6xx-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/ppc/libfdt -I./kexec/arch/ppc/include  -c -MD -o kexec/arch/ppc/kexec-ppc.o kexec/arch/ppc/kexec-ppc.c<br>
kexec/arch/ppc/kexec-ppc.c:24:31: error: crashdump-powerpc.h: No such file or directory<br>kexec/arch/ppc/kexec-ppc.c: In function &#39;get_devtree_details&#39;:<br>kexec/arch/ppc/kexec-ppc.c:389: warning: implicit declaration of function &#39;add_usable_mem_rgns&#39;<br>
kexec/arch/ppc/kexec-ppc.c:390: error: &#39;KDUMP_BACKUP_LIMIT&#39; undeclared (first use in this function)<br>kexec/arch/ppc/kexec-ppc.c:390: error: (Each undeclared identifier is reported only once<br>kexec/arch/ppc/kexec-ppc.c:390: error: for each function it appears in.)<br>
make: *** [kexec/arch/ppc/kexec-ppc.o] Error 1<br>==============================================================<br><br><br><div class="gmail_quote">On Sat, Jul 10, 2010 at 12:53 PM, Matthew McClintock <span dir="ltr">&lt;<a href="mailto:msm@freescale.com">msm@freescale.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">On Sat, 2010-07-10 at 15:37 +0900, Simon Horman wrote:<br>
&gt; On Sat, Jul 10, 2010 at 10:14:25AM +0530, krish wrote:<br>
&gt; &gt; Hi,<br>
&gt; &gt;<br>
&gt; &gt; I am using linux-2.6.34.1 version for both mpc83xx and mpc85xx processors.<br>
&gt; &gt; This version of kernel supports kexec for both 83xx and 85xx processors.<br>
&gt; &gt; I have been using ELDK toolchain for PowerPC processors.<br>
&gt; &gt; I am using u-boot as boot loader and uImage &amp; dtb images as Linux images.<br>
&gt; &gt;<br>
&gt; &gt; I have downloaded 2.0.2-rc1 package and tried to compile for mpc83xx.<br>
&gt; &gt; I have used following command to configure kexec-tools for ppc.<br>
&gt; &gt; ./configure --prefix=/home/krishna/work/kexec-tools-6dd624d/<br>
&gt; &gt; CC=/opt/ELDK41/usr/bin/ppc_6xx-gcc LD=/opt/ELDK41/usr/bin/ppc_6xx-ld<br>
&gt; &gt; BUILD_CC=/usr/bin/gcc --target=ppc --host=i686<br>
&gt; &gt; CC=/opt/ELDK41/usr/bin/ppc_6xx-gcc<br>
&gt; &gt; TARGET_CC=/opt/ELDK41/usr/bin/ppc_6xx-gcc;<br>
&gt; &gt;<br>
&gt; &gt; The compilation was broken for PPC.<br>
&gt;<br>
&gt; Could you provide the compile errors that you are seeing?<br>
&gt;<br>
<br>
</div></div>Also, how do you know your kernel supports kexec?<br>
<font color="#888888"><br>
-Matthew<br>
<br>
<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Regards,<br>Radha Krishna<br>&quot;Yesterday is history, Tomorrow is mystery, Today is gift&quot;<br>