<div dir="ltr">Hi Sebastian,<div><br></div><div>Thanks for your reply.</div><div><br></div><div>Ideally I was hoping to us the -I option to specify the header file location, I just can't quite figure out where to add that into the RTEMS makefile structure. Looking at the make/README I can see a good example of how to link in other libraries using <span style="color:rgb(0,0,0);white-space:pre-wrap">LD_LIBS, but there's nothing about including other header files. </span></div>
<div><span style="color:rgb(0,0,0);white-space:pre-wrap"><br></span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap">Apologies if I am missing something obvious!</span></div><div><br></div><div>Cheers,</div>
<div>James Fitzsimons</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 28 January 2014 22:31, 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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 2014-01-28 10:24, James Fitzsimons wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Is there a suggested way to include header files for third party libraries? At<br>
the moment I've had to resort to using the C_INCLUDE_PATH environment variable<br>
to get GCC to find the appropriate headers when building my application.<br>
</blockquote>
<br></div>
This question depends on your build system and the way you want to organize things.<br>
<br>
You can install the libraries and header files in built-in GCC search locations or you can use the -I or -B option pointing to your libraries to add more search paths to GCC for example.<br>
<br>
-- <br>
Sebastian Huber, embedded brains GmbH<br>
<br>
Address : Dornierstr. 4, D-82178 Puchheim, Germany<br>
Phone   : <a href="tel:%2B49%2089%20189%2047%2041-16" value="+4989189474116" target="_blank">+49 89 189 47 41-16</a><br>
Fax     : <a href="tel:%2B49%2089%20189%2047%2041-09" value="+4989189474109" target="_blank">+49 89 189 47 41-09</a><br>
E-Mail  : <a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-<u></u>brains.de</a><br>
PGP     : Public key available on request.<br>
<br>
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.<br>
______________________________<u></u>_________________<br>
rtems-users mailing list<br>
<a href="mailto:rtems-users@rtems.org" target="_blank">rtems-users@rtems.org</a><br>
<a href="http://www.rtems.org/mailman/listinfo/rtems-users" target="_blank">http://www.rtems.org/mailman/<u></u>listinfo/rtems-users</a><br>
</blockquote></div><br></div>