> Hi Gedare, > > The problem in RTEMS_MAKEFILE_PATH was solved. I have put the path of RTEMS_MAKEFILE_PATH in the /etc/profile and the /etc/bash.rc . If someone else had the same trouble, then could try this. > >Tks >Daniela. Enviado do Email para Windows 10 De: Daniela Oliveira >Hi guys, > > There is a problem in RTEMS_MAKEFILE_PATH, I think him was not built correctly or the path changed. > But I affirm that I have executed this steps exactly how your suggested > >Tks Enviado do Email para Windows 10 De: Gedare Bloom On Wed, Jul 15, 2020 at 2:15 PM Daniela Oliveira <oliveira...@gmail.com> wrote: > > > Hi guys, > > > > > > I have installed with this steps exactly but the bsp_specs was not inside the include directory, he's in lib directory. > that's normal > >This is the path of bsp_specs: > it should be at ./sparc-rtems5/erc32/lib/bsp_specs within your install point (prefix) > > No root@localhost:~ > > > yum install autoconf automake binutils gcc gcc-c++ gdb make patch pax \ bison flex xz unzip ncurses-devel texinfo zlib-devel python-devel git > > > mkdir comav/rtems/releases > > > wget https://ftp.rtems.org/pub/rtems/releases/5/rc/5.1.0-rc1/sources/rtems-source-builder-5.1.0-rc1.tar.xz > > > tar Jxf rtems-source-builder-5.1.0-rc1.tar.xz > > > cd rtems-source-builder-5.1.0-rc1/ > > > ../source-builder/sb-set-builder –prefix=/opt/rtems/5 5/rtems-sparc > > > cd > > > cd comav/rtems/kernel > > > wget https://ftp.rtems.org/pub/rtems/releases/5/rc/5.1.0-rc1/sources/rtems-5.1.0-rc1.tar.xz > > > tar Jxf rtems-5.1.0-rc1.tar.xz > > > export PATH=/opt/rtems/5/bin:$PATH > > > mv /rtems/releases/rtems-source-builder-5.1.0-rc1 /rtems/releases/rsb > > > cd rtems > > > ./bootstrap -c && $HOME/comav/rtems/rsb/source-builder/sb-bootstrap > > > cd comav/rtems/kernel/erc32 > > > $HOME/comav/rtems/kernel/rtems/configure --prefix=/opt/rtems/5 --target=sparc-rtems5 --enable-rtemsbsp=erc32 -- disable-posix --disable-networking > double check the space in "-- disable-posix" and, also, try with enable-posix to see if you get anything different. > > make all install > > > export RTEMS_MAKEFILE_PATH=/opt/rtems/5/sparc-rtems5/erc32 > > > > > > > > > > There is something that put the docs in other directory that is not path include correctly. > I'm not sure what you mean by this last, but the docs build is now separate from the rtems kernel build. > > > > > > > > Tks for help > > > > > > Daniela. > > > > > > Enviado do Email para Windows 10 > > > > De: Daniela Oliveira > Enviado:sexta-feira, 10 de julho de 2020 17:42 > Para: j...@rtems.org > Cc:users@rtems.org > Assunto: RES: Header missing > > > > > 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 para Windows 10 > > > > De: Joel Sherrill > Enviado:sexta-feira, 10 de julho de 2020 12:37 > Para: Daniela Oliveira > Cc:Gedare Bloom; users@rtems.org > Assunto: Re: Header missing > > > > > > > > On Fri, Jul 10, 2020 at 10:20 AM Daniela Oliveira <oliveira...@gmail.com> 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 > > > Maybe this. > > > Anything else may not be building the right repositor. > > > > I'm confused. You fetched the RSB from a release candidate snapshot and then cloned the repo. > > > > I don't know what is going on but you need a consistent set: all git or all m2006-1. > > > > Gedare and I built from git and switched to the 5 branch for the RSB and RTEMS. > > > > After building with the RSB, put the ${PREFIX}/bin at the front of your PATH and bootstrap the RTEMS source (if from git). Then build and install the BSP into a clean place (as Gedare suggested). > > > > There shouldn't be anything different at the moment between m2006-1 and the 5 branch on git but that's a combination we would never recommend or test. > > > > > > > >Tks for help. > > Enviado do Email para Windows 10 > > > > De: Gedare Bloom > Enviado:sexta-feira, 10 de julho de 2020 12:08 > Para: Daniela Oliveira > Cc:j...@rtems.org; users@rtems.org > Assunto: Re: Header missing > > > > On Fri, Jul 10, 2020 at 9:01 AM Daniela Oliveira <oliveira...@gmail.com> 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: /opt/rtems/5/bin > > > > > > > Includes: “${RTEMS_MAKEFILE_PATH}/lib/include” > > > > > > > > > > > > > > Also, are you using the RTEMS-5 release download? Can you send where you got it from? > > > > > > > Yeah, I’ve downloaded from git.rtems.org/rtems > > > > > > > Do you have the exact command or download by chance? > > > > The RTEMS-5 release is at > > https://ftp.rtems.org/pub/rtems/releases/5/rc/5.1.0-rc1 > > > > It contains a self-describing readme. > > > > The git.rtems.org/rtems.git has a branch for rtems 5 that would need > > to be checked out in order to build properly, then you would use the > > directions of the quick start, e.g.,: > > git clone git://git.rtems.org/rtems.git > > cd rtems > > git checkout -t origin/5 > > ./rtems-bootstrap > > > > etc. > > > > Anything else may not be building the right repository. > > > > > > > > > > > > > Daniela. > > > > > > Enviado do Email para Windows 10 > > > > > > > > > > > > De: Gedare Bloom > > > Enviado:sexta-feira, 10 de julho de 2020 11:42 > > > Para: Daniela Oliveira > > > Cc:j...@rtems.org; users@rtems.org > > > Assunto: Re: Header missing > > > > > > > > > > > > On Fri, Jul 10, 2020 at 8:41 AM Gedare Bloom <ged...@rtems.org> wrote: > > > > > > > > > > > > > > Hi Daniela, > > > > > > > > > > > > > > On Fri, Jul 10, 2020 at 7:45 AM Daniela Oliveira <oliveira...@gmail.com> 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/sparc-rtems5/erc32/lib/include/bsp.h > > > > > > > > > > > > > > > > > > > > > > This problem isn't reproducing under Linux/cmdline for me (or Joel). > > > > > > > What is your OS, and how did you set up Eclipse? > > > > > > > > > > > > > Also, are you using the RTEMS-5 release download? Can you send where > > > > > > you got it from? I want to verify. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >Tks, > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Daniela. > > > > > > > > > > > > > > > > Enviado do Email para Windows 10 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > De: Joel Sherrill > > > > > > > > Enviado:quinta-feira, 9 de julho de 2020 18:06 > > > > > > > > Para: Daniela Oliveira > > > > > > > > Cc:Gedare Bloom; users@rtems.org > > > > > > > > Assunto: Re: Header missing > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Thu, Jul 9, 2020 at 3:19 PM Daniela Oliveira <oliveira...@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 para Windows 10 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > De: Gedare Bloom > > > > > > > > Enviado:quinta-feira, 9 de julho de 2020 16:41 > > > > > > > > Para: Daniela Oliveira > > > > > > > > Cc:users@rtems.org > > > > > > > > Assunto: Re: Header missing > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Hi Daniela, > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Thu, Jul 9, 2020 at 11:53 AM Daniela Oliveira <oliveira...@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@rtems.org > > > > > > > > > > > > > > > > > Assunto: Re: Header missing > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Thu, Jul 9, 2020 at 9:08 AM Gedare Bloom <ged...@rtems.org> wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Mon, Jul 6, 2020 at 3:56 PM Daniela Oliveira <oliveira...@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@rtems.org > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > http://lists.rtems.org/mailman/listinfo/users > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > > users mailing list > > > > > > > > users@rtems.org > > > > > > > > http://lists.rtems.org/mailman/listinfo/users > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > users mailing list > users@rtems.org > http://lists.rtems.org/mailman/listinfo/users |
_______________________________________________ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users