I have been trying to build a test project in eclipse but have neen unable to do so.<br><br>The configuration I've been using are the following:<br><br>Base path: /opt/rtems-4.11<br>BSP pah: /home/rtems/test/sparc-rtems4.11<br>

<br>It is giving me this:<br>make invokation `make PROJECT_RELEASE=/home/rtems/test/sparc-rtems4.11' returned with error status 2<br><br>And Eclipse is returning the following, when trying to build:<br><br>**** Build of configuration RTEMS Executable Configuration for project test ****<br>

<br>make all <br>Building file: ../init.c<br>Invoking: RTEMS C Compiler<br>/opt/rtems-4.11/bin/gcc -Os -g -Wall -c -fmessage-length=0 -pipe -MMD -MP -MF"init.d" -MT"init.d" -o "init.o" "../init.c"<br>

/bin/sh: /opt/rtems-4.11/bin/gcc: No such file or directory<br>make: *** [init.o] Error 127<br><br>**** Build Finished ****<br><br><br>Can I have your advice? I have tried a few combinations on the Base and BSP path.<br>
<br>
Regards<br>Cassio<br><br>