Toolchain add library "libserial"

Joachim Ott jo.omsl at googlemail.com
Thu Oct 30 11:50:11 CET 2008


2008/10/30 macebre <macebre at web.de>

> Hi,
>
> I woud like to install the library "libserial"
> http://libserial.sourceforge.net/mediawiki/index.php/Main_Page
> into the Toolchain. I followed the instructions in the wiki under Toolchain
> (
> http://wiki.openmoko.org/wiki/Toolchain - Installing additional libraries
> into
> the toolchain)
>
> ./configure --host=arm-angstrom-linux-gnueabi --
> prefix=/usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/usr
> seems to do fine
>
> now i'm stuck by the  command: make
> i get following errors: (in the text-file)
>
> can somebody give me a hint what i have to do next to install it,
> or maybe sombody can add it to the angstrom-repositories<https://lists.openmoko.org/mailman/listinfo/support>


It cannot find the c++ include files,  and I think it's because the
include-path is misconfigured. Can you edit the Makefile and change the
directive

-isystem/usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/include

to this:

-i/usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/include

and try make once more?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openmoko.org/pipermail/support/attachments/20081030/214e90b5/attachment-0001.htm 


More information about the support mailing list