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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T10:19:14+00:00 2026-05-25T10:19:14+00:00

I have a Builder that looks like this: baseEnv[‘COMPILEPROPERCOM’] = ‘$CXX -S -o ${TARGET.file}

  • 0

I have a Builder that looks like this:

baseEnv['COMPILEPROPERCOM'] = '$CXX -S -o ${TARGET.file} -c $CPPFLAGS -fPIC $COMPILE_PROPER_PATH $COMPILE_PROPER_DEFINES ${SOURCE.file}'
    compileProperAction = Action('$COMPILEPROPERCOM')
    compileProper_bld = Builder(action=compileProperAction, suffix = '.s_', chdir=1)

And I’m calling it in an SConscript like this:

    asm = libEnv.cp([Glob('*.c'),Glob('*.cpp')])

The issue that I am having is that only the first file in the Glob is being built. I tried not using a Glob and passing the name of a few files in manually, but again, only one file was built. So I’m guessing something is wrong with my Builder, but I can’t figure it out. Any thoughts on why when a node list is passed to this builder only a single file is built?

  • 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-25T10:19:15+00:00Added an answer on May 25, 2026 at 10:19 am

    After attacking it a different way thanks to Louis’s answer, what ended up working for me was to call the builders like so.

    instrAsm = []
    for a in asm:
        instrAsm += exeEnv.instr(a)
    for g in Glob('*.s'):
        instrAsm += exeEnv.instr(g)
    

    asm contains the nodes from some source files that are being compiled to assembly in a previous step

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

Sidebar

Related Questions

Suppose I have an SConstruct file that looks like this: env = Environment() env.Program(a,
Im have a nice regular expression builder that looks like this: string numberOfDigits =
I have an xml file that looks like this... <fruits> <apple color=red/> <orange color=orange/>
I have a UITableView of custom UITableViewCells which looks like this: [ CELL 0
Can I create an application with Flex Builder Trial ( that I have just
I have an NSWindow that I defined in interface builder. I want to make
I have been using Sandcastle Help File Builder to produce help files (HTML 1.0)
I have problem in validating Edittext in listview in onFocusChangeListner. My UI looks like
I have this .xml file with countries and their countrycodes in them. This is
I have Flex Builder Professional Ver 3 (Built with Eclipse) version. I need to

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.