Re: RTEMS build problem

2015-03-19 Thread Gedare Bloom
You may add the export command to the file .bashrc in your home directory ($HOME/.bashrc), so that it gets set every time you create a new terminal window. On Thu, Mar 19, 2015 at 4:08 AM, Rohini Kulkarni wrote: > OK! I need to add this path to $PATH. > > Got it. Thanks! > > On Thu, Mar 19, 2015

Re: RTEMS build problem

2015-03-19 Thread Rohini Kulkarni
OK! I need to add this path to $PATH. Got it. Thanks! On Thu, Mar 19, 2015 at 1:30 PM, Chris Johns wrote: > On 19/03/2015 6:23 pm, Rohini Kulkarni wrote: > >> To tell exactly what I am doing, this is how I am updating the autoconf >> everytime with reference from the source builder documentati

Re: RTEMS build problem

2015-03-19 Thread Chris Johns
On 19/03/2015 6:23 pm, Rohini Kulkarni wrote: To tell exactly what I am doing, this is how I am updating the autoconf everytime with reference from the source builder documentation $ ../source-builder/sb-set-builder --log=l-4.11-at.txt --prefix=$HOME/development/rtems/4.11 4.11/rtems-autotools

Re: RTEMS build problem

2015-03-19 Thread Rohini Kulkarni
To tell exactly what I am doing, this is how I am updating the autoconf everytime with reference from the source builder documentation $ ../source-builder/sb-set-builder --log=l-4.11-at.txt --prefix=$HOME/development/rtems/4.11 4.11/rtems-autotools and then go on to build the toolset $ export PAT

Re: RTEMS build problem

2015-03-19 Thread Chris Johns
On 19/03/2015 4:49 pm, Rohini Kulkarni wrote: There is an issue I've run into a few times. Everytime I run bootstrap script for rtems(say after restarting my machine) the bootstrap says autoconf version is not updated. So I have to build the toolset every such time when I have already built it a

RTEMS build problem

2015-03-18 Thread Rohini Kulkarni
Hi! There is an issue I've run into a few times. Everytime I run bootstrap script for rtems(say after restarting my machine) the bootstrap says autoconf version is not updated. So I have to build the toolset every such time when I have already built it and only want to compile rtems. Is there som