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

MPLAB 6.4

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







MPLAB 6.4
PostPosted: Wed Feb 11, 2004 10:56 am     Reply with quote

Hi,
I thought I'd move up to MPLAB 6.4 from 5.x and I'm having some issues. I installed the plugin and now I can compile from MPLAB 6.4 but there doesn't seem to be any connection between the Debugger and the out .HEX file. In 5.X I would hit BUILD-ALL and after the build the hex would be loaded into program memory in the debugger and I could run the emulator (ICE 2000) from my C code. In 6.4 it compiles but I have to manually go and import the .HEX file and there doesn't seem to be any debugging information as I can only work in ASM, there is no tie to the C source files.

Am I missing something here?
asjad



Joined: 09 Mar 2004
Posts: 52
Location: Greater Manchester - UK

View user's profile Send private message

PostPosted: Tue Mar 09, 2004 12:12 pm     Reply with quote

If you look in the folder where you created your source file you will
see a file with the extension LST

eg..

clock.LST

If you open this LST file you will get a combination of
C code and the asm equivalent to each line in your source code.


If you do not like the combination of C & ASM, then in MPLAB

goto project>build options>project. then goto the CCS tab
here you can change the way the LST file is generated (i.e pure asm)

Hope this helps!!!
_________________
Best Regards
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