2008/10/30 macebre <span dir="ltr">&lt;<a href="mailto:macebre@web.de">macebre@web.de</a>&gt;</span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
I woud like to install the library &quot;libserial&quot;<br>
<a href="http://libserial.sourceforge.net/mediawiki/index.php/Main_Page" target="_blank">http://libserial.sourceforge.net/mediawiki/index.php/Main_Page</a><br>
into the Toolchain. I followed the instructions in the wiki under Toolchain (<br>
<a href="http://wiki.openmoko.org/wiki/Toolchain" target="_blank">http://wiki.openmoko.org/wiki/Toolchain</a> - Installing additional libraries into<br>
the toolchain)<br>
<br>
./configure --host=arm-angstrom-linux-gnueabi --<br>
prefix=/usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/usr<br>
seems to do fine<br>
<br>
now i&#39;m stuck by the &nbsp;command: make<br>
i get following errors: (in the text-file)<br>
<br>
can somebody give me a hint what i have to do next to install it,<br>
or maybe sombody can add it to the angstrom-repositories<a href="https://lists.openmoko.org/mailman/listinfo/support" target="_blank"></a></blockquote><div><br>It cannot find the c++ include files,&nbsp; and I think it&#39;s because the include-path is misconfigured. Can you edit the Makefile and change the directive<br>
<br> </div></div>-isystem/usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/include<br><br>to this:<br><br>-i/usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/include<br>
<br>and try make once more?<br><br>