From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 47094 invoked by alias); 16 Jun 2016 13:26:50 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 47074 invoked by uid 89); 16 Jun 2016 13:26:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.1 required=5.0 tests=AWL,BAYES_50,RDNS_DYNAMIC,TVD_RCVD_IP autolearn=no version=3.3.2 spammy=H*RU:sk:exchang, Hx-spam-relays-external:sk:exchang, H*r:sk:exchang, HX-HELO:sk:exchang X-HELO: exchange.hsv.pesa.com Received: from 67-63-150-35.arpa.kmcmail.net (HELO exchange.hsv.pesa.com) (67.63.150.35) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 16 Jun 2016 13:26:48 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 16 Jun 2016 13:26:00 -0000 Message-ID: <07FFDDED6CBCCE4E9FBD46AEC3EBFD4F02C50BB3@exchange> In-Reply-To: <07FFDDED6CBCCE4E9FBD46AEC3EBFD4F02C50652@exchange> References: <07FFDDED6CBCCE4E9FBD46AEC3EBFD4F02C50652@exchange> From: "Michael W. Ellis" To: X-IsSubscribed: yes Subject: [ECOS] eCos Configuration Tool clewan and rebuild X-SW-Source: 2016-06/txt/msg00000.txt.bz2 I have inherited a project based on eCos 2.0.98 and have reached a point where I need to rebuild my library. Most of the folks who originally worked on this project are no longer with the company and our internal documentation is scarce at best. My understanding is that the eCos Configuration Tool is used to make changes to a .ecc file, and then to use this file to build the library. I have located the .ecc file for my project and have attempted to rebuild the library but something seems to be amiss. I see the extras.o, libextras.a and libtarget.a files in _install/lib change but the target.ld and vectors.o files remain unchanged. On one of my changes I updated linker-related files for my hardware in the eCos repository, but the linker files never seem to be regenerated. If I manually delete target.ld and rebuild the library then a new linker file is created. Is there something I'm missing here? I have tried cleaning and then building but nothing seems to make a difference to the linker file. Michael -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss