URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
578 |
markom |
# This is a list of toolchains that are supported on this board.
|
2 |
|
|
set_board_info target_install {mcore-elf}
|
3 |
|
|
|
4 |
|
|
# No multilib flags needed by default.
|
5 |
|
|
process_multilib_options ""
|
6 |
|
|
|
7 |
|
|
# Load the generic configuration for this board. This will define a basic set
|
8 |
|
|
# of routines needed by the tool to communicate with the board.
|
9 |
|
|
load_generic_config "mcore"
|
10 |
|
|
|
11 |
|
|
# We only support newlib on this target. We assume that all multilib
|
12 |
|
|
# options have been specified before we get here.
|
13 |
|
|
|
14 |
|
|
set_board_info compiler "[find_gcc]"
|
15 |
|
|
set_board_info cflags "-specs=cmb.specs [libgloss_include_flags] [newlib_include_flags]"
|
16 |
|
|
set_board_info ldflags "[libgloss_link_flags] [newlib_link_flags]"
|
17 |
|
|
set_board_info ldscript ""
|
18 |
|
|
set_board_info gdb,start_symbol "_start"
|
19 |
|
|
|
20 |
|
|
#set_board_info needs_status_wrapper 1
|
21 |
|
|
|
22 |
|
|
# The GDB protocol used for this target.
|
23 |
|
|
set_board_info gdb_protocol "picobug"
|
24 |
|
|
set_board_info use_gdb_stub 1
|
25 |
|
|
|
26 |
|
|
# Doesn't pass arguments or signals, can't return results, and doesn't
|
27 |
|
|
# do inferiorio. It can't handle FP, either.
|
28 |
|
|
set_board_info noargs 1
|
29 |
|
|
set_board_info gdb,nosignals 1
|
30 |
|
|
set_board_info gdb,noresults 1
|
31 |
|
|
set_board_info gdb,noinferiorio 1
|
32 |
|
|
set_board_info gdb,skip_float_tests 1
|
33 |
|
|
|
34 |
|
|
# Increase the timeout
|
35 |
|
|
set timeout 60
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.