From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7065 invoked by alias); 18 Jun 2008 09:53:08 -0000 Received: (qmail 7056 invoked by uid 22791); 18 Jun 2008 09:53:08 -0000 X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from londo.lunn.ch (HELO londo.lunn.ch) (80.238.139.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 18 Jun 2008 09:52:50 +0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1K8uLA-000663-00; Wed, 18 Jun 2008 11:52:32 +0200 Date: Wed, 18 Jun 2008 09:53:00 -0000 From: Andrew Lunn To: Lars Poeschel Cc: ecos-devel@ecos.sourceware.org Subject: Re: Strange buildsystem behaviour Message-ID: <20080618095232.GA10893@lunn.ch> References: <92187523-464B-4EFE-A03F-AA54E4AD3E6A@wh2.tu-dresden.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <92187523-464B-4EFE-A03F-AA54E4AD3E6A@wh2.tu-dresden.de> User-Agent: Mutt/1.5.18 (2008-05-17) X-IsSubscribed: yes Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2008-06/txt/msg00022.txt.bz2 > Does anybody have a hint for me ? How can I get the code linked when it > is in platform.S ? The dependancy rules don't always work for some special files, eg vectors.S. However, if the object file is getting into libtarget.a, it should all work. The only exception would be if nothing actually uses symbols you added, then the linker is expected not to link your code.... Is this really reproducible? If you rm -fr your work tree and build everything from clean, can you reproduce the problem? Andrew