784 Commits

Author SHA1 Message Date
Chris Johns
d8be0e080a sb-bootstrap: Update to support python3
Closes #4587
2022-01-25 17:06:12 +11:00
Chris Johns
8aee243682 gcc-4.9: Set the c++ standard to c++11 as the build breaks with later standards
Closes #4586
2022-01-25 17:05:51 +11:00
Chris Johns
e827cc29c0 gdb: Update common to the master version 2022-01-25 17:05:36 +11:00
Chris Johns
0f91a262ec Update the GCC component paths to ones master uses
Closes #4584
2022-01-24 16:16:34 +11:00
Chris Johns
688f28674a Update the checksum to the handle the new version number
Closes #4104
2022-01-24 15:28:25 +11:00
Chris Johns
158ad680ae sb: Back port the RTEMS 5 and 6 RSB engine.
- Build GDb first as we do for RTEMS 5 and later

- Update GDB to 9.1 for all archs expect SPARC. The SIS patches
  only apply to 7.9. Disable Python for SPARC

Closes #4111
2020-10-06 12:00:21 +11:00
Chris Johns
8af551c5a5 freebsd: FreeBSD 12.1 does not build gcc
- Remove the warnings from the build

Closes #4109
2020-10-02 12:18:49 +10:00
Chris Johns
a74f317cea arm: newlib checksum update
- Sourceware has updated it's version of git and broken the checksum

Closes #4104
2020-10-02 12:10:23 +10:00
Sebastian Huber
c88c92d7fc sb: Change default prefix
Use OS prefix + "rtems" + $rtems_version as the default prefix to
automatically separate different RTEMS versions.

Close #3679.
2019-01-22 14:53:27 +01:00
Sebastian Huber
680205d703 sb: Change Linux default prefix to "/opt"
http://refspecs.linuxbase.org/FHS_3.0/fhs/ch03s13.html#purpose14

Update #3679.
2019-01-22 14:53:12 +01:00
Chris Johns
2c0676d4fa sb/path: Walk up to root checking if a path is writable.
A dirname of / is / so the path will never have a length of 0.

