Tagged Questions

A small-footprint real-time operating system intended for use in embedded systems across multiple architectures.

learn more… | top users | synonyms

5
votes
3answers
710 views

Embedded Linux or eCos?

One way to look at it - embedded Linux starts with desktop Linux & ditches the parts not needed for embedded systems (is this actually true?), whereas eCos is designed from the ground up for ...
4
votes
1answer
118 views

Seeking (reasonably priced) eCos development board

I heard about eCos and it looks like it would be fun to play about with as a hobby project. Can anyone recommend a reasonably priced development board.If it doesn't add too much to the cost, I'd like ...
3
votes
3answers
2k views

GCC MIPS-32 Calling Conventions / Stack Frame Definition

There appears to be no definitive standardized stack frame and C language calling conventions (register usage and such) for the MIPS-32 Processor Architecture. That is, it appears to be completely up ...
1
vote
1answer
113 views

Problem building ECOS for “Linux Synthetic” target

I'm trying to building Synthetic Linux target with ECOS. My software environment: Ubuntu 11.4 GCC 4.5.2 ECOS 3.0 In the Config Tool I have set up "Linux Sythetic" target with "all" packages. ...
0
votes
1answer
63 views

Can we add a specific CFLAG to a eCos package when an cdl_option was enabled?

Say we have a package named CYGPKG_FOO, which has a cdl_option "CYGPKG_FOO_FEATURE_A_ENABLE". I want a specific gcc flags (e.g. "-DFEATURE_A=1") added to the CFLAGS of this package when this ...