This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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]

Re: newlib options


[cc'ed to newlib]

On 5/1/06, Danny Backx <danny.backx@scarlet.be> wrote:
Shaun,

There are strange options (RDP, AngelSWI, libgloss, ..) in the newlib
source, or in things you wrote about on the mailing list.

Where could I find a clue on what these mean ?

Danny

RDP, RDI, RedBoot and Linux are syscall (system call) protocols. A syscall protocol describes how libc communicates with the kernel. For newlib, the interface between libc and the syscall protocol is known as libgloss.

Check out ARM's reference site:
http://www.arm.com/documentation/

Cheers,
Shaun

Glossary

* RDP - remote debug protocol, aka Demon monitor
* RDI - remote debug interface, aka Angel monitor, aka AngelSWI
* ADP - Angel debug protocol, protocol to transmit RDI messages
* RedBoot - eCOS syscall protocol
* eCos - embedded Configurable operating system
* ARM - Advanced RISC Machines
* RISC - reduced instruction set computer

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