Lib for gcc, c++, python

Started by Ellissar, August 28, 2014, 02:15:07 PM

Previous topic - Next topic

Ellissar

Hi everyone.
Where can I find information and libraries for programming in gcc, c++ or python in linux for Olinuxino A10?

kantal

glibc library for C development, Python 2.x (maybe 3.x too) and the standard C++ lib are installed in each desktop Linux.

glibc doc:  http://www.gnu.org/software/libc/manual/
python doc: python.org
C++ doc e.g.: http://www.cplusplus.com/

JohnS

It's an ARM so look on the net for articles about ARM, either native or cross-compiling.  There are thousands of such...

John