seeing source files included in ASM listing

Questions about the BASICtools and MakeItC
Post Reply
YahooArchive
Posts: 1462
Joined: Fri Oct 19, 2012 5:11 am

seeing source files included in ASM listing

Post by YahooArchive »

A few days ago I upgraded MakeItC. How to see the C-code in the ASM listing? All
that is there is the assembly listing making it difficult to locate the assembly
code for the C-code line. Should -fverbose be used? Where should that option be
placed? I tried it under options/compiler options, no help. The former MakeItC
showed the C-code in ASM Listing.

Thanks



YahooArchive
Posts: 1462
Joined: Fri Oct 19, 2012 5:11 am

Re: seeing source files included in ASM listing

Post by YahooArchive »

I don't have an answer for you, but it's something that has worked in the past,
though on occasion it would not, we never figured out why.

You might check the gnuarm or lpc2000 forums.

YahooArchive
Posts: 1462
Joined: Fri Oct 19, 2012 5:11 am

Re: seeing source files included in ASM listing

Post by YahooArchive »

You need to use the -g compiler option to see interleaved asm and C code in the
.lst file,

Chris Burrows
--
Astrobe v4.2: Oberon for Cortex-M3
http://www.astrobe.com

Post Reply