I am not getting any output into the list file.
--list=encoder.lst
in the project file, and the file is generated but it is empty.
What would be the problem?
Richard
List file
Re: List file
Are you compiling for a VM target or a native target? I suspect that it is a native target and, if so, you shouldn't specify a filename after the --list option. See the description of the --list option at the URL below.rich wrote:What would be the problem?
http://www.zbasic.net/doc/ZBasicRef.php?page=165
You'll find that for native mode devices the listing file will be left in the temporary file directory (typically a subdirectory of the zbTempDir directory in the directory containing the project file). Moreover, the listing file will have the same mame as the project file but with a .lss extension.
- Don Kinzer