public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Redboot for PID
@ 2001-05-29  6:06 Rajeev murthy
  2001-05-29 10:08 ` Jonathan Larmour
  0 siblings, 1 reply; 2+ messages in thread
From: Rajeev murthy @ 2001-05-29  6:06 UTC (permalink / raw)
  To: ecos-discuss

hi,
   i'm trying to build Redboot for PID, but the configuration file Redboot_ROM.ecm is not to be found after the initial make. 
where am i going wrong?

thanks
rajeev


Get 250 color business cards for FREE!
http://businesscards.lycos.com/vp/fastpath/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ECOS] Redboot for PID
  2001-05-29  6:06 [ECOS] Redboot for PID Rajeev murthy
@ 2001-05-29 10:08 ` Jonathan Larmour
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Larmour @ 2001-05-29 10:08 UTC (permalink / raw)
  To: rajeev50; +Cc: ecos-discuss

Rajeev murthy wrote:
> 
> hi,
>    i'm trying to build Redboot for PID, but the configuration file Redboot_ROM.ecm is not to be found after the initial make.
> where am i going wrong?

It was accidentally omitted. It will be in the next update. In the
meantime, I've attached all of them since they're small.

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
cdl_savefile_version 1;
cdl_savefile_command cdl_savefile_version {};
cdl_savefile_command cdl_savefile_command {};
cdl_savefile_command cdl_configuration { description hardware template package };
cdl_savefile_command cdl_package { value_source user_value wizard_value inferred_value };
cdl_savefile_command cdl_component { value_source user_value wizard_value inferred_value };
cdl_savefile_command cdl_option { value_source user_value wizard_value inferred_value };
cdl_savefile_command cdl_interface { value_source user_value wizard_value inferred_value };

cdl_configuration eCos {
    description "" ;
    hardware    pid ;
    template    redboot ;
    package -hardware CYGPKG_HAL_ARM current ;
    package -hardware CYGPKG_HAL_ARM_PID current ;
    package -hardware CYGPKG_IO_SERIAL_GENERIC_16X5X current ;
    package -hardware CYGPKG_IO_SERIAL_ARM_PID current ;
    package -hardware CYGPKG_DEVS_FLASH_ARM_PID current ;
    package -hardware CYGPKG_DEVS_FLASH_ATMEL_AT29CXXXX current ;
    package -template CYGPKG_HAL current ;
    package -template CYGPKG_INFRA current ;
    package -template CYGPKG_REDBOOT current ;
    package CYGPKG_IO_FLASH current ;
};

cdl_option CYGBLD_BUILD_GDB_STUBS {
    user_value 0
};

cdl_option CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT {
    user_value 0
};

cdl_option CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM {
    inferred_value 0
};

cdl_option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS {
    inferred_value 1
};

cdl_option CYGSEM_HAL_USE_ROM_MONITOR {
    inferred_value 0 0
};

cdl_option CYGHWR_HAL_ARM_BIGENDIAN {
    user_value 1
};

cdl_component CYGBLD_BUILD_REDBOOT {
    user_value 1
};


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-05-29 10:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-29  6:06 [ECOS] Redboot for PID Rajeev murthy
2001-05-29 10:08 ` Jonathan Larmour

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).