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]
Other format: [Raw text]

Help eCos


Dear anyone,

I'm trying to run eCos on an i586 (it's only to try and I haven't a 386).

I buildt an ecos system under linux using:

ecosconfig -v new pc redboot

Then I added some packages:

- CYGPKG_MEMALLOC
- CYGPKG_CYGMON
- CYGPKG_KERNEL


Then, to have even redboot.bin file:

ecosconfig -v --no-resolve import 
.../packages/hal/i386/pc/current/misc/redboot_FLOPPY.ecm

I need to solve 1 conflict:


CYGSEM_HAL_ROM_MONITOR. "requires" constraint not satisfied: 
!CYGHWR_HAL_I386_FPU_SWITCH_LAZY
Possible solution:
CYGHWR_HAL_I386_FPU_SWITHC_LAZY -> 0 (disabled)

I solve it, then

ecosconfig -v tree
make

I copied the file redboot.bin on floppy, and I reboot from it
and I had redboot prompt.

Now, to run eCos and application under eCos(from floppy, hard disk or 
serial cable) what I have to to?

Thanks for the help.

Francesco


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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