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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [dejagnu/] [baseboards/] [vr5000-ddb.exp] - Blame information for rev 1765

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 {mips64vr5000-elf mips64-elf}
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 "vr5000";
7
 
8
# It's a big-endian board.
9
process_multilib_options "big-endian"
10
 
11
# We only support newlib on this target. We assume that all multilib
12
# options have been specified before we get here.
13
set_board_info compiler "[find_gcc]"
14
set_board_info cflags "[libgloss_include_flags] [newlib_include_flags]"
15
set_board_info ldflags "[libgloss_link_flags] [newlib_link_flags]"
16
# DDB linker script.
17
set_board_info ldscript "-Wl,-Tddb.ld";
18
 
19
# GDB doesn't return exit statuses and we need to indicate this;
20
# the standard GCC wrapper will work with this target.
21
set_board_info needs_status_wrapper 1;
22
 
23
# The GDB protocol used with this board.
24
set_board_info gdb_protocol "ddb";
25
 
26
# This is needed for compiling nullstone.
27
set_board_info nullstone,lib "mips-clock.c"
28
set_board_info nullstone,ticks_per_sec 3782018
29
 
30
# Sometimes the board gets into a state where it always generates SIGFPE.
31
set_board_info unreliable 1
32
 
33
# Can't pass arguments to the program.
34
set_board_info noargs 1
35
 
36
# No support for signals.
37
set_board_info gdb,nosignals 1
38
 
39
# We need to clear the floating-point status register before running.
40
set_board_info gdb_init_command "print/x \$fsr = 0x0"

powered by: WebSVN 2.1.0

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