User's Manual

Table Of Contents
AI7688H User Manual
-53-
Copyright@2016 AcSiP
Step-by-step
Download and setup OpenWrt SDK
Enable SFTP on AI7688H
First we need to prepare AI7688H to enable SFTP service. This allows Eclipse IDE to upload
binaries and debug files to the board.Make sure your board is connected to the internet
and you have access to the system console. Use following commands to install and enable
SFTP service.
Install and Setup Eclipse IDE for C/C++ Developers
Create and configure C project
Now we create a Hello World project that uses cross compilation toolchain from the
AI7688H OpenWrt SDK.
#Launch the IDE, choose File > New > Project...
#In the New Project wizard, choose C project and click Next to the project setting page.
#Choose Hello World ANSI C Project and Cross GCC toolchain, as following screenshot.
o If you have no Cross GCC option, you need to install C/C++ GCC Cross Compiler
Support.
o To install Cross Compiler Support, choose Help > Install new Software... and look for
C/C++ GCC Cross Compiler Support(org.eclipse.cdt.build.crossgcc) and install it.