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

Changes between Version 4 and Version 5 of Building/RTEMS


Ignore:
Timestamp:
08/03/09 13:28:08 (15 years ago)
Author:
Bobfishtank
Comment:

added info on GMP and MPFR error messages

Legend:

Unmodified
Added
Removed
Modified
  • Building/RTEMS

    v4 v5  
    4444Enables debug checks inside the RTEMS kernel, including
    4545memory heap walking.
     46
     47 * What do errors referring to GMP and MPFR mean?
     48This usually indicates that the GCC port you are using to '''build''' the RTEMS gcc is missing the libraries GMP and MPFR.
     49You must obtain and build GMP and MPFR.  Then, use the (for example) --with-mpfr-lib=''path_to_mpfr'' option when running configure.
    4650= Building Under Cygwin =
    4751