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

Changes between Version 1 and Version 2 of TBR/BSP/EZKit533


Ignore:
Timestamp:
06/11/07 16:43:06 (17 years ago)
Author:
Alani
Comment:

updated toolchain status

Legend:

Unmodified
Added
Removed
Modified
  • TBR/BSP/EZKit533

    v1 v2  
    2323= Toolchain =
    2424
    25 Due to some issues in GCC there is not yet an official RTEMS Toolchain for Blackfin. User who
    26 wan't to try this BSP have to build their own Toolchain. The Patches needed can be found
    27 in the CVS in contrib/crossrpms/patches.
    2825
    29 The following configure parameters combined with the above mentioned patches have lead to
    30 a working toolchain.
     26Thanks to Ralphs continous improvements on the RTEMS Toolchain packages you can download automatically
     27generated RPMS of the toolchain from [http://www.rtems.com/ftp/pub/rtems/linux/4.8]
    3128
    32 {{{
    33 configure --target=bfin-rtems4.8 --prefix=$PREFIX --without-newlib
    34 }}}
    35 {{{
    36 configure --target=bfin-rtems4.8 --prefix=$PREFIX --disable-libstdcxx-pch \
    37       --disable-symvers --disable-libssp --enable-version-specific-runtime-libs \
    38       --enable-threads=rtems --enable-languages=c,c++
    39 }}}
     29If you do use a debian based distribution you might add a line like :
     30<blockquote>
     31deb http://www.itasat.ita.br/rtems/ unstable main
     32</blockquote>
     33to your apt.sources
     34
     35If you want to build your toolchain by yourself : donwload binutils 2.17, gcc 4.2 and newlib 1.15,
     36apply Ralfs patches from RTEMS CVS (inside the contrib directory) and compile the for the bfin-rtems
     37target.
    4038= Hardware Debugging =
    4139