Close #3393
2018-04-13 13:11:18 +10:00
Chris Johns
62f68d9712 The libexpat project has moved to github. Fetch expat from github.
Closes #3316
2018-03-05 08:37:00 +11:00
Chris Johns
883dfa53a3 sb: Convert any unicode keys to strings
Closes #3313
2018-02-23 13:03:11 +11:00
Chris Johns
4671017f41 sb: Option --source-only-download does not download the source.
The option expansion is missing `--with-download'.

Close #3295
4.11.3
2018-02-08 09:13:38 +11:00
Chris Johns
38228039ec gcc: Use the RSB release for released tools.
Using the RSB release version for the gcc version string means the
tools have a version string that matches the release.

Close #3074
2018-02-07 15:14:32 +11:00
Chris Johns
de9ca906d3 sb: RSB backport changes to support mailing list posting of builds.
This requires moving to markdown for HTML and so asciidoc can be removed.

Close 3289
2018-02-05 15:32:57 +11:00
Chris Johns
892b41666e darwin: Make the xz executable path based.
The xz tool is not provided in Xcode command line tools and needs to
built or obtained somehow. This path can be any where so relax the
need for an absolute path.

Close #3279
2018-01-29 14:25:26 +11:00
Chris Johns
b0f7ca76bb darwin: Fix building GCC 4.9.3 on Darwin (MacOS).
The latest Xcode command line tools broken on 4.9.3 and a patch is needed.

Note, a suitable binutils is configured for the ARM.

Close #2439
2018-01-25 16:52:38 +11:00
Chris Johns
49033ffc66 kernel: Do not build the RTEMS kernel by default when released.
Close #3275
2018-01-19 13:44:00 +11:00
Chris Johns
efa1677bc6 rtems: Update all MPC version to use GNU's FTP site.
Update #3274
2018-01-18 15:11:13 +11:00
Chris Johns
f448a148d8 rtems: Remobve used tool configurations.
Update 3274
2018-01-18 15:10:19 +11:00
Chris Johns
6951eb276e sb: Disable a log file for the check command.
Fix a minor issue in the log module.
2018-01-18 14:42:25 +11:00
Chris Johns
7f49a01a05 sb: Back port options module from master.
Update #3274
2018-01-18 14:41:45 +11:00
Chris Johns
2ac145a933 sb: Add an orphan check to sb-check.
The orphans check lets you see which configuration and build set
files in the RSB are not referernced. You can audit the list and
remove any configuration files not being used. Top level
build set files are included so you need to becareful not to
remove something that is valid and useful. To run:

 $ ./source-builder/sb-check --check-orphans

Update #3274
2018-01-18 14:36:04 +11:00
Chris Johns
e1346e2647 sb: Back port the path module from master.
Update #3274
2018-01-18 14:35:31 +11:00
Chris Johns
f7c729eeda gcc: Update MPC verison to one hosted on GNU's FTP site.
Update #3271
2018-01-18 14:17:42 +11:00
Chris Johns
80cf137146 gcc: Use GNU's FTP rather than the package's home sites that change.
Close #3271
2018-01-18 14:17:39 +11:00
Chris Johns
4a87913b14 Remove RSB ARM specific config file rtems-arm-gcc-4.9.3-newlib-2.2.0-20150423-1.cfg
Closes #3108.
2017-08-23 11:10:43 +10:00
Chris Johns
bb43afdab4 Building gcc-4.9.3 is broken on FreeBSD 11.1
Reference the patch for the FreeBSD port. See ticket:

 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212465

Closes #3107.
2017-08-23 11:07:28 +10:00
Sebastian Huber
50908d283f ARM: Avoid warnings with -fno-short-enums
Close #3094.
2017-08-10 08:13:28 +02:00
Chris Johns
b487b7d130 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.
4.11.2
2017-07-10 11:44:32 +10:00
Chris Johns
0a916c3058 gcc: Disable makenfo cause newer verisons 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 branches.

Updates #3027.
2017-07-03 10:00:36 +10:00
Chris Johns
a206862868 4.11/gcc-4.8.3 Fix building with a newer version of gcc.
Updates #2990.
2017-07-03 10:00:21 +10:00
Chris Johns
b4f52bde45 4.11/h8300: Disable the simulator on Windows.
Closes #3044.
2017-06-14 11:22:50 +10:00
Chris Johns
f18689afdc 4.11/moxie: Revert binutils to 2.25 to support the matching gcc instruction set.
Closes #3035.
2017-06-14 11:22:50 +10:00
Chris Johns
d3aced9c62 4.11/mips: Back port the MIPS fix for FreeBSD from master.
Updates #3033.
2017-06-14 11:22:50 +10:00
Chris Johns
f179dc6538 sb: Backport from master the '--rsb-file=' option.
Upates #3033.
2017-06-14 11:22:50 +10:00
Chris Johns
d57380a21b 4.11/lm32: Fix building on Windows.
This patch fixes building the LM32 GDB on Windows.

Closes #3030.
2017-06-14 11:22:50 +10:00
Chris Johns
78c152453b sb: Fix long path support in the copy_tree and removeall path support.
This change lets the LM32 target build on Windows which has temporary
install paths greated 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-06-14 11:22:50 +10:00
Chris Johns
2433c4bd5f arm: Use the base 4.9.3 build configuration to pick up changes.
Updates #2990.
2017-06-14 11:21:48 +10:00
Chris Johns
576e284c9d Fix the release builds of rtems-tools and kernel.
Updates #2952.
2017-04-13 08:42:00 +10:00
Chris Johns
e85c673ef2 MSYS2: Patch to support newer packages.
The patch is contributed by Worth Burruss.

Closes #2990.
2017-04-12 20:25:06 +10:00
Chris Johns
949731c40b Fix rtems-tools and rtems-kernel builds when released and with a release URL.
Updates #2952.
2017-04-11 22:12:13 +10:00
Chris Johns
61e26178a7 Fix the tools and kernel source URL when released to use sources.
Remove `%define without_release_url` so the standard release URL processing
is used. This requires the tools and kernel source is available in the
releases `sources` directory.

Updates #2952.
2017-04-10 17:30:06 +10:00
Chris Johns
6ae8c3ddb7 4.11/sparc: The sparc patch is held in the 4.12 in rtems-tools.git. 2017-04-04 14:26:07 +10:00
Chris Johns
4b69a14d2a 4.11/sparc: Add the binutils-2.26 SPARC R_SPARC_32 reloc fix.
See https://sourceware.org/bugzilla/show_bug.cgi?id=20803.

This fix is needed to support C++ exceptions in dynamically loaded
code.

Updates #2955.
2017-04-04 13:26:22 +10:00
Chris Johns
dca7ab2853 sb: Add the release_path key to the version section in the VERSION file.
A release can specify a custom releaase URL path.

Closes #2952.
2017-03-26 13:19:18 +11:00
Sebastian Huber
97b4399d1a 4.11: ARM: Optimize IEEE-754 sqrt implementation
Update #2948.
2017-03-22 07:28:08 +01:00
Chris Johns
462f915e30 freebsd: Update makeinfo and install-info paths on FreeBSD 11.0
Close #2947.
2017-03-21 14:08:45 +11:00
Chris Johns
1675a73353 gdb: Build with system readline and use MinGW compilers.
Select MinGW compilers for Windows builds on Windows.

Use the system readline rather than GDB's which does not
handle cmd.exe correctly.

Closes #2681.
4.11.0 4.11.1
2016-04-15 15:26:12 +10:00