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 CCS Technical Support

Search found 4 matches
CCS Forum Index
Author Message
  Topic: How to debug PCM compiled code in MPLAB with ICD2
wollibk

Replies: 7
Views: 13293

PostForum: General CCS C Discussion   Posted: Fri Feb 01, 2008 4:27 am   Subject: How to debug PCM compiled code in MPLAB with ICD2
Thanks PCM.

This describes is how i've done/tried it. But this doesn't work if your source consists of many c-files (like main.c adc.c i2c.c timer.c blabla.c). Then only the first linked file will ...
  Topic: How to debug PCM compiled code in MPLAB with ICD2
wollibk

Replies: 7
Views: 13293

PostForum: General CCS C Discussion   Posted: Wed Jan 30, 2008 9:59 am   Subject: How to debug PCM compiled code in MPLAB with ICD2
Hi all,

I'm a CCS newbie. I've tried to debug a c-project (multiple c-files) in MPLAB 8.0 with ICD2. But i can only step inside the disassembler window. Not inside the C-source window. I would like ...
  Topic: Compiling first program in CCS C
wollibk

Replies: 5
Views: 5462

PostForum: General CCS C Discussion   Posted: Tue Jan 29, 2008 2:37 am   Subject: ...
General:

ccsc.exe <options> <c-filename>


Try:

ccsc.exe +FM +EA +OW +T +A +Y9 +ES mytest.c for 14bit devices
ccsc.exe +FB +EA +OW +T +A +Y9 +ES mytest.c for 12bit devices
c ...
  Topic: CCS-Compiler and makefile
wollibk

Replies: 0
Views: 3450

PostForum: General CCS C Discussion   Posted: Fri Jan 25, 2008 9:03 am   Subject: CCS-Compiler and makefile
Hello all !

Does anybody have some experience with CCS-Compiler and makefiles (GNU-make)?
I want to use a makefile to compile multiple c-files in different directories and link them together. But ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group