2008/10/30 macebre <[EMAIL PROTECTED]> > 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?
_______________________________________________ support mailing list [email protected] https://lists.openmoko.org/mailman/listinfo/support
