From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ron Avisa To: ecos-discuss@sources.redhat.com Subject: [ECOS] Hello Example Date: Wed, 01 Aug 2001 16:21:00 -0000 Message-id: <4.2.0.58.20010801160153.00a33300@128.121.113.105> X-SW-Source: 2001-08/msg00028.html I have setup the ecos config for a "default" cirrus ARM 7xxx board with RAM startup and 7212 cpu settings. I have flashed my board with the cymon_ROM bootloader. I have built the ecos kernel and tests and have been able to download and run them successfully. The next step then was to put together a simple app and try downloading that. I modified ...\eCos\examples\makefile to have a working dir pointing to my ecos-work_install directory and I set XCC up for ARM 7212 and did a "make". This seems to work fine producing a 1.2M image. However when I attempt to download this via GDB/insight I get "error: invalid download offset message" Any help is appreciated, Thanks Ron