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]

Re: regarding posix message queues


"shridhar s patil" <shridhar1232@rediffmail.com> writes:

> Hi Nick,
>           steps followed to use posix queues in eCos are
>   1) Run configtool
>   2) Build->Templates
>       i)Hardware->Arm Development Board (pid)
>       ii)Packages->posix
>   3) Bulid ->Library
>   4) arm-elf-gcc -g  -I ../include msgsnd1.c -L ../lib -o
> msgsnd1.x     -Ttarget.ld  -nostdlib

The default POSIX template does not include all of the C
library. Between steps 2 and 3 above, add at least the STDIO package.


-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts


-- 
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]