<div class="gmail_quote">On Mon, Mar 12, 2012 at 3:00 PM, Sebastian Huber <span dir="ltr"><<a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
It is really hard to guess what you are doing.<div><br>
<br>
On 12/03/12 18:20, Binkowski, Cassio wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Interesting!<br>
I was able to fix those errors by changin the BSP path to:<br>
<br>
/home/rtems/test/sparc-rtems4.<u></u>11/c/sis/make<br>
</blockquote>
<br></div>
This is inside the build tree.  This will not work.  You must install the BSP with "make install".<div><br>
<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Of course, I didn't do the "gmake install" before, so I had to re-build it<br>
all. But anyway.<br>
<br>
The thing now is it won't find any includes, bsp.h or rtems.h<br>
<br>
How to proceed?<br>
</blockquote>
<br></div>
Run "make install" and set the BSP directory to "<prefix>/sparc-rtems4.11/sis"<u></u>.</blockquote><div><br>Ok. I did it.<br>Rebuilt it with the prefix and did a "make install".<br><br>


Eclipse configuration:<br>Base path: /opt/rtems-4.11<br>BSP path: /home/rtems/build/sparc-rtems4.11/sis<br><br>I'm trying to compile the example application found in:<br><br><a href="http://www.rtems.org/onlinedocs/releases/rtemsdocs-4.10.2/share/rtems/html/c_user/c_user00533.html" target="_blank">http://www.rtems.org/onlinedocs/releases/rtemsdocs-4.10.2/share/rtems/html/c_user/c_user00533.html</a><br>


<br>And I'm getting this in Eclipse console:<br><br><br>**** Build of configuration Debug for project asd ****<br><br>make all <br>Building file: ../init.c<br>Invoking: Cross GCC Compiler<br>gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"init.d" -MT"init.d" -o "init.o" "../init.c"<br>


../init.c:10:17: warning: bsp.h: No such file or directory<br>../init.c:11:19: warning: rtems.h: No such file or directory<br>../init.c:13: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘user_application’<br>


../init.c:15: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘init_task’<br>../init.c:46: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘user_application’<br>../init.c:71:22: warning: confdefs.h: No such file or directory<br>


make: *** [init.o] Error 1<br><br>**** Build Finished ****<br></div></div><br>Can you help?<br>