From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27482 invoked by alias); 1 Jun 2010 11:07:08 -0000 Received: (qmail 27471 invoked by uid 22791); 1 Jun 2010 11:07:07 -0000 X-SWARE-Spam-Status: No, hits=-0.5 required=5.0 tests=AWL,BAYES_50,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 01 Jun 2010 11:06:55 +0000 Received: from localhost (hagrid.ecoscentric.com [127.0.0.1]) by mail.ecoscentric.com (Postfix) with ESMTP id 9337B2F78008 for ; Tue, 1 Jun 2010 12:06:53 +0100 (BST) Received: from mail.ecoscentric.com ([127.0.0.1]) by localhost (hagrid.ecoscentric.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sb4n6wF1amZ8; Tue, 1 Jun 2010 12:06:47 +0100 (BST) From: bugzilla-daemon@ecoscentric.com To: ecos-bugs@ecos.sourceware.org Subject: [Issue 1000964] New: Compiling multiple source files in a Makefile X-Bugzilla-Reason: QAcontact X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: eCos X-Bugzilla-Component: C library X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: sreejugr@gmail.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: normal X-Bugzilla-Assigned-To: jifl@ecoscentric.com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://bugzilla.ecoscentric.com/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Tue, 01 Jun 2010 11:07:00 -0000 Mailing-List: contact ecos-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-bugs-owner@sourceware.org X-SW-Source: 2010/txt/msg00007.txt.bz2 Please do not reply to this email. Use the web interface provided at: https://bugzilla.ecoscentric.com/show_bug.cgi?id=1000964 Summary: Compiling multiple source files in a Makefile Product: eCos Version: unknown Platform: Other (please specify) OS/Version: ARM Status: UNCONFIRMED Severity: major Priority: normal Component: C library AssignedTo: jifl@ecoscentric.com ReportedBy: sreejugr@gmail.com QAContact: ecos-bugs@ecos.sourceware.org Class: Advice Request Pls tell how to combine more than one source file in a makefile as a rule.... I'm calling a function ,FUNCT(),defined in a file named "file2.c" from another file named "file1.c". But on make command its giving an error message "Unreferenced function: 'FUNCT'" But if i'm defining the function definition in "file1.c" itself and then calling it, then its working. Is it possible to call tha above function from file1.c with its definition in file2.c????????? Pls reply.... -- Configure issuemail: https://bugzilla.ecoscentric.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the issue.