Author |
Message |
Topic: Why won't this compile? |
jrmymllr
Replies: 1
Views: 3481
|
Forum: General CCS C Discussion Posted: Wed Oct 17, 2012 6:06 am Subject: Why won't this compile? |
I'm at a loss as to why this won't compile. It would appear that PCH (v4.135) doesn't support pointers to pointers, but if I try another example of this, it works.
If one of the asterisks are dele ... |
Topic: USE parameter value is out of range "1" |
jrmymllr
Replies: 7
Views: 15202
|
Forum: General CCS C Discussion Posted: Wed Oct 10, 2012 10:47 am Subject: USE parameter value is out of range "1" |
Probably suggests this is not the problem line, but one some distance above it.
CCS has a little 'habit', when it meets syntax errors, of ploughing on, attempting to interpret things, till eventual ... |
Topic: USE parameter value is out of range "1" |
jrmymllr
Replies: 7
Views: 15202
|
Forum: General CCS C Discussion Posted: Tue Oct 09, 2012 7:40 am Subject: USE parameter value is out of range "1" |
I was hopeful, but the suggestions didn't fix it. I tried the line in a new project, with the bare minimum to compile and it worked. Still doesn't work though in the place I really need it... |
Topic: USE parameter value is out of range "1" |
jrmymllr
Replies: 7
Views: 15202
|
Forum: General CCS C Discussion Posted: Mon Oct 08, 2012 1:33 pm Subject: USE parameter value is out of range "1" |
When using this line:
#USE RS232(STREAM = RS485, BAUD = 2400, XMIT = PIN_C6, RCV = PIN_C7, PARITY = N, BITS = 8, DISABLE_INTS, ENABLE = PIN_A5)
I get this error:
*** Error 100 "C:\Users\ ... |
|