Guest User

Untitled

a guest
Jan 31st, 2013
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. franck@sclinux bld-or1k-src]$ LANG=EN && or1k-elf-gcc -static -c -mnewlib -mboard=or1ksim -o /home/franck/openRISC/bld-or1k-src/gdb/testsuite/gdb.base/break-entry0.o ../or1k-src/gdb/testsuite/gdb.base/start.c
  2. [franck@sclinux bld-or1k-src]$
  3. [franck@sclinux bld-or1k-src]$
  4. [franck@sclinux bld-or1k-src]$
  5. [franck@sclinux bld-or1k-src]$ LENG=EN && or1k-elf-gcc /home/franck/openRISC/bld-or1k-src/gdb/testsuite/gdb.base/break-entry0.o -static -mnewlib -mboard=or1ksim -lm -o /home/franck/openRISC/bld-or1k-src/gdb/testsuite/gdb.base/break-entry
  6. /opt/or1k-toolchain/lib/gcc/or1k-elf/4.8.0/../../../../or1k-elf/bin/ld: warning: cannot find entry symbol 0x100-static; defaulting to 00002028
  7. /opt/or1k-toolchain/lib/gcc/or1k-elf/4.8.0/../../../../or1k-elf/lib/crt0.o: In function `_start':
  8. (.text+0x0): undefined reference to `_board_mem_base'
  9. /opt/or1k-toolchain/lib/gcc/or1k-elf/4.8.0/../../../../or1k-elf/lib/crt0.o: In function `_start':
  10. (.text+0x4): undefined reference to `_board_mem_base'
  11. /opt/or1k-toolchain/lib/gcc/or1k-elf/4.8.0/../../../../or1k-elf/lib/crt0.o: In function `_start':
  12. (.text+0xc): undefined reference to `_board_mem_size'
  13. /opt/or1k-toolchain/lib/gcc/or1k-elf/4.8.0/../../../../or1k-elf/lib/crt0.o: In function `_start':
  14. (.text+0x10): undefined reference to `_board_mem_size'
  15. /opt/or1k-toolchain/lib/gcc/or1k-elf/4.8.0/../../../../or1k-elf/lib/crt0.o: In function `_start':
  16. (.text+0x70): undefined reference to `_board_uart_base'
  17. /opt/or1k-toolchain/lib/gcc/or1k-elf/4.8.0/../../../../or1k-elf/lib/crt0.o: In function `_start':
  18. (.text+0x74): undefined reference to `_board_uart_base'
  19. /opt/or1k-toolchain/lib/gcc/or1k-elf/4.8.0/../../../../or1k-elf/lib/libor1k.a(_exit.o): In function `_exit':
  20. /home/franck/openRISC/bld-or1k-src/or1k-elf/libgloss/or1k/../../../../or1k-src/libgloss/or1k/_exit.c:50: undefined reference to `_board_exit'
  21. /opt/or1k-toolchain/lib/gcc/or1k-elf/4.8.0/../../../../or1k-elf/lib/libor1k.a(uart.o): In function `__uart_init':
  22. /home/franck/openRISC/bld-or1k-src/or1k-elf/libgloss/or1k/../../../../or1k-src/libgloss/or1k/uart.c:76: undefined reference to `_board_uart_base'
  23. /home/franck/openRISC/bld-or1k-src/or1k-elf/libgloss/or1k/../../../../or1k-src/libgloss/or1k/uart.c:76: undefined reference to `_board_uart_base'
  24. /home/franck/openRISC/bld-or1k-src/or1k-elf/libgloss/or1k/../../../../or1k-src/libgloss/or1k/uart.c:88: undefined reference to `_board_clk_freq'
  25. /home/franck/openRISC/bld-or1k-src/or1k-elf/libgloss/or1k/../../../../or1k-src/libgloss/or1k/uart.c:88: undefined reference to `_board_uart_baud'
  26. /home/franck/openRISC/bld-or1k-src/or1k-elf/libgloss/or1k/../../../../or1k-src/libgloss/or1k/uart.c:88: undefined reference to `_board_clk_freq'
  27. /home/franck/openRISC/bld-or1k-src/or1k-elf/libgloss/or1k/../../../../or1k-src/libgloss/or1k/uart.c:88: undefined reference to `_board_uart_baud'
  28. /opt/or1k-toolchain/lib/gcc/or1k-elf/4.8.0/../../../../or1k-elf/lib/libor1k.a(uart.o): In function `__uart_putc':
  29. /home/franck/openRISC/bld-or1k-src/or1k-elf/libgloss/or1k/../../../../or1k-src/libgloss/or1k/uart.c:104: undefined reference to `_board_uart_base'
  30. /home/franck/openRISC/bld-or1k-src/or1k-elf/libgloss/or1k/../../../../or1k-src/libgloss/or1k/uart.c:104: undefined reference to `_board_uart_base'
  31. /opt/or1k-toolchain/lib/gcc/or1k-elf/4.8.0/../../../../or1k-elf/lib/libor1k.a(uart.o): In function `__uart_getc':
  32. /home/franck/openRISC/bld-or1k-src/or1k-elf/libgloss/or1k/../../../../or1k-src/libgloss/or1k/uart.c:124: undefined reference to `_board_uart_base'
  33. /home/franck/openRISC/bld-or1k-src/or1k-elf/libgloss/or1k/../../../../or1k-src/libgloss/or1k/uart.c:124: undefined reference to `_board_uart_base'
  34. collect2: error: ld returned 1 exit status
Advertisement
Add Comment
Please, Sign In to add comment