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

Changes between Version 10 and Version 11 of Developer/Tools/RSB


Ignore:
Timestamp:
05/25/13 19:19:25 (11 years ago)
Author:
C Rempel
Comment:

remove outdated information

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Tools/RSB

    v10 v11  
    3737= Miscellaneous Sections =
    3838
    39 As the project progresses, you will need to add build instructions, etc and this page will evolve from a project description into a HOWTO.=  Source Builder Quick Start  =
    40 
    41 In Ubuntu:
    42 
    43  sudo apt-get build-dep binutils gcc g++ gdb                   # install the build dependencies
    44 
    45 In Debian, it is necessary to do the build completely as the root user, and manually install automake and expat.
    46  su root
    47  apt-get install automake expat
    48 '''Note:''' if using Debian continue to use the root user.
    49  
    50 Platform independent:
    51  git clone git://git.rtems.org/chrisj/rtems-source-builder.git # clone the repository
    52  cd rtems-source-builder-rtems/rtems                           # move to the RTEMS directory
    53  ../source-builder/sb-set-builder --list-bsets                 # list the build sets
    54  ../source-builder/sb-set-builder 4.11/rtems-sparc --force     # force the build of the sparc set
    55 
    56 The packages will then be built in the ''rtems-source-builder-rtems/rtems/tar'' directory, and can be used by navigating to where to install the tools and running
    57  tar -xf ''path/to/rtems-source-builder/rtems/tar''/sparc-rtems4.11-binutils-2.22-1.tar.bz2
    58  tar -xf ''path/to/rtems-source-builder/rtems/tar''/sparc-rtems4.11-gcc-4.7.2-newlib-1.20.0-1.tar.bz2
    59  tar -xf ''path/to/rtems-source-builder/rtems/tar''/sparc-rtems4.11-gdb-7.5.1-1.tar.bz2
    60  tar -xf ''path/to/rtems-source-builder/rtems/tar''/rtems4.11-sparc-rtems4.11-1.tar.bz2
    61 = References =
     39As the project progresses, you will need to add build instructions, etc and this page will evolve from a project description into a HOWTO.= References =
    6240
    6341