Re: How do you plan before starting to code ?

2020-07-10 Thread Richi Dubey
Got it, Thank you. On Fri, Jul 10, 2020 at 8:07 PM Gedare Bloom wrote: > On Fri, Jul 10, 2020 at 4:58 AM Richi Dubey wrote: > > > > Hi, > > > > Thanks for the suggestions, they're all very valid and helpful. > > > >> We advocate a test-driven development (TDD) approach in RTEMS. Write > >> the

RES: Header missing

2020-07-10 Thread Daniela Oliveira
> Sorry guys,>This is the exact command then I ‘ve used:> $ wget https://ftp.rtems.org/pub/rtems/releases/5/5.0.0/5.0.0-m2006-1/sources/rtems-source-builder-5.0.0-m2006-1.tar.xz> I´d intalled git in others VMWares. But i’ll reduild the installation and notice here.> >Tks for help. Enviado do Email

Re: Header missing

2020-07-10 Thread Joel Sherrill
On Fri, Jul 10, 2020 at 10:20 AM Daniela Oliveira wrote: > >Do you have the exact command or download by chance? > > > $ wget > https://ftp.rtems.org/pub/rtems/releases/5/5.0.0/5.0.0-m2006-1/sources/rtems-source-builder-5.0.0-m2006-1.tar.xz > > > $ git clone git://git.rtems.org/rtems rtems > > >

RES: Header missing

2020-07-10 Thread Daniela Oliveira
>Do you have the exact command or download by chance?> $ wget https://ftp.rtems.org/pub/rtems/releases/5/5.0.0/5.0.0-m2006-1/sources/rtems-source-builder-5.0.0-m2006-1.tar.xz> $ git clone git://git.rtems.org/rtems rtems> Maybe this.> Anything else may not be building the right repositor.> >Tks for

Re: Header missing

2020-07-10 Thread Gedare Bloom
On Fri, Jul 10, 2020 at 9:08 AM Gedare Bloom wrote: > > On Fri, Jul 10, 2020 at 9:01 AM Daniela Oliveira > wrote: > > > > > Hi guys, > > > > > > > > > > > > > > > What is your OS, and how did you set up Eclipse? > > > > > > > > > > I’m using the Linux CentOS 7, in VMWare 15.5 . > > > Thanks that

Re: Header missing

2020-07-10 Thread Gedare Bloom
On Fri, Jul 10, 2020 at 9:01 AM Daniela Oliveira wrote: > > > Hi guys, > > > > > > > > > What is your OS, and how did you set up Eclipse? > > > > > > I’m using the Linux CentOS 7, in VMWare 15.5 . > Thanks that is helpful. > > Eclipse: > > > Cross Settings: > > > Prefix: sparc-rtems5- > > > Path:

RES: Header missing

2020-07-10 Thread Daniela Oliveira
> Hi guys,> > > What is your OS, and how did you set up Eclipse?> > I’m using the Linux CentOS 7, in VMWare 15.5 .> Eclipse:> Cross Settings: > Prefix: sparc-rtems5-> Path: /opt/rtems/5/bin> Includes: “${RTEMS_MAKEFILE_PATH}/lib/include”> > Also, are you using the RTEMS-5 release download? Can you

Re: Header missing

2020-07-10 Thread Gedare Bloom
On Fri, Jul 10, 2020 at 8:41 AM Gedare Bloom wrote: > > Hi Daniela, > > On Fri, Jul 10, 2020 at 7:45 AM Daniela Oliveira > wrote: > > > > > Hi Joel, > > > > > > > > > > What branch are you on in the rtems source? > > > > > > > > > > I’m in the RTEMS_MAKEFILE_PATH > > > > > The paths of headers:

Re: Header missing

2020-07-10 Thread Gedare Bloom
Hi Daniela, On Fri, Jul 10, 2020 at 7:45 AM Daniela Oliveira wrote: > > > Hi Joel, > > > > > > What branch are you on in the rtems source? > > > > > > I’m in the RTEMS_MAKEFILE_PATH > > > The paths of headers: > > > /opt/rtems/5/sparc-rtems5/erc32/lib/include/dev/bspopts.h > > > /opt/rtems/5/spar

Re: How do you plan before starting to code ?

2020-07-10 Thread Gedare Bloom
On Fri, Jul 10, 2020 at 4:58 AM Richi Dubey wrote: > > Hi, > > Thanks for the suggestions, they're all very valid and helpful. > >> We advocate a test-driven development (TDD) approach in RTEMS. Write >> the test that should pass once your implementation is correct. Making >> it multi-layered from

RES: Header missing

2020-07-10 Thread Daniela Oliveira
> Hi Joel,> > What branch are you on in the rtems source?> > I’m in the RTEMS_MAKEFILE_PATH> The paths of headers:> /opt/rtems/5/sparc-rtems5/erc32/lib/include/dev/bspopts.h> /opt/rtems/5/sparc-rtems5/erc32/lib/include/bsp.h> >Tks,> > Daniela.Enviado do Email para Windows 10 De: Joel SherrillEnviad

Re: How do you plan before starting to code ?

2020-07-10 Thread Richi Dubey
Hi, Thanks for the suggestions, they're all very valid and helpful. We advocate a test-driven development (TDD) approach in RTEMS. Write > the test that should pass once your implementation is correct. Making > it multi-layered from simpler to more complex functionality allows you > to keep track