Setting RTEMS_ROOT should not be necessary.<br><br><div class="gmail_quote">On Mon, Jul 26, 2010 at 11:12 AM, Gedare Bloom <span dir="ltr"><<a href="mailto:gedare@gwmail.gwu.edu">gedare@gwmail.gwu.edu</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Are you talking about building standalone apps? If so, you might try<br>
looking at the examples-v2 CVS repository, which has some sample<br>
applications that build outside of RTEMS. You still have to point the<br>
Makefile to the installed/built rtems, by setting the<br>
RTEMS_MAKEFILE_PATH and RTEMS_ROOT environment variables.<br>
<br>
If you build and install RTEMS to /opt/rtems-4.10/sparc-rtems4.10 then<br>
I think you want:<br>
RTEMS_MAKEFILE_PATH=/opt/rtems-4.10/sparc-rtems4.10/leon3<br>
RTEMS_ROOT=/opt/rtems-4.10<br>
<br>
If you are talking about building the sptests/psxtests etc, then check<br>
how you configure RTEMS, if you have --enable-tests=samples, then<br>
configure won't setup the build for the other test executables.<br>
Instead you just want --enable-tests, which I believe is the default<br>
option.<br>
<font color="#888888"><br>
-Gedare<br>
</font><div><div></div><div class="h5"><br>
On Mon, Jul 26, 2010 at 10:57 AM, Lisa A. Day <<a href="mailto:day@lanl.gov">day@lanl.gov</a>> wrote:<br>
> I'm learning RTEMS (4.10) and have successfully been able to build, load,<br>
> and run the testsuites/samples programs on my leon3 dev board without<br>
> problem. However, outside this samples directory, I have not been able to<br>
> build any of the apps. I don't know if its a Makefile issue or not...  My<br>
> thought is if I could get my hands on one of the testsuites/samples<br>
> makefiles that is not dependent on the installation dir, I can make sense of<br>
> where I'm going astray -- CONFIG, environment, or path issues, etc.<br>
><br>
> Does anyone have such an example?<br>
><br>
> --<br>
> ===============================<br>
> Lisa A. Day<br>
> ISR-3: Space Data Systems<br>
> MS D440<br>
> Los Alamos, NM 87545<br>
> (505) 665-4780<br>
><br>
> _______________________________________________<br>
> rtems-users mailing list<br>
> <a href="mailto:rtems-users@rtems.org">rtems-users@rtems.org</a><br>
> <a href="http://www.rtems.org/mailman/listinfo/rtems-users" target="_blank">http://www.rtems.org/mailman/listinfo/rtems-users</a><br>
><br>
<br>
_______________________________________________<br>
rtems-users mailing list<br>
<a href="mailto:rtems-users@rtems.org">rtems-users@rtems.org</a><br>
<a href="http://www.rtems.org/mailman/listinfo/rtems-users" target="_blank">http://www.rtems.org/mailman/listinfo/rtems-users</a><br>
</div></div></blockquote></div><br>