DSPRelated.com
Forums

VisualDSP C compiler listing files?

Started by Unknown September 13, 2000


Hi,

I'm using VDSP4.1 against a 21061.

It isn't obvious from the User's Guide how to get a list file (C code
interleaved with asm code) from the C compiler.

How could I go about doing this?

Thanx...




On Tue, 12 Sep 2000 17:08:17 -0700, wrote:

> I'm using VDSP4.1 against a 21061.
>
> It isn't obvious from the User's Guide how to get a list file (C code
> interleaved with asm code) from the C compiler.
>
> How could I go about doing this?

I don't recall seeing a direct way to do this. I use -S (compile to
assembler source). This will generate a .s file and the compiler
inserts labels that are easy to match to C source line numbers (eg.
"_LN$25_myprocedure" is from line 25 in the C file and is in the
function myprocedure().

Kenneth Porter
Kensington Laboratories, Inc.
mailto:
http://www.kensingtonlabs.com