Hi,
I would like to compiling and installing RTEMS for the leon but unfortunately I
get the message "No acceptable C Compiler found in $PATH".
How I proceed :
Step 1 :
$ sudo ../rtems-git/configure --target=sparc-rtems4.11 --enable-rtemsbsp=leon3
--enable-tests=samples --prefix=$HOME/dev_rt
That makes sense.
On Wed, Oct 5, 2016 at 1:17 AM, Sebastian Huber
wrote:
> One way to keep this in sync would be to simply write the README of each BSP
> in a certain format, e.g. trac wiki and then simply include the content from
> Git in trac. For example via a modified variant of
>
> https://t
suggest you do not use sudo. sudo changes your PATH. you should be
able to make and install rtems without sudo into the $HOME as you
specify
On Wed, Oct 5, 2016 at 9:54 AM, Boughedada Kamal
wrote:
>
> Hi,
>
> I would like to compiling and installing RTEMS for the leon but unfortunately
> I get t
Thank you for your fast reply.
I will re-try
-Message d'origine-
De : ged...@gwmail.gwu.edu [mailto:ged...@gwmail.gwu.edu] De la part de Gedare
Bloom
Envoyé : mercredi 5 octobre 2016 16:19
À : Boughedada Kamal
Cc : devel@rtems.org; RTEMS Devel
Objet : Re: No acceptable cc found in $PA
Thanks again it's resolved (sudo changes my PATH).
-Message d'origine-
De : devel [mailto:devel-boun...@rtems.org] De la part de kamal boughedada
Envoyé : mercredi 5 octobre 2016 16:26
À : 'Gedare Bloom'
Cc : 'RTEMS Devel' ; devel@rtems.org
Objet : RE: No acceptable cc found in $PATH
Tha