From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1793 invoked by alias); 16 May 2005 11:25:48 -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 1172 invoked from network); 16 May 2005 11:25:06 -0000 Received: from unknown (HELO carallon.f9.co.uk) (80.229.37.120) by sourceware.org with SMTP; 16 May 2005 11:25:06 -0000 Received: from [192.168.42.8] by carallon.com (MDaemon.PRO.v8.0.2.R) with ESMTP id md50000006846.msg for ; Mon, 16 May 2005 12:27:11 +0100 Message-ID: <4288838C.8090001@carallon.com> Date: Mon, 16 May 2005 12:41:00 -0000 From: Will Wagner User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) MIME-Version: 1.0 To: Gary Thomas CC: eCos Discussion References: <4284E6CE.8030303@carallon.com> <1116006255.31049.126.camel@hermes> In-Reply-To: <1116006255.31049.126.camel@hermes> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: willw@carallon.com X-Spam-Processed: carallon.f9.co.uk, Mon, 16 May 2005 12:27:11 +0100 (not processed: message from valid local sender) X-MDRemoteIP: 192.168.42.8 X-Return-Path: will_wagner@carallon.com X-MDaemon-Deliver-To: ecos-discuss@ecos.sourceware.org X-MDAV-Processed: carallon.f9.co.uk, Mon, 16 May 2005 12:27:11 +0100 Subject: Re: [ECOS] link error due to unwanted exception support X-SW-Source: 2005-05/txt/msg00210.txt.bz2 > > What options did you use to compile your program? > > Look in the examples directory for how to do this. You can also > follow the instructions at > http://www.mlbassoc.com/examples/ > > Thanks for the help. My options are: CXXFLAGS = -msoft-float -mcpu=860 -ffunction-sections -fdata-sections -finit-priority -fvtable-gc -fno-exceptions -Wall -W -Wpointer-arith -Wstrict-prototypes -Winline -Wno-deprecated -Woverloaded-virtual -g LFLAGS = -msoft-float -mcpu=860 -nostdlib -Wl,--gc-sections -Wl,-static -Ttarget.ld -L../ecos_kernel/minimal/install/lib -g I have fixed my problem by working round the bit of rtti code I was using. I had been hoping to use rtti but not use exceptions but that doesn't seem to be possible. Should it be? Many thnaks, Will Wagner -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss