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 6 matches
CCS Forum Index
Author Message
  Topic: PIC24FJ new compiler version warning using ICD=3
giuseppe

Replies: 0
Views: 3651

PostForum: General CCS C Discussion   Posted: Tue May 20, 2014 3:17 am   Subject: PIC24FJ new compiler version warning using ICD=3
Using the latest version 5.026 of the compiler and MPLAX 2.10 I get this error at single C file compilation.

Warning#227 Feature not supported Instead, Use #device icd=3

I've commented out th ...
  Topic: PCWHD 5.012 Linker problem
giuseppe

Replies: 1
Views: 6816

PostForum: General CCS C Discussion   Posted: Wed Oct 02, 2013 12:56 am   Subject: PCWHD 5.012 Linker problem
Using the latest compiler version 5.012 this linker error appears at the end of compile.

Executing: "C:\Program Files (x86)\PICC\Ccsc.exe" +FD LINK="GPS_DISC.hex=2401.o,AD5680.o,co ...
  Topic: Problem with large data array in ROM and #rom
giuseppe

Replies: 6
Views: 10353

PostForum: General CCS C Discussion   Posted: Mon Apr 15, 2013 9:12 am   Subject: Problem with large data array in ROM and #rom
OK, thank you, Now It works... I've some problems with memory organization but I hope to solve also it.
  Topic: Problem with large data array in ROM and #rom
giuseppe

Replies: 6
Views: 10353

PostForum: General CCS C Discussion   Posted: Wed Apr 10, 2013 1:08 am   Subject: Problem with large data array in ROM and #rom
In your last example, you created a ram array instead of a rom array by mistake. My guess is that when main goes to initialize the ram array, the code needed pushes the size of main past the allowed ...
  Topic: Problem with large data array in ROM and #rom
giuseppe

Replies: 6
Views: 10353

PostForum: General CCS C Discussion   Posted: Tue Apr 09, 2013 9:18 am   Subject: Problem with large data array in ROM and #rom
Hi!
I've fixed this potential bug, but I was sure the n cannot be greater than 24.

How can you say:
"The value obtained by MappaCaratteri


#ROM, tells the compiler to put an array at an ...
  Topic: Problem with large data array in ROM and #rom
giuseppe

Replies: 6
Views: 10353

PostForum: General CCS C Discussion   Posted: Tue Apr 09, 2013 6:26 am   Subject: Problem with large data array in ROM and #rom
On my PIC24FJ256GA106 project I've defined a large data array for character's map for my LCD graphic display, and I've defined it as constant


const char MappaCaratteri[]={
0x00,0x00 ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group