Re: Generating List file

From: Dean Ramsier (dramsiernospam_at_accelentnospam.com)
Date: 02/27/04


Date: Fri, 27 Feb 2004 08:43:09 -0500

C files produce their assembly listing in .cod files (thus the name
WINCECOD). You'll find the .cod files in the same place as the .lst files.

-- 
Dean Ramsier - eMVP
Accelent Systems
http://www.accelent.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Tell
Microsoft!
https://www.windowsembeddedeval.com/community/newsgroups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"Tweeeek" <Tariq.Mahmood@nospam.com> wrote in message
news:c1n1bc$rap$1$8302bc10@news.demon.co.uk...
> Hi
> Thanks for the reply, this works but only generates .lst files for files
> written in assembler (.s extension), it doesn't generate .lst file for
files
> written in C (.c extension)
>
> Regards
>
> "Alan Page [MS]" <alanpa@online.microsoft.com> wrote in message
> news:OzWm38J$DHA.3184@TK2MSFTNGP09.phx.gbl...
> > set WINCECOD=1 either at the command line, or in a sources file.  The
> > assembly listing will be created in obj\%_TGTCPU%\%wincedebug%
> >
> > -- 
> > Alan Page [MS]
> > https://www.windowsembeddedeval.com/community/newsgroups
> > ---
> > This posting is provided "AS IS" with no warranties, and confers no
> > rights.
> >
> > > Hi
> > > Is there any option in wince.net 4.2 that I can set that will generate
a
> > lst
> > > file when compiling a source file written in C file.  Is there any
> > options
> > > that I can set in say a SOURCES file.  Do I need to use CFLAGS???? to
> > > achieve this.
> >
> >
>
>