Installation query

Sarvesh Patkar sarveshspatkar at gmail.com
Thu Aug 6 04:07:25 UTC 2015


Hi all,

I am a beginner. I am running Ubuntu 14.04 on Oracle VM VirtualBox on
Windows PC. My host PC has the following configuration. Processor= Core i5,
RAM=16GB, Hard disk size= 1TB.

I wanted to know what platform should I use for learning and developing
RTEMS.

Also, I installed RSB according to this link https://docs.rtems.org/rsb/ but
I am trying to figure out what platform to use.


I have roughly used the following commands to install RSB and download
RTEMS. I would like to know how to proceed further and whether I was
roughly on the right way.

cd
mkdir -p development/rtems/src
cd development/rtems/src
sudo apt-get install git
git clone git://git.rtems.org/rtems-source-builder.git
cd rtems-source-builder
sudo apt-get install bison cvs g++ texinfo flex
sudo apt-get install build-essential vim zlib1g-dev libncurses5-dev
python-dev
source-builder/sb-check
cd rtems
../source-builder/sb-set-builder --log=l-sparc.txt
--prefix=$HOME/development/rtems/4.11 4.11/rtems-sparc
$HOME/development/rtems/4.11/bin/sparc-rtems4.11-gcc -v
git clone git://git.rtems.org/rtems.git
cd rtems
export PATH=/development/rtems/4.11/bin:$PATH
./bootstrap
cd ..
mkdir b-sis
cd b-sis
../rtems/configure --target=sparc-rtems4.11 --enable-rtremsbsp=sis
--enable-tests=samples --disable-posix

Thank you,

Sarvesh Patkar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20150805/0455265d/attachment.html>


More information about the users mailing list