Header missing

Joel Sherrill joel at rtems.org
Thu Jul 9 21:06:19 UTC 2020


On Thu, Jul 9, 2020 at 3:19 PM Daniela Oliveira <oliveiradad at gmail.com>
wrote:

>
>
> > Hi Gedare,
>
> >
>
> > The output of:
>
> > cd /opt/rtems/5
>
> > find . -name bspopts.h
>
> > find : predicate unknown
>
> > This is the path of header bspopts.h:
>
> >/opt/rtems/5/sparc-rtems5/erc32/lib/include/dev/bspopts.h
>

What branch are you on in the rtems source? I just built new tools and
RTEMS on the 5 branch and this is what was installed:

$ find /home/joel/rtems-work/tools/5/bsp-install/sparc-rtems5/erc32/ -name
bspopts.h
/home/joel/rtems-work/tools/5/bsp-install/sparc-rtems5/erc32/lib/include/bspopts.h


> >
>
> >
>
> > Tks for help,
>
> >
>
> > Daniela.
>
>
>
> Enviado do Email <https://go.microsoft.com/fwlink/?LinkId=550986> para
> Windows 10
>
>
>
> *De: *Gedare Bloom <gedare at rtems.org>
> *Enviado:*quinta-feira, 9 de julho de 2020 16:41
> *Para: *Daniela Oliveira <oliveiradad at gmail.com>
> *Cc:*users at rtems.org
> *Assunto: *Re: Header missing
>
>
>
> Hi Daniela,
>
>
>
> On Thu, Jul 9, 2020 at 11:53 AM Daniela Oliveira <oliveiradad at gmail.com>
> wrote:
>
> >
>
> > >Hi guys,
>
> >
>
> > >
>
> >
>
> > > Explaining the steps ..
>
> >
>
> > > I had used the RTEMS user manual, so these are the steps:
>
> >
>
> > > I built a SPARC tool chain.
>
> >
>
> > > - The structure looks like this:
>
> >
>
> > > / opt / rtems -> the binaries for compiling, debugging and
> manipulating files linked with RTEMS / SPARC
>
> >
>
> > > / rtems / releases / rsb -> downloaded and unzipped packages for
> installation
>
> >
>
> > > / rtems / kernel -> kernel for BSP generation
>
> >
>
> > > / opt / rtems / 5 / sparc-rtems5 / erc32 -> compiled bsp erc32,is the
> RTEMS_MAKEFILE_PATH
>
> >
>
>
>
> Can you show the output of:
>
> cd /opt/rtems/5
>
> find . -name bspopts.h
>
>
>
>
>
> FWIW, I just compiled and installed a clean version of rtems5, and get
>
> rtems/5$ find . -name bspopts.h
>
> ./sparc-rtems5/erc32/lib/include/bspopts.h
>
>
>
>
>
> > >
>
> >
>
> > > .../b-erc32-5$ find . -name bspopts.h
>
> >
>
> > > ./sparc-rtems5/c/erc32/lib/libbsp/sparc/erc32/include/bspopts.h
>
> >
>
> > >
>
> >
>
> > > Can you identify what tutorial did you follow, and whether you changed
>
> >
>
> > > any steps?
>
> >
>
> > > I’d used the Rtems User Manual, I’d configurated the project C/C++ in
> Eclipse, when I receive the fatal error : bspopts.h no such file or
> directory, then i would changed the bsp.h header
>
> >
>
> > >
>
> >
>
> > > Do you check out the rtems.git/5 branch?
>
> >
>
> > > I checked
>
> >
>
> > > Is this dev/bspopts.h in your installed tree?
>
> >
>
> > > Yeas, confirm.
>
> >
>
> > >
>
> >
>
> > >Tks, Daniela.
>
> >
>
> >
>
> >
>
> > Enviado do Email para Windows 10
>
> >
>
> >
>
> >
>
> > De: Gedare Bloom
>
> > Enviado:quinta-feira, 9 de julho de 2020 12:10
>
> > Para: Daniela Oliveira
>
> > Cc:users at rtems.org
>
> > Assunto: Re: Header missing
>
> >
>
> >
>
> >
>
> > On Thu, Jul 9, 2020 at 9:08 AM Gedare Bloom <gedare at rtems.org> wrote:
>
> >
>
> > >
>
> >
>
> > > On Mon, Jul 6, 2020 at 3:56 PM Daniela Oliveira <oliveiradad at gmail.com>
> wrote:
>
> >
>
> > > >
>
> >
>
> > > > > Hi guys,
>
> >
>
> > > >
>
> >
>
> > > > >
>
> >
>
> > > >
>
> >
>
> > > > > I have built a RTEMS 5 sparc, as docs.rtems.org tutorial. When I
> had built the C/C++ project,
>
> >
>
> > > >
>
> >
>
> > > > > I have found a missing header in bsp.h, the bspopts.h. I have no
> idea why this header appeared inside the DEV directory.
>
> >
>
> > > >
>
> >
>
> > > > > I  rewrote the header bsp.h path, <bspopts.h> for <dev/bspopts.h>
>
> >
>
> > > >
>
> >
>
> > > > >Then I ask: Is this normal?
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > > No, this is not normal.
>
> >
>
> > >
>
> >
>
> > > .../b-erc32-5$ find . -name bspopts.h
>
> >
>
> > > ./sparc-rtems5/c/erc32/lib/libbsp/sparc/erc32/include/bspopts.h
>
> >
>
> > >
>
> >
>
> > > Can you identify what tutorial did you follow, and whether you changed
>
> >
>
> > > any steps?
>
> >
>
> > >
>
> >
>
> > > Do you check out the rtems.git/5 branch?
>
> >
>
> > >
>
> >
>
> >
>
> >
>
> > Is this dev/bspopts.h in your installed tree?
>
> >
>
> >
>
> >
>
> > > > >
>
> >
>
> > > >
>
> >
>
> > > > >
>
> >
>
> > > >
>
> >
>
> > > > > Best regards,
>
> >
>
> > > >
>
> >
>
> > > > >
>
> >
>
> > > >
>
> >
>
> > > > > Daniela.
>
> >
>
> > > >
>
> >
>
> > > >
>
> >
>
> > > >
>
> >
>
> > > > Enviado do Email para Windows 10
>
> >
>
> > > >
>
> >
>
> > > >
>
> >
>
> > > >
>
> >
>
> > > > _______________________________________________
>
> >
>
> > > > users mailing list
>
> >
>
> > > > users at rtems.org
>
> >
>
> > > > http://lists.rtems.org/mailman/listinfo/users
>
> >
>
> >
>
>
> _______________________________________________
> users mailing list
> users at rtems.org
> http://lists.rtems.org/mailman/listinfo/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20200709/a672f927/attachment-0001.html>


More information about the users mailing list