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: How to enable POSIX message queue in eCos environment?


Hello Andrew,

Thanks a lot for your help.

I did the following:

ecosconfig new linux posix
ecosconfig tree
make

now, everything is fine with my mqueue functions.  But, since I have a
printf() in my  code, I got the only error of

undefined reference to `puts' 

though I did not really have puts() in my code.  It seems something is
wrong with the stdio package, which is already loaded.  How can I fix
this problem?

I appreciate your help very much.

Sincerely,
Ellen

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


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