Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A20 => Topic started by: dcel on November 10, 2015, 04:10:11 PM

Title: board A20 olinuxino
Post by: dcel on November 10, 2015, 04:10:11 PM
Hello,

I have a olinuxino -lime -4GB A20 card.
The linux-image works.

Now I wish to make personal programs for the card A20
What compiler do?
Are there tutotiels?

Thanks for your help.
Title: Re: board A20 olinuxino
Post by: Gerrit on November 10, 2015, 05:15:24 PM
what ever you want, everything that runs on Linux or Android, if you want to program the hardware directly use something like Arduino or a PIC
Title: Re: board A20 olinuxino
Post by: dcel on November 10, 2015, 05:23:06 PM
Thanks for answering me.
when I say directly that means with linux.
But since I do not usually, I wonder what compiler should be taken.
I am also looking for a tutorial for the compiler.
Title: Re: board A20 olinuxino
Post by: kantal on November 10, 2015, 05:39:53 PM
What program do you want to create?
Title: Re: board A20 olinuxino
Post by: JohnS on November 10, 2015, 06:18:07 PM
There are a lot of compilers available for Linux / ARM.  The clue is Linux...

John
Title: Re: board A20 olinuxino
Post by: dcel on November 10, 2015, 07:11:37 PM
So I ask the question differently.
What compiler do to the A20 Card to Olimex.
Title: Re: board A20 olinuxino
Post by: kantal on November 10, 2015, 07:30:13 PM
You wrote: the linux-image is working. So, you can make programs for Linux. There is a C/C++ compiler (gcc, g++) in the linux-image. But you can use the Python interpreter, too.
(And you can install other compilers or interpreters from the Net.)
Title: Re: board A20 olinuxino
Post by: dcel on November 10, 2015, 08:24:42 PM
The compiler is in the Linux image.
I am going to watch.
Thank you
Title: Re: board A20 olinuxino
Post by: dcel on November 10, 2015, 08:25:49 PM
Other questions or find tutorials
Thank you
Title: Re: board A20 olinuxino
Post by: kantal on November 10, 2015, 08:38:51 PM
http://www.cprogramming.com/tutorial/c-tutorial.html
http://www.cplusplus.com
or
python.org