Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A13 => Topic started by: mert on November 19, 2012, 09:49:28 PM

Title: Coding in Linux environment
Post by: mert on November 19, 2012, 09:49:28 PM
Hi everyone,

I searched but couldn't find answer to my problem. The problem is I am new to code in Linux environment, I have some knowledge about C/C++ or java languages but I have never written a code in Linux environment. I ask you guys that how can I programme A13, is there any example projects that I can look at first?

Thanks a lot..
Title: Re: Coding in Linux environment
Post by: olimex on November 19, 2012, 09:58:24 PM
check our blog have several examples http://olimex.wordpress.com
also you can review the project on OLinuXino project at GitHub https://github.com/OLIMEX/OLINUXINO
Title: Re: Coding in Linux environment
Post by: mert on November 19, 2012, 10:20:01 PM
I had a look at the projects but still couldn't understand how to generate my code on the board. I mean, are there any IDE programs like Eclipse but works for Linux environment so that I can compile my code on the A13 board. I really don't know anything about Linux sorry for my ignorance I'm trying to learn :)

Thanks again...
Title: Re: Coding in Linux environment
Post by: HeHoPMaJIeH on November 19, 2012, 11:29:54 PM
You can use any IDE, read about cross-compile tools for arm.
Title: Re: Coding in Linux environment
Post by: mert on November 20, 2012, 01:50:18 AM
I found some useful stuff about cross-compile thing. Thanks a lot :)