When invoking clearmake, why symbol definition doesn't work on the command line?

Discussion in 'Technical Support' started by jani, Nov 22, 2011.

  1. jani

    jani

    Joined:
    Nov 23, 2010
    Messages:
    3
    Likes Received:
    0
    I type the following on command prompt:

    H:\clearmake -f makefile.mk "CCD_FLAGS += -dMACHINE1"

    It looks like the source file that has MACHINE1 compile time flag around it is not getting
    built. When I look at the map file, I only see .debug section for this file. And the size
    of this .debug section is too small, only 68 bytes. I should also see const, data, and text
    sections for this source file in the map file.

    Also, when the source file is getting compiled, I see definition of other -d symbols on the screen,
    but definition of MACHINE1 symbol doesn't appear on the screen.

    Please advise.

    Thank you!
     
    jani, Nov 22, 2011
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.