Skip to main content
Visitor II
January 15, 2010
Question

STVD 4.1.4 bug (.NOLIST in ASM include files)

  • January 15, 2010
  • 1 reply
  • 542 views
Posted on January 15, 2010 at 10:46

STVD 4.1.4 bug (.NOLIST in ASM include files)

    This topic has been closed for replies.

    1 reply

    fggnrcAuthor
    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 15:07

    Dear Sirs,

    I found a bug in how the latest STVD release manages ASM include files.

    The attached archieve contains a default project to which I added MyInc.inc

    This file contains only a .NOLIST directive and a #define.

    After the project is successfully built, the simulator (and also my R-Link tool) gives this warning:

    -> warning: remove white-space characters at the end of the last line of the include file

    If I execute the code, there is no way to single-step through the code...

    If I do as the warning suggests, the project can't be built.

    Regards

    EtaPhi

    PS: a workaround is obviously to delete .NOLIST directives...