[U-Boot-Users] Compile Error in Intel Arch.

When making, the following is displayed.
I couldn't find "ssi.h" in "u-boot-0.4.0.tar.bz2" package.
I would like to solve the problem.
Regards.
================================================================================================================================== $ make sc520_cdp_config rm -f include/config.h include/config.mk Configuring for sc520_cdp board...
$ make make[1]: Entering `/home/dkkim/EMBEDDED/INTEL/BOOTER/UBOOT/u-boot-0.4.0/cpu/i386' Directory gcc -Wa,-gstabs -D__ASSEMBLY__ -g -Os -D__KERNEL__ -DTEXT_BASE=0x387c0000 -I/home/dkkim/EMBEDDED/INTEL/BOOTER/UBOOT/ub040/include -fno-builtin -nostdinc -isystem /usr/lib/gcc-lib/i386-redhat-linux/2.96/include -pipe -DCONFIG_I386 -D__I386__ -march=i386 -Werror -c -o start.o /home/dkkim/EMBEDDED/INTEL/BOOTER/UBOOT/u-boot-0.4.0/cpu/i386/start.S gcc -Wa,-gstabs -D__ASSEMBLY__ -g -Os -D__KERNEL__ -DTEXT_BASE=0x387c0000 -I/home/dkkim/EMBEDDED/INTEL/BOOTER/UBOOT/ub040/include -fno-builtin -nostdinc -isystem /usr/lib/gcc-lib/i386-redhat-linux/2.96/include -pipe -DCONFIG_I386 -D__I386__ -march=i386 -Werror -c -o start16.o /home/dkkim/EMBEDDED/INTEL/BOOTER/UBOOT/u-boot-0.4.0/cpu/i386/start16.S gcc -Wa,-gstabs -D__ASSEMBLY__ -g -Os -D__KERNEL__ -DTEXT_BASE=0x387c0000 -I/home/dkkim/EMBEDDED/INTEL/BOOTER/UBOOT/ub040/include -fno-builtin -nostdinc -isystem /usr/lib/gcc-lib/i386-redhat-linux/2.96/include -pipe -DCONFIG_I386 -D__I386__ -march=i386 -Werror -c -o reset.o /home/dkkim/EMBEDDED/INTEL/BOOTER/UBOOT/u-boot-0.4.0/cpu/i386/reset.S gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0x387c0000 -I/home/dkkim/EMBEDDED/INTEL/BOOTER/UBOOT/ub040/include -fno-builtin -nostdinc -isystem /usr/lib/gcc-lib/i386-redhat-linux/2.96/include -pipe -DCONFIG_I386 -D__I386__ -march=i386 -Werror -Wall -Wstrict-prototypes -c -o serial.o serial.c gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0x387c0000 -I/home/dkkim/EMBEDDED/INTEL/BOOTER/UBOOT/ub040/include -fno-builtin -nostdinc -isystem /usr/lib/gcc-lib/i386-redhat-linux/2.96/include -pipe -DCONFIG_I386 -D__I386__ -march=i386 -Werror -Wall -Wstrict-prototypes -c -o interrupts.o interrupts.c gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0x387c0000 -I/home/dkkim/EMBEDDED/INTEL/BOOTER/UBOOT/ub040/include -fno-builtin -nostdinc -isystem /usr/lib/gcc-lib/i386-redhat-linux/2.96/include -pipe -DCONFIG_I386 -D__I386__ -march=i386 -Werror -Wall -Wstrict-prototypes -c -o cpu.o cpu.c gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0x387c0000 -I/home/dkkim/EMBEDDED/INTEL/BOOTER/UBOOT/ub040/include -fno-builtin -nostdinc -isystem /usr/lib/gcc-lib/i386-redhat-linux/2.96/include -pipe -DCONFIG_I386 -D__I386__ -march=i386 -Werror -Wall -Wstrict-prototypes -c -o timer.o timer.c make[1]: *** No rule to make target `/home/dkkim/EMBEDDED/INTEL/BOOTER/UBOOT/ub040/include/ssi.h', needed by `sc520.o'. Stop. make[1]: Leaving `/home/dkkim/EMBEDDED/INTEL/BOOTER/UBOOT/u-boot-0.4.0/cpu/i386' Directory make: *** [subdirs] Error 1 ==================================================================================================================================
--------------------------------------------------------------------------------
Dong Kyun, Kim Engineer
System Development Team Telecommunication Systems Division Telecommunication Network Business
SAMSUNG ELECTRONICS CO.,LTD Tel : +82-31-279-3776 Mobile : +82-16-9530-3776 Fax : +82-31-279-2349 E-mail: dreamhunter@samsung.com
--------------------------------------------------------------------------------

Hello,
in message NHEMIJODNOGGCMIJGGGMOEIOCDAA.dreamhunter@samsung.com you wrote:
This is a multi-part message in MIME format.
--Boundary_(ID_C/UMbvgCsuVeBtZjQ/08rg) Content-type: text/plain; charset=ks_c_5601-1987 Content-transfer-encoding: 7BIT
Please do not send charset=ks_c_5601-1987 encoded messages.
When making, the following is displayed.
I couldn't find "ssi.h" in "u-boot-0.4.0.tar.bz2" package.
I would like to solve the problem.
Use current sources (top of CVS). This bug has been fixed some time ago.
--Boundary_(ID_C/UMbvgCsuVeBtZjQ/08rg) Content-type: text/html; charset=ks_c_5601-1987 Content-transfer-encoding: 7BIT
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
Please do not send charset=ks_c_5601-1987 encoded messages.
Please do not send HTML messages.
Please send plain text only.
Best regards,
Wolfgang Denk
participants (2)
-
Wolfgang Denk
-
김동균