OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [insight/] [dejagnu/] [baseboards/] [i960-cyclone.exp] - Blame information for rev 1778

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
# Danger, Will Robinson!  Settings in this file do not override
2
# previous settings for the board being defined.
3
 
4
# Load the generic configuration for this board. This will define a basic
5
# set of routines needed by the tool to communicate with the board.
6
load_generic_config "i960"
7
 
8
# No multilib options needed by default.
9
process_multilib_options ""
10
 
11
# We want to strip executables before downloading them via xmodem.
12
if ![board_info $board exists strip] {
13
    set tempfil [lookfor_file $tool_root_dir binutils/strip];
14
    if { $tempfil != "" } {
15
        set_board_info strip $tempfil
16
    } else {
17
        set_board_info strip [transform strip]
18
    }
19
    unset tempfil
20
}
21
 
22
# We only support newlib on this target. We assume that all multilib
23
# options have been specified before we get here.
24
set_board_info compiler "[find_gcc]"
25
set_board_info cflags "[libgloss_include_flags] [newlib_include_flags]"
26
set_board_info start_addr 0xa0008000
27
set_board_info ldflags "-Wl,-Ttext,[board_info $board start_addr] [libgloss_link_flags] [newlib_link_flags] -B${prefix_dir}/i960-coff/"
28
# IDT linker script.
29
set_board_info ldscript "-Wl,-T${prefix_dir}/i960-coff/i960.ld"
30
 
31
# GDB doesn't return exit statuses and we need to indicate this;
32
# the standard GCC wrapper will work with this target.
33
set_board_info needs_status_wrapper 1
34
 
35
# The GDB protocol used with this board.
36
set_board_info gdb_protocol "mon960"
37
 
38
# Can't pass arguments to the program.
39
set_board_info noargs 1
40
 
41
# No support for signals.
42
set_board_info gdb,nosignals 1
43
 
44
set_board_info gdb_prompt "\\(gdb960\\)"
45
 
46
# The board tends to be unreliable.
47
set_board_info unreliable 1

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.