This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

xdata xref

I have looked, and looked for a means of having the linker list the ADDRESSES of my data, idata and xdata variables, but not found one. How do I get it

Erik

Parents
  • NOIP is just a Compiler option (No Integer Promotion).

    The tools are all still command-line tools (see my rant elsewhere!); uVision just builds the command line & calls them "invisibly"

    So it should be possible to set it up on uVision, then copy the options into your batchfiles.
    uVision creates a .lnp file with the Linker options in.

    I've just noticed that mine has an IXREF option in it.

    Alternatively, you can do a uVision "batch" build from the command line

Reply
  • NOIP is just a Compiler option (No Integer Promotion).

    The tools are all still command-line tools (see my rant elsewhere!); uVision just builds the command line & calls them "invisibly"

    So it should be possible to set it up on uVision, then copy the options into your batchfiles.
    uVision creates a .lnp file with the Linker options in.

    I've just noticed that mine has an IXREF option in it.

    Alternatively, you can do a uVision "batch" build from the command line

Children