
Iteaduino PLUS with A10 Core Manual
iteadstudio.com
21
st
August, 2013
12
Tech Support: [email protected]
Script expansion is automatically done according to the actual capacity of Micro-SD card
Clock synchronization with the Internet time server is automatically done
Offers a simple compiling tool iteadcompile to simplify compiling process
The following common tools software is preinstalled:
Vim: Text Editor
Git: Git version controls Shared Virtual Hosting services of the system projects
Samba: SMB / CIFS network protocol link software between UNIX and Windows
Build-essential: supports compiling environment such as gcc
Perl: programming language tool
SSH: Secure network connection program,
Python: python language compiler tool
2.
"iteadcompile" use instructions
ITEAD OS β offers a small script called iteadcompile, whose function is to simplify the compilation
process. During common gcc compiling process, we need to use "-l" parameter to develop the library
used when compiling. However, when we use iteadcompile to compile, we do not need to include
libraries that Itead Studio offers as which have already been supplied in the script.
Syntax is:
iteadcompile DES_File_Name SRC_File_name
Between which, DES_File_Name is the object file name and SRC_File_Name is the source file name.
For example, write a C program in /home/linaro/Documents, name it as test.c, and output a square
ware at pin 48. The operation process is as below: