Author |
Message |
Topic: Output CCS compiler version via printf? |
Jyrki
Replies: 4
Views: 5738
|
Forum: General CCS C Discussion Posted: Tue May 06, 2014 1:17 am Subject: Output CCS compiler version via printf? |
Thanks for the fast help.
PS: I searched the online help for keywords like "version" "compiler" etc., but didn't find anything. Maybe CCS can improve the search index. |
Topic: Output CCS compiler version via printf? |
Jyrki
Replies: 4
Views: 5738
|
Forum: General CCS C Discussion Posted: Mon May 05, 2014 8:08 am Subject: Output CCS compiler version via printf? |
Hi all,
is there a way to read the current CCS compiler version in my code? So that I can print it out via e.g. fprintf (to UART for the user's information).
Something like
uint8 ucVersionMajor ... |
Topic: CCS 5.xxx Sticky |
Jyrki
Replies: 39
Views: 117933
|
Forum: General CCS C Discussion Posted: Fri Apr 04, 2014 6:40 am Subject: CCS 5.xxx Sticky |
Ok, it works when I create a CCS project file (im my case CC_Host.ccspjt) in the \src directory and adjust the include search path to my new revision path.
I would suggest anyhow, that CCS staff ha ... |
Topic: CCS 5.xxx Sticky |
Jyrki
Replies: 39
Views: 117933
|
Forum: General CCS C Discussion Posted: Thu Apr 03, 2014 8:48 am Subject: CCS 5.xxx Sticky |
Do you think about editing the command line from MPLAB to CCS compiler?
Executing: "C:\Program Files (x86)\PICC\Ccsc.exe" +FD "CC_Host.c" out="..\obj\" # ... |
Topic: CCS 5.xxx Sticky |
Jyrki
Replies: 39
Views: 117933
|
Forum: General CCS C Discussion Posted: Thu Apr 03, 2014 3:04 am Subject: Problem with include file paths (CCS 5.0.20 and MPLAB 8.92) |
I organized my files like
V1 (contains my MPLAB .mcp project file)
+-- src (contains my .c files)
+-- h (contains my .h files)
In my .c files, I include th ... |
|