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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [dejagnu/] [baseboards/] [arm-ice.exp] - Blame information for rev 1767

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

Line No. Rev Author Line
1 578 markom
# Load the generic configuration for this board. This will define a basic
2
# set of routines used to communicate with the board.
3
load_generic_config "arm-ice"
4
 
5
# No multilib flags needed by default.
6
process_multilib_options ""
7
 
8
if { [board_info $board obj_format] == "pe" } {
9
    set additional_options "-Wl,-oformat,pe-arm-little,--image-base,0"
10
} else {
11
    set additional_options ""
12
}
13
 
14
# basic-sim.exp is a basic description for the standard Cygnus simulator.
15
# The compiler used to build for this board. This has *nothing* to do
16
# with what compiler is tested if we're testing gcc.
17
set_board_info compiler         "[find_gcc]"
18
# The basic set of flags needed to build "hello world" for this
19
# board. This board uses libgloss and newlib.
20
set_board_info cflags   "[libgloss_include_flags] [newlib_include_flags]"
21
set_board_info ldflags  "[libgloss_link_flags] [newlib_link_flags] $additional_options"
22
# This board doesn't use a linker script.
23
set_board_info ldscript "";
24
 
25
# Used by a few gcc.c-torture testcases to delimit how large the stack can
26
# be.
27
set_board_info gcc,stack_size  16384
28
 
29
# We use "target rdi" to talk to the board.
30
set_board_info gdb_protocol "rdi"
31
 
32
# No support for signals.
33
set_board_info gdb,nosignals 1
34
 
35
# Make this variable go away, we don't need it.
36
unset additional_options;
37
 
38
# Can't call functions from GDB.
39
set_board_info gdb,cannot_call_functions 1
40
 
41
# Or do I/O.
42
set_board_info gdb,noinferiorio 1
43
 
44
# Or have signals.
45
set_board_info gdb,nosignals 1
46
 
47
# Exit statuses are invalid.
48
set_board_info exit_statuses_bad 1

powered by: WebSVN 2.1.0

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