Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A10 => Topic started by: Ellissar on August 28, 2014, 02:15:07 PM

Title: Lib for gcc, c++, python
Post by: Ellissar on August 28, 2014, 02:15:07 PM
Hi everyone.
Where can I find information and libraries for programming in gcc, c++ or python in linux for Olinuxino A10?
Title: Re: Lib for gcc, c++, python
Post by: kantal on August 28, 2014, 08:33:08 PM
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/
Title: Re: Lib for gcc, c++, python
Post by: JohnS on August 28, 2014, 09:35:25 PM
It's an ARM so look on the net for articles about ARM, either native or cross-compiling.  There are thousands of such...

John