• ERRORLEVEL from command-line invocation of uVision2
    I am integrating our builds into the Ant and CruiseControl architecture, but have run into a problem: when invoking uVision2 from the command line, e.g.: uv2 -b washer.uv2 uVision2 never sets ERRORLEVEL...
  • Assembler invocation problem
    Hello, I'm having problems setting conditional assembly symbols in the invocation line of A51. The lst file below should have all the details. Thanks A51 MACRO ASSEMBLER FACTORY 06/30/2004...
  • Auto define Memory Class range
    Hi, I am using “Linker Control File” to create MEMORY CLASS using the following directive, CLASSES( HCONST_EeSet1 (0xC00000-0xC003FF), HCONST_EeSet2 (0xC00400-0xC004FF), HCONST_EeSet3 (0xC00500...
  • address range
    Hello! I have a problem and need a help! I use the macro XVAR for a bus communication. I have defined: #define name XVAR(unsigned char, 0x100000) name= 0x10; In the START167.A66 File this address...
  • Sub classes in NDATA class
    Problem: Is there a way to define groups of variables in different modules and then to force the linker to locate all these in one contiguous memory region. This would be helpful for parameter-variables...