<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix"><br>
Since this likely impacts versions other than the head, I filed<br>
a PR and will follow up by fixing it on all impacted branches.<br>
<br>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<a href="https://www.rtems.org/bugzilla/show_bug.cgi?id=2113">https://www.rtems.org/bugzilla/show_bug.cgi?id=2113</a><br>
<br>
--joel<br>
<br>
On 04/07/2013 08:36 AM, Ralf Corsepius wrote:<br>
</div>
<blockquote cite="mid:51617677.4050203@rtems.org" type="cite">
<pre wrap="">On 04/07/2013 06:03 AM, Milo H. Fields wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Greetings,
I believe there may be a problem with the bsp code for leon2 bsp. When
configured with ‘CONSOLE_USE_INTERRUPTS=1’ the resulting make will
result in a file not found error for ‘ringbuf.h’ for the compile of the
file ‘c/src/lib/libbsp/sparc/leon2/console/console.c’.
b-leon2 Config:
../rtems-4.11/configure --target=sparc-rtems \
--enable-rtemsbsp=leon2 \
--prefix=<rtems-install> --enable-posix \
CONSOLE_USE_INTERRUPTS=1
To work around the issue I revised ‘console.c ‘ line 73 from
#include <ringbuf.h>
To
#include <rtems/ringbuf.h>
However I assume a change in ‘Makefile.am’ tree is preferred..
</pre>
</blockquote>
<pre wrap="">Nah - This clearly is a coding bug.
Changing the #include <ringbuf.h> to #include <rtems/ringbuf.h> would be
the appropriate fix.
Ralf
_______________________________________________
rtems-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rtems-users@rtems.org">rtems-users@rtems.org</a>
<a class="moz-txt-link-freetext" href="http://www.rtems.org/mailman/listinfo/rtems-users">http://www.rtems.org/mailman/listinfo/rtems-users</a>
</pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Joel Sherrill, Ph.D. Director of Research& Development
<a class="moz-txt-link-abbreviated" href="mailto:joel.sherrill@OARcorp.com">joel.sherrill@OARcorp.com</a> On-Line Applications Research
Ask me about RTEMS: a free RTOS Huntsville AL 35806
Support Available (256) 722-9985</pre>
</body>
</html>