User`s manual
ThinkCore IA241/240 Linux User’s Manual  Development Tool Chains 
5-10
After that, use FTP to upload the executable file to the UC, and then run the executable. 
 /hello 
ftp> bye 
Jared_Wu@Jared_Wu /hello 
$ ftp 192.168.14.9 
Connected to 192.168.14.9. 
220 Moxa FTP server <Version wu-2.6.1<2> Mon Nov 24 12:17:04 CST 2003> ready.
User <192.168.14.9:<none>>: root 
331 Password required for root. 
Password: 
230 User root logged in. 
ftp> bin 
200 PORT command successful. 
150 Opening BINARY mode data connection for hello-release. 
226 Transfer complete. 
ftp: 2744 bytes sent in 0.00Seconds 2744000.00Kbytes/sec. 
ftp> bye 
221-You have transferred 2744 bytes in 1 files. 
221-Total traffic for this session was 3131 bytes in 1 transfers. 
221-Thank you for using the FTP service on Moxa. 
221 Goodbye. 
Jared_Wu@Jared_Wu /hello 
$ 
root@Moxa:~# chmod 777 hello-release 
root@Moxa:~# ./hello-release 
Hello 
On-Line Debugging with Insight 
Insight is a graphical user interface that accompanies GDB, the GNU Debugger was written in 
Tcl/Tk by people working at Red Hat, Inc., and Cygnus Solutions. Red Hat was generous enough 
to make Insight available for public use, and continues to maintain the program. 
Click on 
http://sources.redhat.com/insight/ for more information about using Insight, or click on 
Help Topics under the Help menu to read the user manual. 










