This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Modifying memory layout, possible?


First, I think that the first line in 

!/bin/sh

# these lines restart using the tcl shell \

  exec sh -c "if ( echo | tclsh ) 2>/dev/null ; then \

      exec tclsh \"${0}\" ${1+${*}} ; \

    elif ( echo | cygtclsh80 ) 2>/dev/null ; then \

      exec cygtclsh80 \"${0}\" ${1+${*}} ; \

    else \

      echo Could not find TCL interpreter ; \

      exit 1 ; \

    fi"



should be commented away.

Yes, my code should be clean. I downloaded those files I have been changing
from CVS to be sure. It is interesting to notice that if I by mistake choose
revB I will get in contact with the board even if it fails when downloading
.rodata.

/Andreas





> > 

> > But now the problem is that I don't have any contact with 

> my board. So I

> > thought that maybe I should try first to build a 

> non-modified stub, download

> > it and see if it works. I choose the template for AEB and 

> compiled and

> > downloaded but there is no contact with the board.

> 

> Is this with clean code? Have you tried it with clean code? 

> And you just

> did it with "ecosconfig new aeb stubs" (or config tool equivalent)?

> 

> Jifl

> -- 

> Red Hat, 35 Cambridge Place, Cambridge, UK. CB2 1NS  Tel: +44 

> (1223) 728762

> "Plan to be spontaneous tomorrow."  ||  These opinions are 

> all my own fault

> 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]