Chris Johns
0f97375242
sb: Provide a more detail email message.
...
Close #3210 .
2017-10-27 17:26:26 +11:00
Chris Johns
910196d686
sb: Add a call to get the post processed report output.
...
Update #3210 .
2017-10-27 17:26:26 +11:00
Chris Johns
723b638e02
sb: Add a log capture interface to capture the console output.
...
- Increase the tail logged to 400 lines.
Update #3210 .
2017-10-27 17:26:26 +11:00
Chris Johns
9b54dd8e18
sb: Add a defined check.
...
Updates #3210 .
2017-10-27 17:26:26 +11:00
Hesham Almatary
5bd4aa6bb3
RSB - Add support for RISC-V RV64 (64-bit) toolchain v2
...
Update #3109
2017-10-27 07:14:11 +02:00
Joel Sherrill
6c60a4bf60
rtems-epiphany.bset: Add sha512sum for GCC git repository
...
Closes #3201 .
2017-10-23 12:18:37 -05:00
Joel Sherrill
5295cb8a2d
rtems-gdb-7.11-1.cfg: Correct sha512sum on gdb-7.11-sis-leon2-leon3.diff
...
Closes #3202 .
2017-10-23 11:17:21 -05:00
Chris Johns
34d7e0cc71
darwin: Allow xz to live anywhere.
2017-10-23 15:32:12 +11:00
Chris Johns
f723e7171f
4.12: Fix the nios2 spelling in the tier-3 build set.
2017-10-23 15:29:48 +11:00
Chris Johns
0dae1f6168
4.12: Add tier build sets to aid regression testing.
2017-10-23 11:56:13 +11:00
Chris Johns
4021c28ed0
sb: Fix the interface to all path function to be shell paths.
...
- Add an is_abspath call.
- Convert the path or paths to shell paths on entry to all path
calls. This is safe to do for a path that is already a shell path.
- Fix exists to use shell paths.
2017-10-15 01:37:05 +11:00
Chris Johns
7c0c0ba16c
sb: Fix the log after breaking adding --without-log
2017-10-12 14:06:43 +11:00
Chris Johns
d94bd014a8
4.12: Update all MD5 hashes to SHA256.
...
Closes #2536 .
2017-10-12 13:48:52 +11:00
Chris Johns
f79eaf364f
sb: Remove MD5 and SHA1 as they not secure.
...
Updates #2536 .
2017-10-12 13:48:52 +11:00
Chris Johns
7b68249b57
sb: Add --source-only-download to make download source simple.
...
This is needed to test #2536 .
Add an option to disable any log.
Updates #2536 .
2017-10-12 13:48:52 +11:00
Chris Johns
6dc551cf47
sb: Move the option check for reporting errors to the error reporter.
...
Updates #2536 .
2017-10-12 13:48:52 +11:00
Joel Sherrill
c4b6bf0d6d
Enable 64-bit BFD support. Needed on 32bit hosts
...
Closes #3157 .
2017-10-11 21:16:20 -05:00
Joel Sherrill
c7f286e100
rtems-sh.bset: Use default toolset specifically GCC 7
...
Closes #3178 .
2017-10-11 21:08:05 -05:00
Joel Sherrill
53e88be3e1
rtems-moxie.bset: Add revision
...
Closes #3046 .
2017-10-11 21:06:28 -05:00
Sebastian Huber
76d9db31fe
4.12: Update to Newlib 2.5.0.20170922
...
The time_t is now a 64-bit signed integer.
This update includes a patch to introduce the self-contained POSIX
synchronization objects.
Update #2514 .
Update #3111 .
Update #3112 .
Update #3113 .
Update #3114 .
Update #3115 .
Update #3116 .
2017-10-05 14:30:02 +02:00
Chris Johns
55f2d69e9b
sb: Allow checking if '.' exists as a path.
2017-09-22 12:02:27 +10:00
Chris Johns
1519d11fce
sb: Ignore untracked files or detached HEAD in the dirty repo check.
...
Closes #2960 .
2017-09-22 11:59:46 +10:00
Chris Johns
e6d0a8bae6
mips: Use the FreeBSD fix for Darwin MIP tools build.
...
Closes 3127.
2017-09-10 08:58:34 +10:00
Sebastian Huber
c395d96470
4.12: Update to GDB 8.0.1
2017-09-08 13:42:08 +02:00
Sebastian Huber
4f364ef763
4.12: Change clock_t to 64-bit
...
Update #2135 .
Update #3111 .
2017-08-25 14:35:05 +02:00
Sebastian Huber
e960835cb7
4.12: Add riscv32 to all
...
Update #3109 .
2017-08-23 07:21:05 +02:00
Sebastian Huber
7e3ff84526
4.12: Fix 64-bit PowerPC support of GCC 7.2
...
Update #3082 .
2017-08-22 16:49:21 +02:00
Sebastian Huber
beda1149df
4.12: Add basic RISC-V tool chain
...
GDB is not included. This probably needs some patches or an update to
GDB 8.0.
2017-08-22 15:07:37 +02:00
Sebastian Huber
630e658ccf
4.12: Update to GCC 7.2
2017-08-22 07:23:23 +02:00
Sebastian Huber
0a18a8f3cc
4.12: Update to Newlib 2.5.0.20170818
2017-08-22 07:05:00 +02:00
Chris Johns
bb004cde94
Update to the newlib snapshot 20170818.
2017-08-21 17:24:23 +10:00
Sebastian Huber
7208ab69e1
4.12: Fix for Binutils PR21884
...
See https://sourceware.org/bugzilla/show_bug.cgi?id=21884 .
Close #3091 .
2017-08-10 10:15:22 +02:00
Chris Johns
9cf5427c19
4.12/lm32: Fix building on Windows.
...
This patch fixes building the LM32 GDB on Windows.
Closes #3030 .
2017-08-09 09:36:22 +10:00
Chris Johns
826e526d33
4.12/gcc-4.8.3 Fix building with a newer version of gcc.
...
Updates #2990 .
2017-08-09 09:36:17 +10:00
Chris Johns
71c76d09e8
gcc: Disable makeinfo cause newer versions do not build gcc-4.8 docs.
...
Newer makeinfo tools cannot build the existing texinfo in gcc so
disable building it. This will not be fixed on the gcc branch.
Updates #3027 .
2017-08-09 09:36:12 +10:00
Chris Johns
4578e0ac47
sb: Fix long path support in copy_tree and removeall path support.
...
The change lets the LM32 target build on Windows which has temporary
install paths greater than the Win32 API max size. The buildroot path
compression is still needed as the GNU assembler does not like paths
that exceed the max Windows limit.
Closes #2992 .
2017-08-09 09:36:07 +10:00
Sebastian Huber
2064f9094e
4.12: Update to Newlib 2.5.0.20170720
2017-08-08 13:29:31 +02:00
Chris Johns
8b96e17c8a
doc: Remove in source documentation and the asciidoc package
...
The RSB documentation is now in ReST format and part of the RTEMS
Documentation project. See https://docs.rtems.org/ .
Remove support for the GPL based asciidoc tool and remove the
asciidoc package from the RSB.
Add the Python Markdown package and update the reporter to use
Markdown for HTML generation. The resuling HTML report is a single
self contained file.
Closes #3047 .
2017-08-07 09:59:49 +10:00
Sebastian Huber
295c197b51
4.12: Fix SIS patch URL
2017-07-31 14:21:05 +02:00
Jiri Gaisler
6efd97571c
RSB: Update gdb-7.12 config to pull in latest sis patches
...
Please merge.
From b14821b4ac72913139cc1758e9757443f697a642 Mon Sep 17 00:00:00 2001
From: Jiri Gaisler <jiri@gaisler.se>
Date: Sun, 30 Jul 2017 21:27:38 +0200
Subject: [PATCH] Update gdb-7.12 config to pull in latest sis patches.
* Will make sure sis uses LMA rather than VMA when loading elf files.
2017-07-31 14:18:42 +02:00
Sebastian Huber
1ceafe5f12
4.12: Update to Binutils 2.29
...
Update #3082 .
2017-07-28 13:44:48 +02:00
Jiri Gaisler
6347c47d44
Update gdb-7.12 config to pull in latest sis patches.
...
This will add support for FSMULD on leon3 targets.
2017-07-24 07:24:45 +02:00
Sebastian Huber
e2952bb185
4.12: Add LEON3FT store-store errata workaround
...
Close #3057 .
2017-07-17 08:31:15 +02:00
Chris Johns
4f3b8da031
sb/download: Fix --rsb-file options with released sources.
...
The released sources use the local file name so always force it when
the RSB is released.
Closes #3064 .
2017-07-12 16:55:34 +10:00
Sebastian Huber
83973200f0
4.12: Fix bitset(9)
...
Update #3059 .
2017-07-12 08:14:44 +02:00
Sebastian Huber
fd03ba449e
4.12: Fix and update bitset(9)
...
Update #3059 .
2017-07-10 09:32:39 +02:00
Andreas Kölbl
d413d7e228
Fix GDB build on ArchLinux
...
Archlinux provides both, libguile v2.0 and v2.2. GDB states in
configuration its compatibility with both versions of libguile which is
false. The SCM_port interface of libguile was removed in v2.2 and
therefore breaks GDB as a user.
RTEMS does not use libguile and therefore it can be compiled without
support.
https://sourceware.org/bugzilla/show_bug.cgi?id=21104
Close #3054 .
2017-07-04 07:59:46 +10:00
Sebastian Huber
5ede1c7e8b
4.12: Enable global stdio streams
...
Update #3012 .
2017-06-30 14:56:32 +02:00
Sebastian Huber
78f44be18b
4.12: Update to use Newlib 2.5.0.20170623
2017-06-26 08:13:01 +02:00
Chris Johns
e02139d4ab
sb: Fix 'bare' builds with --trace.
2017-06-26 09:28:07 +10:00