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: Problems with redboot_linux_exec.c...


[ Please send this to ecos-discuss next time, and not to individuals in Red
Hat. I've answered this anyway just the once. ]

David Connelly wrote:
> 
> I am trying to build the latest redboot sources from the public cvs
> repository and cannot get redboot_linux_exec.c to compile (the
> file is in packages/hal/arm/sa11x0/var/current/src). Apparently,
> there is a variable named 'script' which is referenced but never
> declared. Is there a cvs tag which I could use to checkout the
> last stable release of redboot? I am building for the Intel Assabet.

The latest one?

Seriously what's meant to happen is that redboot's main.c defines a macro
called DEFINE_VARS. Then when redboot.h is included script gets defined
there.

What I guess is actually happening though is that you're not importing the
.ecm file from the assabet/current/misc dir. Without that, there's be no
flash support, and no possibility of having a script.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine


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