<p dir="ltr">Wouldn't thst be -L for the lbrary path? The -l option is usef to specify a library.</p>
<p dir="ltr">Also, linker flags are usually in LDFLAGS, CFLAGS is for compiler flags. It does of course depend on your Makefile.</p>
<p dir="ltr">I would recommend Eclipse. It won't do everything for you, but it can help by pointing the way! </p>
<p dir="ltr">Regards</p>
<p dir="ltr">Simon</p>
<div class="gmail_quote">On 29 Jan 2014 22:18, "Nick Withers" <<a href="mailto:nick.withers@anu.edu.au">nick.withers@anu.edu.au</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Wed, 2014-01-29 at 22:29 +1300, James Fitzsimons wrote:<br>
> Thanks Andrei,<br>
><br>
><br>
> I'm using a very plain vanilla environment at the moment. Ubuntu 13.10<br>
> with tool chain built using rtems source builder.<br>
><br>
><br>
> I'm using the template makefile for my test application, and am just<br>
> running make directly from bash.<br>
><br>
><br>
> No IDE or fancy build environment yet!<br>
<br>
I'd've said the RTEMS'provided Makefiles (there are a number of them,<br>
chained together) are pretty fancy... But then, I have trouble with just<br>
one Makefile :-P<br>
<br>
Anyway, try:<br>
        CFLAGS+=-I/bam/headers<br>
<br>
> Cheers,<br>
> James<br>
><br>
><br>
> On 29 January 2014 17:01, Andrei Chichak <<a href="mailto:groups@chichak.ca">groups@chichak.ca</a>> wrote:<br>
>         I believe what Sebastian is referring to is the environment<br>
>         that you are using for your compiles. In my case, I am using a<br>
>         Mac and Eclipse, I set <C/C++ Build><Settings><Tool<br>
>         Settings><RTEMS C Compiler><Preprocessor><Include Paths (-I)>.<br>
><br>
>         Your milage will vary, but if you tell us what you are<br>
>         driving, there may be someone here that can help.<br>
><br>
>         Andrei<br>
><br>
><br>
>         On 2014-January-28, at 2:11 PM, James Fitzsimons<br>
>         <<a href="mailto:james.fitzsimons@gmail.com">james.fitzsimons@gmail.com</a>> wrote:<br>
><br>
>         > Hi Sebastian,<br>
>         ><br>
>         > Thanks for your reply.<br>
>         ><br>
>         > Ideally I was hoping to us the -I option to specify the<br>
>         header file location, I just can't quite figure out where to<br>
>         add that into the RTEMS makefile structure. Looking at the<br>
>         make/README I can see a good example of how to link in other<br>
>         libraries using LD_LIBS, but there's nothing about including<br>
>         other header files.<br>
>         ><br>
>         > Apologies if I am missing something obvious!<br>
><br>
><br>
><br>
><br>
><br>
><br>
>         _______________________________________________<br>
>         rtems-users mailing list<br>
>         <a href="mailto:rtems-users@rtems.org">rtems-users@rtems.org</a><br>
>         <a href="http://www.rtems.org/mailman/listinfo/rtems-users" target="_blank">http://www.rtems.org/mailman/listinfo/rtems-users</a><br>
><br>
><br>
><br>
> _______________________________________________<br>
> rtems-users mailing list<br>
> <a href="mailto:rtems-users@rtems.org">rtems-users@rtems.org</a><br>
> <a href="http://www.rtems.org/mailman/listinfo/rtems-users" target="_blank">http://www.rtems.org/mailman/listinfo/rtems-users</a><br>
<br>
--<br>
Nick Withers<br>
<br>
Embedded Systems Programmer<br>
Department of Nuclear Physics, Research School of Physics and Engineering<br>
The Australian National University (CRICOS: 00120C)<br>
<br>
_______________________________________________<br>
rtems-users mailing list<br>
<a href="mailto:rtems-users@rtems.org">rtems-users@rtems.org</a><br>
<a href="http://www.rtems.org/mailman/listinfo/rtems-users" target="_blank">http://www.rtems.org/mailman/listinfo/rtems-users</a><br>
</blockquote></div>