I think I have it now. But I had to do the whole process as ROOT.<br><br>Now what I got in Eclipse is the following:<br style="color:rgb(102,102,102)"><br style="color:rgb(102,102,102)"><span style="color:rgb(102,102,102)">**** Build of configuration RTEMS Executable Configuration for project test ****</span><br style="color:rgb(102,102,102)">

<br style="color:rgb(102,102,102)"><span style="color:rgb(102,102,102)">make all </span><br style="color:rgb(102,102,102)"><span style="color:rgb(102,102,102)">Building file: ../scr/init.c</span><br style="color:rgb(102,102,102)">

<span style="color:rgb(102,102,102)">Invoking: RTEMS C Compiler</span><br style="color:rgb(102,102,102)"><span style="color:rgb(102,102,102)">/opt/rtems-4.11/bin/sparc-rtems4.11-gcc -B/opt/rtems-4.11/sparc-rtems4.11/sis/lib/ -specs bsp_specs -qrtems -mcpu=cypress -Os -g -Wall -c -fmessage-length=0 -pipe -MMD -MP -MF"scr/init.d" -MT"scr/init.d" -o "scr/init.o" "../scr/init.c"</span><br style="color:rgb(102,102,102)">

<span style="color:rgb(102,102,102)">In file included from ../scr/init.c:12:0:</span><br style="color:rgb(102,102,102)"><span style="color:rgb(102,102,102)">/opt/rtems-4.11/sparc-rtems4.11/sis/lib/include/rtems/confdefs.h:2434:6: error: #error "CONFIGURATION ERROR: No tasks or threads configured!!"</span><br style="color:rgb(102,102,102)">

<span style="color:rgb(102,102,102)">/opt/rtems-4.11/sparc-rtems4.11/sis/lib/include/rtems/confdefs.h:2446:2: error: #error "CONFIGURATION ERROR: No initialization tasks or threads configured!!"</span><br style="color:rgb(102,102,102)">

<span style="color:rgb(102,102,102)">/opt/rtems-4.11/sparc-rtems4.11/sis/lib/include/rtems/confdefs.h:2496:6: error: #error "CONFIGURATION ERROR: Do you want the clock driver or not?!?"</span><br style="color:rgb(102,102,102)">

<span style="color:rgb(102,102,102)">../scr/init.c: In function 'init_task':</span><br style="color:rgb(102,102,102)"><span style="color:rgb(102,102,102)">../scr/init.c:30:18: error: 'RTEMS_STATUS_SUCCESSFUL' undeclared (first use in this function)</span><br style="color:rgb(102,102,102)">

<span style="color:rgb(102,102,102)">../scr/init.c:30:18: note: each undeclared identifier is reported only once for each function it appears in</span><br style="color:rgb(102,102,102)"><span style="color:rgb(102,102,102)">../scr/init.c:31:5: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]</span><br style="color:rgb(102,102,102)">

<span style="color:rgb(102,102,102)">../scr/init.c:31:5: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]</span><br style="color:rgb(102,102,102)"><span style="color:rgb(102,102,102)">../scr/init.c:32:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]</span><br style="color:rgb(102,102,102)">

<span style="color:rgb(102,102,102)">../scr/init.c:32:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]</span><br style="color:rgb(102,102,102)"><span style="color:rgb(102,102,102)">../scr/init.c:37:5: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]</span><br style="color:rgb(102,102,102)">

<span style="color:rgb(102,102,102)">../scr/init.c:38:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]</span><br style="color:rgb(102,102,102)"><span style="color:rgb(102,102,102)">../scr/init.c:41:31: error: 'SELF' undeclared (first use in this function)</span><br style="color:rgb(102,102,102)">

<span style="color:rgb(102,102,102)">../scr/init.c:42:3: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]</span><br style="color:rgb(102,102,102)"><span style="color:rgb(102,102,102)">../scr/init.c:43:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]</span><br style="color:rgb(102,102,102)">

<span style="color:rgb(102,102,102)">../scr/init.c: At top level:</span><br style="color:rgb(102,102,102)"><span style="color:rgb(102,102,102)">../scr/init.c:65:0: warning: "CONFIGURE_MAXIMUM_TASKS" redefined [enabled by default]</span><br style="color:rgb(102,102,102)">

<span style="color:rgb(102,102,102)">/opt/rtems-4.11/sparc-rtems4.11/sis/lib/include/rtems/confdefs.h:1353:0: note: this is the location of the previous definition</span><br style="color:rgb(102,102,102)"><span style="color:rgb(102,102,102)">make: *** [scr/init.o] Error 1</span><br style="color:rgb(102,102,102)">

<br style="color:rgb(102,102,102)"><span style="color:rgb(102,102,102)">**** Build Finished ****</span><br><br><br>I have these includes at the top:<br><br>#include <bsp.h><br>#include <rtems.h><br>#include <rtems/confdefs.h><br>

<br><br>Can you please help?<br>