Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 22nd, 2011  |  syntax: Bash  |  size: 1.18 KB  |  hits: 123  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. make[1]: Entering directory `/home/harika/Downloads/u-boot-2011.03/board/ti/beagle'
  2. 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
  3. beagle.c: In function 'set_muxconf_regs':
  4. beagle.c:275:0: error: unterminated argument list invoking macro "MUX_VAL"
  5. beagle.h:238:2: error: 'MUX_VAL' undeclared (first use in this function)
  6. beagle.h:238:2: note: each undeclared identifier is reported only once for each function it appears in
  7. beagle.c:266:2: error: expected ';' at end of input
  8. beagle.c:266:2: error: expected declaration or statement at end of input
  9. make[1]: *** [beagle.o] Error 1
  10. make[1]: Leaving directory `/home/harika/Downloads/u-boot-2011.03/board/ti/beagle'
  11. make: *** [board/ti/beagle/libbeagle.o] Error 2
  12. root@ubuntu:/home/harika/Downloads/u-boot-2011.03#