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 7678761
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T17:43:18+00:00 2026-05-31T17:43:18+00:00

I am using Scons to build my C project. I have an external linker

  • 0

I am using Scons to build my C project. I have an external linker file specified to ld using the -Xlinker flag. My problem is that whenever I change my linker script pointed at by -Xlinker, Scons does not take the change into account:

scons: done reading SConscript files.
scons: Building targets ...
scons: `.' is up to date.
scons: done building targets.

How can I force Scons to listen to changes to my linker script, and recompile the project when that linker script changes?

  • 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-31T17:43:20+00:00Added an answer on May 31, 2026 at 5:43 pm
    env = Environment()
    env['LINKFLAGS']+=' -T linkerscript.lds '
    Depends(program, 'linkerscript.lds')
    

    Reference

    Also for explicit dependencies, check here

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

Sidebar

Related Questions

I have a C++ library that I build using Scons which is eventually linked
I have a project which I build using SCons (and MinGW/gcc depending on the
I have a big C++ project that is built using scons. Its building slow
I've got a scons build using a simple, common directory setup: project/ SConstruct src/
I'm using scons-qt plugin to build and link with Qt. I have to build
I'm using scons as my build system and I'd like to install my project's
I am using C# to build a small project which scans a image.I am
We're using SCons + swtoolkit for our build system on Mac, Linux, and Windows.
I am trying to build a program using the command scons compiler = msvc.
I have a mystery here: I'm using Ubuntu SCons (package version 1.2.0.d20100117-1). I have

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.