Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6950125
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T14:03:16+00:00 2026-05-27T14:03:16+00:00

For an academic project, I’m looking to add a source file (myfile.c) to the

  • 0

For an academic project, I’m looking to add a source file (myfile.c) to the kernel/ directory, the same directory as exit.c and fork.c. The build system does not appear to automatically pick up the new file, as I’m hitting “undefined reference” link errors to functions defined in myfile.c. How could I get this file incorporated?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T14:03:17+00:00Added an answer on May 27, 2026 at 2:03 pm

    You need to add a corresponding object file to the kernel/Makefile. If you have a configuration variable for your code, then you would use:

    obj-$(CONFIG_ZERO_STIMULUS_FEATURE) += zerostimulus.o
    

    If you’re building in your code without a configuration variable, then you’ll just add it to the obj-y variable:

    obj-y += zerostimulus.o
    

    The configuration variable expands to y, m, or n, depending if the feature is built-in, built as a module, or turned off. Then the obj-y, obj-m, variables are built.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am writing an academic project about extremely long functions in the Linux kernel
I'm working on an academic open source project and now I need to create
In an academic project I'm trying to setup a simple physics engine. I am
I'm working on an academic project which simulates a rather large queuing procedure in
This is kind of an academic question, so feel free to exit now. I've
I was doing my academic project and while building and testing i have put
I'm doing a desktop academic project one of the requirment of this project is
I work at a university, on a project for a web driven academic management
I'm doing an academic project which focus on providing some enhanced LBS services for
I'm working on a academic project: writing a library for finding the shortest path

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.