Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 17 and Version 18 of TBR/UserManual/RTEMS_Development_Hosts


Ignore:
Timestamp:
02/18/13 14:45:07 (11 years ago)
Author:
KarelGardas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TBR/UserManual/RTEMS_Development_Hosts

    v17 v18  
    5656
    5757Building the tools from source is the best option currently.
    58 =  =Other Environments==
     58= Solaris 11 =
     59
     60
     61Solaris 11 provides quite modern development environment. For RTEMS you will need to install just autoconf/automake as those are too old versions provided by Solaris. Otherwise Solaris provided GCC compiler, GMP, MPFR and MPC libraries are well up to the task of compiling RTEMS toolchain. The GMP/MPFR libraries header files are installed in different location than simple /usr/include so you will need to add ''--with-gmp-include=/usr/include/gmp/ --with-mpfr-include=/usr/include/mpfr'' to GCC configure command line.
     62= Other Environments =
    5963
    6064