User's Manual

Table Of Contents
AI7688H User Manual
-57-
Copyright@2016 AcSiP
# Change the setting Remote Absolute File Path for C/C++ Application to /tmp/HelloWorld.
You may also use other path if you wan to.
# Now select the Debug tab. Set the GDB Debugger path to
OpenWrt_SDK/staging_dir/toolchain-mipsel_24kec+dsp_gcc-4.8-linaro_uClibc-0.9.33.2/b
in/mipsel-openwrt-linux-uclibc-gdb where OpenWrt_SDK is the path to the OpenWrt
SDK.
# Click Apply then Debug. The IDE will now upload the built executable to AI7688H through
SFTP service. Enter to root password of AI7688H if the IDE prompts you to do so.
# The IDE now starts a gdbserver on the board, then connect Eclipse debug view to it. By
default it will break at the first line of main function.
And that's it - now you should be able to extend the program and can debug the program
with Eclipse.