I need to know clearly which languages are supported by Galileo Gen 2. For example , is Assembly Langusage supported or are other languages ? If someone can explain this, I'll be very glad. Thanks.
1 Answers
In default operating system for this board which is Yocto Linux you have support for C, C++, Python, and Node.js/Javascript programming. Please take a look under this link http://www.intel.pl/content/www/pl/pl/do-it-yourself/galileo-maker-quark-board.html
Of course you can also program this board with x86 assembly.
Keep in mind that you can use almost any language you want. You have to just port framework with bigger or smaller effort. For example if you want to use Go language you have to compile it by your own.. Here is an example how to do that on Raspberry Pi which will be quire similar for Intel Galileo. http://dave.cheney.net/2012/09/25/installing-go-on-the-raspberry-pi
In VxWorks operating system which is Real Time OS by default you have support only for C/C++.

- 1,613
- 14
- 20
-
Thank you very much for your informations @Krystian. Actually I'm wondering about that can I use Galileo Gen 2 as a computer. I mean if I write some codes in gedit or other text editors for example file can be " helloWorld.c ", can I compile it on Galileo Gen 2 ? Is there something like terminal (console) on it ? Can I access Galileo Gen 2's folders ? If answers of these questions are yes, how can I do that ? I'm new about Galileo Gen 2 and if I wrote something wrong please excuse me. – Bayram Aug 11 '15 at 07:22
-
You have tons of tutorials on the web https://communities.intel.com/docs/DOC-23764 – Krystian Sakowski Aug 11 '15 at 07:30
-
http://www.codeproject.com/Articles/851612/Burglar-Alarm-Using-the-Intel-Galileo-Board – Krystian Sakowski Aug 11 '15 at 07:32
-
I'll research about them. Thanks a lot @Kyrstian. – Bayram Aug 11 '15 at 07:46