From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Huang Qiang" To: "eCos" Subject: [ECOS] Download question with new Redboot? Date: Mon, 23 Apr 2001 10:14:00 -0000 Message-id: X-SW-Source: 2001-04/msg00318.html Hi all: I am using ARM evaluator7T and installed Redboot on my target system running at the beginning. I use Insight 5.0 and select Remote/Serial as the connection mode. It can establish connection between host and the target system. when I download the file it stop before completely download. I built the program : 1. arm-elf-gdb -g -I/d/ecos-work/E7T_install/include hello.c -L/d/ecos-work/E7T_install/lib -Ttarget.ld -nostdlib 2. arm-elf-gdb a.out 3. connect via Remote/Serial and the download but stop before the whole program has been downloaded. Have anyone met the same problem before? Thanks a lot!