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.
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
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.
What program do you want to create?
There are a lot of compilers available for Linux / ARM. The clue is Linux...
John
So I ask the question differently.
What compiler do to the A20 Card to Olimex.
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.)
The compiler is in the Linux image.
I am going to watch.
Thank you
Other questions or find tutorials
Thank you
http://www.cprogramming.com/tutorial/c-tutorial.html
http://www.cplusplus.com
or
python.org