From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16478 invoked by alias); 21 Oct 2002 15:15:08 -0000 Mailing-List: contact ecos-maintainers-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: ecos-maintainers-owner@sources.redhat.com Received: (qmail 16454 invoked from network); 21 Oct 2002 15:15:06 -0000 Message-ID: <3DB419F4.3000904@eCosCentric.com> Date: Mon, 21 Oct 2002 08:15:00 -0000 From: Jonathan Larmour User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020827 X-Accept-Language: en, en-us MIME-Version: 1.0 To: Alok Damle CC: ecos-maintainers@sources.redhat.com Subject: Re: problem compiling ecos References: <5.1.0.14.0.20021021200259.00b2da90@jopasana.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-10/txt/msg00015.txt.bz2 Alok Damle wrote: > hi, > > i download the ecos-latest.tar.gz from ftp://ftp.skynet.ie/cvs/ > after that i configured the ecos using > > /newecos/ecos/configure --prefix=/tmp/build/ecos > > it created a make file. then i gave the command > > make -Wall install > > it is now giving me error saying that 'size_t' is not declared under > this scope. this error is coming due to the vector included in the one > of the cxx file. > > i tried to compile a saparate program that uses STl and it is getting > perfectly compiled and executed. > > Please tell me what is the problem and how can i solve it. The problem is that you haven't read the documentation ;-). http://sources.redhat.com/ecos/docs-latest and in particularly the getting started manual. What you are doing above is trying to build the eCos host tools. This is pointless as they're available for download from the http://sources.redhat.com/ecos/anoncvs.html page. Jifl -- eCosCentric http://www.eCosCentric.com/ --[ "You can complain because roses have thorns, or you ]-- --[ can rejoice because thorns have roses." -Lincoln ]-- Opinions==mine