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
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
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
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
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
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