CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Incomplete / partial .lst (list) file (CCS V3.207)

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Ants



Joined: 22 Nov 2006
Posts: 2

View user's profile Send private message

Incomplete / partial .lst (list) file (CCS V3.207)
PostPosted: Thu Nov 23, 2006 5:45 am     Reply with quote

I have a project with mutliple 'C' source files. When I compile why is only the 'main' file represented as assembler in the .lst (list) file? The other source files just appear as commented 'C'. There are no other .lst files individually generated, for each of these source files, so that is not an answer either.

I'm trying to read the 'assembler' code generated by the compiler in order to track down and kill a bug.
Ttelmah
Guest







PostPosted: Thu Nov 23, 2006 6:07 am     Reply with quote

If the routines in the other files are not being called, then no assembler will be generated.
Remove the 'nolist' option from the processor include file (this is there by default, and makes some assembler 'unshown'), but this normally only affects the 'system' code, not your own includes.

Best Wishes
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group