A small-footprint real-time operating system intended for use in embedded systems across multiple architectures.
0
votes
0answers
36 views
what's the difference between mask and disable interrupt?
I'd like to know the general interrupt model, especial for eCos/Linux OS.
Besides the question as titled, I'd like to know
1)ISR should not be interrupted, then should I disable interrupt in ISR or ...
3
votes
1answer
250 views
GDB remote protocol: how to analyse packets?
I have:
A proprietary prototype ARM board (Cortex-M3 based) with eCos OS
The board has the programmed RedBoot bootloader
Serial line (RS-232)
GDB debugger for ARM (arm-eabi-gdb)
Host OS is ...
0
votes
1answer
102 views
Profiling Implementation Issue with GCC C/C++ cross for PowerPC
I'm trying to get the gcc profiling implemented.
I am using the embedded environment eCos with a PowerPC. I programming in C.
When I compile and link using the -pg switch, I find that the symbol ...
5
votes
1answer
110 views
Using gdb to inspect “non-current” thread on eCos mips target
I have a MIPS target running eCos, which uses several thread. For debugging I'm using gdb 7.5 and a JTAG probe.
How can I from GDB inspect and back trace a non-current thread. I do have the base ...
1
vote
1answer
313 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
107 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 ...
5
votes
3answers
2k 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 ...
5
votes
1answer
153 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 ...
4
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 ...