From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29044 invoked by alias); 13 Oct 2003 06:30:15 -0000 Mailing-List: contact ecos-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@sources.redhat.com Received: (qmail 29037 invoked from network); 13 Oct 2003 06:30:14 -0000 Received: from unknown (HELO mail.gmx.net) (213.165.64.20) by sources.redhat.com with SMTP; 13 Oct 2003 06:30:14 -0000 Received: (qmail 25456 invoked by uid 65534); 13 Oct 2003 06:30:12 -0000 Received: from 1Cust251.tnt27.rtm1.nld.da.uu.net (EHLO ericnt) (213.116.148.251) by mail.gmx.net (mp005) with SMTP; 13 Oct 2003 08:30:12 +0200 X-Authenticated: #14554654 Message-ID: <000201c39153$92bc6880$e33922c7@ericnt> From: "Eric de Jong" To: "eCos Discussion" References: <200310101538.17047.aarichar@cisco.com> Date: Mon, 13 Oct 2003 06:30:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Subject: Re: [ECOS] standalone RAM application X-SW-Source: 2003-10/txt/msg00183.txt.bz2 >> 1) no vectors are placed in RAM at 0x0 with the load of my program. No, the vectors are installed by redboot, and, if selected in the configuration, updated by your init code. >> 2) my program seems to want to load at 0x200000. You can change this in your linker file (target.ld ?) with the command "ENTRY(reset_vector)". The label reset_vector must be defined globaly. >> The code prints out a rew things and then hangs at some point. Your code? It does seem to work then right? Debug code? Try assembly stepping through the startup code and find out where it does wrong. Maybe you need to change some options in your config file? Eric. -- Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos and search the list archive: http://sources.redhat.com/ml/ecos-discuss