public inbox for ecos-bugs@sourceware.org
help / color / mirror / Atom feed
From: bugzilla-daemon@ecoscentric.com
To: ecos-bugs@ecos.sourceware.org
Subject: [Issue 1000964] New: Compiling multiple source files in a Makefile
Date: Tue, 01 Jun 2010 11:07:00 -0000	[thread overview]
Message-ID: <bug-1000964-13@http.bugzilla.ecoscentric.com/> (raw)

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.


                 reply	other threads:[~2010-06-01 11:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-1000964-13@http.bugzilla.ecoscentric.com/ \
    --to=bugzilla-daemon@ecoscentric.com \
    --cc=ecos-bugs@ecos.sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).