
Untitled
By: a guest on
May 22nd, 2011 | syntax:
Bash | size: 1.18 KB | hits: 123 | expires: Never
make[1]: Entering directory `/home/harika/Downloads/u-boot-2011.03/board/ti/beagle'
arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x80008000 -I/home/harika/Downloads/u-boot-2011.03/include -fno-builtin -ffreestanding -nostdinc -isystem /home/harika/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -o beagle.o beagle.c -c
beagle.c: In function 'set_muxconf_regs':
beagle.c:275:0: error: unterminated argument list invoking macro "MUX_VAL"
beagle.h:238:2: error: 'MUX_VAL' undeclared (first use in this function)
beagle.h:238:2: note: each undeclared identifier is reported only once for each function it appears in
beagle.c:266:2: error: expected ';' at end of input
beagle.c:266:2: error: expected declaration or statement at end of input
make[1]: *** [beagle.o] Error 1
make[1]: Leaving directory `/home/harika/Downloads/u-boot-2011.03/board/ti/beagle'
make: *** [board/ti/beagle/libbeagle.o] Error 2
root@ubuntu:/home/harika/Downloads/u-boot-2011.03#