From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30291 invoked by alias); 29 Jun 2005 23:44:29 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 30279 invoked by uid 22791); 29 Jun 2005 23:44:27 -0000 Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.206) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 29 Jun 2005 23:44:27 +0000 Received: by rproxy.gmail.com with SMTP id y7so9483rne for ; Wed, 29 Jun 2005 16:44:25 -0700 (PDT) Received: by 10.38.92.36 with SMTP id p36mr142117rnb; Wed, 29 Jun 2005 16:44:25 -0700 (PDT) Received: by 10.38.79.54 with HTTP; Wed, 29 Jun 2005 16:44:25 -0700 (PDT) Message-ID: <89a6346f0506291644576e7fb5@mail.gmail.com> Date: Wed, 29 Jun 2005 23:44:00 -0000 From: Ellen Reply-To: Ellen To: ecos-discuss@ecos.sourceware.org, andrew@lunn.ch In-Reply-To: <20050629200807.GF8479@lunn.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <89a6346f05062912554dee1fb9@mail.gmail.com> <20050629200807.GF8479@lunn.ch> Subject: Re: [ECOS] How to enable POSIX message queue in eCos environment? X-SW-Source: 2005-06/txt/msg00300.txt.bz2 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'=20 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