From mboxrd@z Thu Jan 1 00:00:00 1970 From: Verma Date: Wed, 12 Sep 2007 03:41:23 -0700 (PDT) Subject: [U-Boot-Users] Errors while executing 'make' for u-boot-1.1.6 for incaip board Message-ID: <12632914.post@talk.nabble.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi , Errors are generated ,when I am trying to create the u-boot.bin for u-boot-1.1.6 version using the following commands. -make incaip_config -make / make all The errors generated are as follows:make[1]: Entering directory `/opt/u-boot-1.1.6/post/cpu' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/opt/u-boot-1.1.6/post/cpu' make -C common/ make[1]: Entering directory `/opt/u-boot-1.1.6/common' mips_4KC-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xB0000000 -I/opt/u-boot-1.1.6/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc-lib/mips-linux/2.95.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mcpu=4kc -EB -mabicalls -Wall -Wstrict-prototypes -c -o cmd_bootm.o cmd_bootm.c cmd_bootm.c:477: warning: preprocessing directive not recognized within macro arg cmd_bootm.c:477: warning: preprocessing directive not recognized within macro arg cmd_bootm.c:469: undefined or invalid # directive cmd_bootm.c:475: undefined or invalid # directive make[1]: *** [cmd_bootm.o] Error 1 make[1]: Leaving directory `/opt/u-boot-1.1.6/common' make: *** [common/libcommon.a] Error 2 How can I avoid these errors, should I make any particular modifications to any of the Makefiles.Please let me know. Verma. -- View this message in context: http://www.nabble.com/Errors-while-executing-%27make%27-for-u-boot-1.1.6-for-incaip-board-tf4428422.html#a12632914 Sent from the Uboot - Users mailing list archive at Nabble.com.