summaryrefslogtreecommitdiffstats
path: root/rtems (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sb: Back port changes to support mailing list posting.Chris Johns2018-02-051-0/+5
| | | | Close #3287
* gcc: Update the MPC part of gcc to 1.0.3 as it is available on GNU's FTP.Chris Johns2018-01-171-2/+2
| | | | Update #3262
* arm: ARM on a recent FreeBSD fails to build.Chris Johns2018-01-171-1/+10
| | | | | | - See #2439 for details. Update #3262
* avr: Fix the arch and disable iconv.Chris Johns2016-09-061-1/+2
|
* m32c: Disable iconv and use gn89 with clang on FreeBSD.Chris Johns2016-09-052-0/+12
|
* h8300: Update to binutils-2.26 and do not build iconv.Chris Johns2016-09-053-8/+21
| | | | | | The binutils-2.26 fixes an operand out of range bug. The iconv has tables which overflow the address ranges in the h8300.
* nios2: FreeBSD clang needs gnu89 to build gcc.Chris Johns2016-09-031-0/+6
|
* nios2: Switch to gdb-7.11.Chris Johns2016-09-031-1/+1
|
* 4.10: Add NIOS2 patch checksums.Chris Johns2016-09-021-6/+8
|
* 4.10: Remove the patch for the bfin for gdb-7.11.Chris Johns2016-09-021-5/+0
|
* 4.10: No ARM 64bit support on 4.10.Chris Johns2016-09-021-6/+0
|
* 4.10: Use a defaults file for the arch build sets.Chris Johns2016-09-0218-270/+52
|
* Update 4.10 to build from the RTEMS 4.10 branch.Chris Johns2016-09-0210-48/+78
|
* 4.10: new branch, remove unnecessary bsetsGedare Bloom2016-08-2663-1078/+0
|
* 4.12/rtems-epiphany.bset: Use Newlib 2.4.0.20160527Sebastian Huber2016-06-132-1/+8
|
* 4.12/rtems-or1k.bset: Use Newlib 2.4.0.20160527Hesham Almatary2016-06-132-1/+8
|
* 4.12/rtems-default.bset: Use GCC 6-20160609Jan Sommer2016-06-132-1/+24
| | | | This fixes an issue with gnat.
* 4.12/rtems-m32c.bset: Use Newlib 2.4.0.20160527Sebastian Huber2016-06-082-1/+8
|
* 4.12/rtems-default.bset: Use GCC 6-20160526Sebastian Huber2016-05-302-1/+23
| | | | In addition use Newlib snapshot 2.4.0.20160527.
* 4.12/rtems-default.bset: Use GCC 6.0.1-RC-20160415Sebastian Huber2016-04-182-1/+26
|
* graphics: clone Microwindows from official Greg Haerr's repository.Pavel Pisa2016-04-162-2/+2
| | | | | | | | | | | | graphics/nxlib is removed from build set because for actual Microwindows the NXlib is included in Microwindows sources (src/nxlib). The original NXlib libX11.a is replaced by two varinats libPX11 links X11 server replacement directly to the application. libNX11 is more X11 concept compatible, application and server runs in the separate processes.
* graphics: update libtiff to 4.0.6 version.Pavel Pisa2016-04-162-1/+22
| | | | | There has been collision between local extern excessive function declaration and C library (newlib) provided header and type.
* graphics: Add 3rd party graphics support back to the master branch.Chris Johns2016-04-1517-0/+245
| | | | | | | | | | The support is added at the top level and so not lost when we move to a new version of RTEMS. The change also moves all 3rd party packages to use a common rtems-package.bset build set file. All packages except Microwindows itself build cleanly.
* rtems: Refactor to move to a single version on master.Chris Johns2016-04-1511-34/+38
| | | | | | | | | | Move the 4.12 version and base defines to just RTEMS base defines which includes the version. This removes the version from a number of files and makes it simpler to move to a new version. It however means we cannot support more than version on master. This change further breaks 4.10 and 4.9 however it means we can branch these versions and better support them on their branches.
* 4.12: Add the newlib patch to get the updated ctr0.o.Chris Johns2016-04-151-0/+3
|
* 4.12/rtems-or1k.bset: Update newlib to 2.4.0Joel Sherrill2016-04-132-1/+16
|
* 4.12/rtems-m32c.bset: Update to newlib 2.4.0Joel Sherrill2016-04-112-1/+15
|
* 4.12/rtems-epiphany.bset: Update to newlib 2.4.0Joel Sherrill2016-04-112-1/+16
|
* 4.12/rtems-default.bset: Update to gcc 6.20160327 and newlib-2.4.0Joel Sherrill2016-04-102-1/+23
|
* 4.12/rtems-moxie.bset: Include dtc needed by gdb buildJoel Sherrill2016-04-031-0/+3
|
* Bump OpenRISC versionsStefan Wallentowitz2016-03-241-7/+8
| | | | | | | | | | Bump the OpenRISC toolchain to newer versions. * Binutils to 2.26 * GCC to 4.9.3 * GDB to 7.11 updates #2669
* 4.12/rtems-kernel: Add default support to build a kernel if asked too.Chris Johns2016-03-183-56/+9
|
* rtems/kernel: Move the --with-rtems logic in the common file.Chris Johns2016-03-181-112/+154
|
* sb: Support --dry-run --with-download for 3rd party RTEMS BSP packages.Chris Johns2016-03-171-4/+18
| | | | | | | | | | | | | | | | | | | | | | | The building of 3rd party packages for an RTEMS BSP requires a valid BSP so the standard method to download the source for releasing does not work. This change adds support to allow this. The RTEMS BSP support will not generate an error is no BSP or tools are provided or found. The change addis logic operators to the %if statement so you can '||' to 'or' and '&&' to 'and' logic expressions. A new %log directive has been added to clean up the messages. A new %{!define ...} has been added to aid checking within logic expressions. All command line --with/--without now appear as macros. Add version.version to get just the RTEMS major and minor version. Some pkg-config issues have been resolved. Closes #2655.
* 4.11: Remove from master.Chris Johns2016-03-1638-1027/+0
| | | | Updates #2649.
* 4.12/gdb-7.11: Add ERC32 patches to fix the simulator.Chris Johns2016-03-161-8/+10
| | | | Updates #2644.
* rtems/4.12: Add hash to gdb-7.11.Chris Johns2016-03-151-1/+1
|
* rtems-kernel: Fix the --with-rtems/--without-rtems support when released.Chris Johns2016-03-142-15/+26
| | | | | | | | | | | | Also add: --with-rtemsbsp="bsp,bsp,bsp" --with-rtems-smp --with-rtems-tests --with-rtems-tests=sample --with-rtems-tests=all Closes #2526.
* sb: Update download to check the config file for release URL control.Chris Johns2016-03-142-1/+3
| | | | | | | | Provide without_release_url support in the configuration file so the release tarball download of the kernel and tools uses the release's top level directory and not the sources directory. Closes #2481.
* 4.12: Update GDB to gdb-7.11.Chris Johns2016-03-142-1/+35
|
* 4.12/rtems-moxie.bset: Update to match default RTEMS toolsetJoel Sherrill2016-03-111-22/+2
|
* Bugfix: gdb-7.3.1 for rtems 4.10 couldn't be built with modern texinfo.Goetz Pfeiffer2016-03-101-0/+2
| | | | | | | This is fixed by patch file gdb-7.3.1-rtems4.10-20151123.diff from the rtems-tools.git repository. Close #2524.
* Bugfix: gcc-4.4.7 for rtems 4.10 couldn't be built with modern texinfo.Goetz Pfeiffer2016-03-101-0/+2
| | | | | | | This is fixed by patch file gcc-core-4.4.7-rtems4.10-20151123.diff from the rtems-tools.git repository. Update #2524.
* Bugfix: binutils-2.20.1 for rtems 4.10 couldn't be built with modern texinfo.Goetz Pfeiffer2016-03-101-1/+3
| | | | | | | This is fixed by patch file binutils-2.20.1-rtems4.10-20151123.diff from the rtems-tools.git repository. Update #2524.
* sb: Add a download option --with-release-url/--without-release-url.Chris Johns2016-03-101-5/+0
| | | | | | | | | | | | | | | | | | | | | | | The default without the option is to prepend the release URL to the URL list to download from the RTEMS FTP site first if the RSB is released. This option can force the RTEMS FTP to be tried first when not a release, or you can supply a different URL to download from or you can request no RTEMS URL is tried first. Eg: --with-release-url --with-release-url=file://opt/local/cache --without-release-url Move the RTEMS release URL to the default.mc file. Change the URL to the RTEMS FTP server and do not use the https method of access. The option's with_arg call was cleaned up to make sense. Remove the log's raw output of an extra space. Some download error message formating was cleaned up. Closes #2636.
* Clean up 4.9 build issues.Chris Johns2016-03-013-0/+22
| | | | Add support so 4.9 builds on a recent FreeBSD using clang.
* Fix 4.10 and 4.9 building.rtems2016-03-013-1/+3
| | | | | | Add the 4.9 newlib 1.16.0-20090324 patch. Add a release to the 4.9 RTEMS kernel. Add a release to the 4.10 RTEMS kernel.
* 4.12: Add aarch64 and x86_64 support.Chris Johns2016-02-296-1/+44
|
* config: Patch automake-1.12.6 to remove warning on newer perl versions.Chris Johns2016-02-292-0/+8
| | | | Closes #2616.
* update newlib git revision to get <sys/select.h> RTEMS dependencyHesham Almatary2016-02-272-2/+2
|