List file

Questions and discussion about the ZBasic IDE.
Post Reply
rich
Posts: 81
Joined: 19 November 2015, 12:23 PM

List file

Post by rich »

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
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Re: List file

Post by dkinzer »

rich wrote:What would be the problem?
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.

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
rich
Posts: 81
Joined: 19 November 2015, 12:23 PM

Post by rich »

So i did find the 'c' list file in the temp directory.

Thanks much

Richard
Post Reply