<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 19, 2014 at 4:08 PM, Joel Sherrill <span dir="ltr"><<a href="mailto:joel.sherrill@oarcorp.com" target="_blank">joel.sherrill@oarcorp.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><br>
On 11/19/2014 10:04 AM, Hesham Moustafa wrote:<br>
> Hi,<br>
><br>
> I have been working on getting Epiphany toolchain built for RTEMS, and<br>
> then compile mninmal RTEMS code. Once issue I face now is that I got<br>
> this error:<br>
> "epiphany-rtems4.11-gcc: error: unrecognized command line option<br>
> ‘-qnolinkcmds’"<br>
><br>
> Is that something I have to add to the GCC port, or I can work on<br>
> RTEMS to get around this error?<br>
><br>
</div></div>Is rtems.h listed in gcc/config.gcc? It is for me and should have been<br>
in the patch<br>
I sent.<br>
<br></blockquote><div>Yes that was the problem, I think this resulted in of my previous trails. Thanks<br>for your reply, I now have a minimal epiphany/parallella BSP built.<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
epiphany-*-elf | epiphany-*-rtems* )<br>
        tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"<br>
        tmake_file="epiphany/t-epiphany"<br>
        extra_options="${extra_options} fused-madd.opt"<br>
        extra_objs="$extra_objs mode-switch-use.o resolve-sw-modes.o"<br>
        tm_defines="${tm_defines}<br>
EPIPHANY_STACK_OFFSET=${with_stack_offset:-8}"<br>
        extra_headers="epiphany_intrinsics.h"<br>
        case ${target} in<br>
        epiphany-*-rtems* )<br>
                tm_file="${tm_file} epiphany/rtems.h rtems.h"<br>
                ;;<br>
        esac<br>
<br>
> Regards,<br>
> Hesham<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Joel Sherrill, Ph.D.             Director of Research & Development<br>
joel.sherrill@OARcorp.com        On-Line Applications Research<br>
Ask me about RTEMS: a free RTOS  Huntsville AL 35805<br>
Support Available                (256) 722-9985<br>
<br>
</font></span></blockquote></div><br></div></div>