Sonsivri

Electronics => Pic C Languages => Topic started by: nullos on June 26, 2013, 07:11:12 07:11



Title: CCS C 5.xxx
Post by: nullos on June 26, 2013, 07:11:12 07:11
This thread is for CCS 5.xxx

modified by Metal


Title: Re: CCS C 5.xxx ?
Post by: duende_azul on July 01, 2013, 05:02:27 05:02
Here:



Title: Re: CCS C 5.xxx ?
Post by: nullos on July 01, 2013, 07:50:21 07:50
Many thanks ! Works perfect with old licence files ! :-)


Title: Re: CCS C 5.xxx ?
Post by: duende_azul on July 01, 2013, 03:46:45 15:46
Old Keygen work fine.


Title: Re: CCS C 5.xxx ?
Post by: xpress_embedo on July 03, 2013, 02:49:09 02:49
If someone doesn't have the old license files then they can be download the files from the attached file.
Just copy and paste in the default installation directory.



Title: Re: CCS C 5.xxx ?
Post by: Magnox on July 03, 2013, 04:25:32 16:25
Folks, check the posts in the CCS 4 thread if you need keys. I know that alichan's link in post #71 is still working.

http://www.sonsivri.to/forum/index.php?topic=33138.msg147072#msg147072

Probably others are too.


Title: Re: CCS C 5.xxx
Post by: duende_azul on July 05, 2013, 04:38:27 04:38
New version: 5.008


Title: Re: CCS C 5.xxx
Post by: ppa88 on July 05, 2013, 01:24:43 13:24
See attachment to download CCS 5


Title: Re: CCS C 5.xxx
Post by: gmua on July 08, 2013, 12:23:22 00:23
An alternative link will be really helpful.

For those having problems with mega.co.nz, here's another alternative.

Thanks duende_azul...


Title: Re: CCS C 5.xxx
Post by: duende_azul on July 12, 2013, 04:44:28 04:44
Version 5.009.  :o

(see attach file)

It seems that CCS is going to take a daily version.  ;D


Title: Re: CCS C 5.xxx
Post by: mcr on July 12, 2013, 04:20:28 16:20
Version 5.009.  :o

https://mega.co.nz/#!CUgSCRbK!Yp2wKXIx6xvgqsAxxwuEIFxr9gMPj1FQ3qRicJHfrhg (https://mega.co.nz/#!CUgSCRbK!Yp2wKXIx6xvgqsAxxwuEIFxr9gMPj1FQ3qRicJHfrhg)

It seems that CCS is going to take a daily version.  ;D

It wouldn't be CCS otherwise.


Title: Re: CCS C 5.xxx
Post by: metal on July 12, 2013, 04:40:21 16:40
you will be attacked by CCS lovers, be careful ;D


Title: Re: CCS C 5.xxx
Post by: gan_canny on July 25, 2013, 02:06:45 02:06
The IDE in 5.009 is a bit quirky......issues with resizing and getting bottom left/right corners win7 64 pro....maybe fixed in 5.010


Title: Re: CCS C 5.xxx
Post by: duende_azul on July 26, 2013, 04:46:35 04:46
Versión 5.010

  ;)


Title: Re: CCS C 5.xxx
Post by: metal on July 26, 2013, 11:19:14 11:19
The IDE in 5.009 is a bit quirky......issues with resizing and getting bottom left/right corners win7 64 pro....maybe fixed in 5.010
The IDE has been crap since day 0, delphi components they are using are very bad. I remember they use TMS components which cause this behavior.. add to it bad implementation..


Title: Re: CCS C 5.xxx
Post by: Old_but_Alive on July 26, 2013, 04:29:29 16:29
@metal,

apart from that you like it  - right ?  ;D


Title: Re: CCS C 5.xxx
Post by: mcr on July 26, 2013, 04:37:12 16:37
I just use 12,16 and 18  PICs but want to switch to 24s.

Is it any good for this line of products?

Thanks.


And as stated before:
It wouldn't be CCS if they don't make daily updates.


Title: Re: CCS C 5.xxx
Post by: metal on July 26, 2013, 05:49:12 17:49
@metal,

apart from that you like it  - right ?  ;D

TBH, I don't even use it :- )
sometimes I have to use it to compile existing codes by others.


Title: Re: CCS C 5.xxx
Post by: gan_canny on July 27, 2013, 03:20:58 15:20
Yes it works with the 24's.
Some issues reported with the CCS debug hardware (ex. ICD-U64) with clock speed above 100mhz. Some 24's can run at 140 Mhz. The ICD-U64 can upload( program) code that runs at 140Mhz it just can't run the same code in debug mode (many  PIC's have have debug capabilities...peek at registers display ram etc).
An aside
Some are adverse to CCS rapid versioning.
 Craftsmen and women don't blame their tools. They do choose the tools for the job. Many like their tools sharpened daily others like them blunt so they don't get cut.
CCS sharpens the tools weekly if not daily. Anyway some would rather accept imperfect compilers rather than wait months or years for a new version hoping the delay will lead to better results.  Its always a choice.


Title: Re: CCS C 5.xxx
Post by: mcr on July 27, 2013, 07:18:54 19:18
That's good to hear gan_canny.

I think I'll migrate one PIC18F4431 PPWM project to a PIC24FJ16MC101.  I've seen the device supported and looks like it does have a MC101 and MC102.

Compiled some old code with the setup_power_pwm and some #defines were modified for the PIC18F4431 (complementary or something).

I don't use ICD-U64 or CCS IDE, I use PICKIT3 and MPLAB; haven't gotten more than 40 MHZ so this 100MHZ won't be a problem.


I agree with your statement, whether CCS has a bad compiler or not, we use it, so it must be good (at least for us).


Waiting for 6.000    :P


Title: Re: CCS C 5.xxx
Post by: localcrack on July 29, 2013, 08:41:00 08:41
Following macro not works on CCS 5.008

#define bit_toggle(var,bit) ((var&(1<<bit))!=0) ? (var &= ~(1<<bit)) : (var |= (1<<bit))

However it perfectly works on CCS 4.xxx

is anything is wrong ?


Title: Re: CCS C 5.xxx
Post by: hate on July 29, 2013, 10:48:18 10:48
I don't know why that doesn't work but you can use a simpler and faster macro for bit toggling like the one below:
Code:
#define bit_toggle(var, bit) (var^= (1<<bit))


Title: Re: CCS C 5.xxx
Post by: gan_canny on July 29, 2013, 08:31:26 20:31
Some when given tools still want to do their own tool making. Sometimes it's for portability reasons other times it's just being stubborn.
Now there is always the KISS ( Keep it simple stupid) method with bit_set and bit_clear or even  ( less of a KISS)  a bit structure and a byte overlayed by a union. Anyway a purist coder's ego will often cause them to use the least obvious way. ( Job insecurity perhaps).


Title: Re: CCS C 5.xxx
Post by: towlerg on July 29, 2013, 10:31:42 22:31
Quote
#define bit_toggle(var,bit) ((var&(1<<bit))!=0) ? (var &= ~(1<<bit)) : (var |= (1<<bit))

Seriously?

Hard to imaging why there are any C holdouts!


Title: Re: CCS C 5.xxx
Post by: metal on July 30, 2013, 02:20:01 02:20
mainly it is portability. bit_set and bit_clr are crap.
for bit_set
PORTx |= (1 << bit)
and bit_clr
PORTx &= ~(1 << bit)

in localcrack's case, it is keep it strictly stupid, been sailing in dark oceans since CCS 4.xxx, imagine... I am afraid he will now ask about XOR logic:
https://en.wikipedia.org/wiki/Exclusive_or


Title: Re: CCS C 5.xxx
Post by: hate on July 30, 2013, 01:38:32 13:38
Following macro not works on CCS 5.008

#define bit_toggle(var,bit) ((var&(1<<bit))!=0) ? (var &= ~(1<<bit)) : (var |= (1<<bit))

However it perfectly works on CCS 4.xxx

is anything is wrong ?

Btw I realized there is no semicolon [;] at the end of the macro, you might be missing it when you are using the macro which may also be the reason why it doesn't work.


Title: Re: CCS C 5.xxx
Post by: hock on August 01, 2013, 01:07:09 13:07
can some one please post a non mega.co.nz link for ver 5.010
hock


Title: Re: CCS C 5.xxx
Post by: duende_azul on August 11, 2013, 05:07:26 17:07
Never ending history  :P

Version 5.011



Title: Re: CCS C 5.xxx
Post by: Old_but_Alive on August 11, 2013, 05:30:59 17:30
its a journey, not a destination


Title: Re: CCS C 5.xxx
Post by: duende_azul on September 13, 2013, 03:13:12 15:13
New version 5.012



Title: Re: CCS C 5.xxx
Post by: electrocutioner on September 13, 2013, 10:20:40 22:20
Hello All,

Could someone check an issue for me?  choose one of the default colors in the editor properties which has a dark background -- Classic or Twilight.
Then load a file into the editor and right click its tab.  Choose New Edit Window.  In the new window, are the colors in tact? or are they infused with white background?
I am asking to see if it is a true bug or an issue with my PC.
Thanks!


Title: Re: CCS C 5.xxx
Post by: Magnox on September 13, 2013, 10:40:23 22:40
Same here - I get a mostly white background in the new edit window, with some bits in black. Bug!


Title: Re: CCS C 5.xxx
Post by: hock on September 17, 2013, 05:07:22 05:07
i am not able to use ver 5.011 and 5.012 with the keygen. i get the message that the license file is currept.
has some one else fased the same issue?

hock


Title: Re: CCS C 5.xxx
Post by: Magnox on September 17, 2013, 07:57:35 07:57
I've never used a keygen, just copied the license files that I've had for years. Same ones as somewhere above in the thread probably.

However, I've just tried one of the keygens I have downloaded to generate new license files. It seemed to work for 5.012. No complaints about the files, and the 'about' box showed CCS licensed as expected. That was with a clean install on Windows XP SP3 if it makes any difference.

The keygen that I tried is called SCG-PCWHD-keygen and it is 10kB.


Title: Re: CCS C 5.xxx
Post by: hock on September 17, 2013, 06:06:29 18:06
i am using the same one, it was uploaded in ccs 4 at post 71. when i try to pass the new license file after install it give erroe. it use to work fine for up to ver 5.010. now it is not working. let me try a fresh install.

mplab complains about a dll erro and exits.

this is the error message from mplab ide 8.92
works fine with ver 5.010
Error 44 "##################.c" Line 1(1,1): Internal Error - Contact CCS  PR-CODE ##############
hock


Title: Re: CCS C 5.xxx
Post by: avrtopic on October 12, 2013, 12:41:55 00:41
Has a solution been found for the license file issue under 5.012? I am having the same problem, using license files I have had for a long time.  Running the keygen yields the same results.


Title: Re: CCS C 5.xxx
Post by: OrciBorg on October 24, 2013, 11:25:43 11:25
 Version 5.013 has been released and fixes a  problem with printf disabling interrupts on some parts.


Title: Re: CCS C 5.xxx
Post by: duende_azul on October 29, 2013, 11:30:16 23:30
New bugs update.  :P

CCS 5.013


Title: CCS C 5.xxx and MPLABX
Post by: mitsos on November 01, 2013, 03:34:59 15:34
hi

if someone here working the version 5 of pcwhd in the mpabx environment please share with us how to do that. In my place the official mpabx plugin make nothing.

regards
mitsos


Title: Re: CCS C 5.xxx
Post by: gonzogonzo on November 02, 2013, 06:21:51 18:21
For me is working;
Simply create project with CCS wizard, create project with Mplabx wizard (sure that use CCS plugin) and than add Your C File (from CCS) to Source file into mplabx project
than compile: all ok (also proteus vsm)....


Title: Re: CCS C 5.xxx
Post by: hock on November 05, 2013, 07:00:46 07:00
to mitsos
Please install MPLABX as well as CCS in folders without space. go to MPLABX > tools> plugins> updates look for ccs c compiler. select and install
you must be connected to net.
now ccs is integrated with your MPLABX

please let me know if it works for you. working for me.


Title: Re: CCS C 5.xxx
Post by: mitsos on November 05, 2013, 11:29:14 11:29
hi

I confirm that hock, share with us the solution to integrate successfully the ccs compiler to mplabx.

regards
mitsos


Title: Re: CCS C 5.xxx
Post by: metal on November 05, 2013, 01:25:48 13:25
hi

if someone here working the version 5 of pcwhd in the mpabx environment please share with us how to do that. In my place the official mpabx plugin make nothing.

regards
mitsos

the first result in google search for ccs 5 mplabx: http://www.ccsinfo.com/pdfs/mplabx_ccs_tutorial.pdf

and I remember this one worked for me...


Title: Re: CCS C 5.xxx
Post by: duende_azul on November 13, 2013, 09:03:58 21:03
CCS 5.015


Title: Re: CCS C 5.xxx
Post by: microchip on December 21, 2013, 01:20:48 01:20
Has anyone else got the RapidUSB prototyping tool from CCS? I picked one up for $20 but I can't get it to program - the manual says to look for "RapidUSB Loader" under program, but all I get are E3 USB, Bootloader, and ICD.


Title: Re: CCS C 5.xxx
Post by: gan_canny on January 18, 2014, 02:47:44 14:47
Any chance of an update to the latest version  5.017 ?


Title: Re: CCS C 5.xxx
Post by: duende_azul on January 21, 2014, 02:42:09 02:42
Here:
CCS 5.017


Title: Re: CCS C 5.xxx
Post by: JackalImm on January 21, 2014, 02:56:10 02:56
hi duende_azul,

can you share the password of the RAR file? :)

Thnx


Title: Re: CCS C 5.xxx
Post by: XxMohannadxX on January 22, 2014, 11:36:13 11:36
hi i try the default forum password but i dos not work :( :(
what is the correct password??


Title: Re: CCS C 5.xxx
Post by: duende_azul on January 24, 2014, 02:43:11 14:43
Sorry guys  :(...  

new link without password...


Title: Re: CCS C 5.xxx
Post by: microchip on January 28, 2014, 06:13:10 06:13
In case anyone's wondering - here's what I did to get my RapidUSB working.
1) Go to CCS->Options->IDE->Tools
2) Click "Add"
3) Enter the following:
      i) Name: RapidUSB Loader
     ii) Usage: Program Button
    iii) Command: "C:\Program Files (x86)\PICC\siow.exe" "BAUD=300" "+DTR" "+TERM" "DOWNLOAD=%H"
4) Press "Apply"
5) In SIOW, ensure that the last selected COM port is your RapidUSB stick
6) Compile, program, and unplug/replug the RapidUSB. Your program will start running!

Hope this helps someone!


Title: Re: CCS C 5.xxx
Post by: duende_azul on February 03, 2014, 02:20:55 02:20
CCS 5.018   ;D


Title: Re: CCS C 5.xxx
Post by: cjack on February 15, 2014, 01:35:06 13:35
CCS 5.019 .... never ending story  ;D

http://www.ddlstorage.com/sbnrots1z08h/pcwhdupd5019.rar.htm


Title: Re: CCS C 5.xxx
Post by: JackalImm on February 15, 2014, 05:09:33 17:09
can you provide a mirror? the domain is blocked in my country :)

thnx


Title: Re: CCS C 5.xxx
Post by: Wannabe on February 15, 2014, 06:43:27 18:43
If no one is having any trouble with Mega I would suggest sticking to it.
Tested links to older versions and they are still around, and the download speed is great.


Title: Re: CCS C 5.xxx
Post by: FriskyFerretReloaded2 on February 15, 2014, 06:45:58 18:45
can you provide a mirror? the domain is blocked in my country :)

thnx

Here are 5 mirrors.


Title: Re: CCS C 5.xxx
Post by: cjack on February 22, 2014, 11:14:52 23:14
5.020  ;D

https://mega.co.nz/#!shAWAILC!4GTpFyhLfwN1XOUyWBBsR3rlXfVAFJ7HqfClRvbWJCg


Title: Re: CCS C 5.xxx
Post by: cjack on March 05, 2014, 11:38:06 11:38
5.021 is here

https://mega.co.nz/#!M5RlQI6b!ztJrypzwbNeCyNI2NblJqCOBb_Kc52QNNud4KhwknMA


Title: Re: CCS C 5.xxx
Post by: FriskyFerretReloaded2 on March 10, 2014, 02:36:39 02:36
Friends,

I am missing the license files. Can someone help me out?

Thanks,

Look in post #4 of this thread: http://www.sonsivri.to/forum/index.php?topic=52924.msg152561#msg152561


Title: REG files
Post by: alichan on March 29, 2014, 06:35:41 18:35
I used attached keygen (from v4) and all worked fine.

I don't like the new ribbon used instead classic menus (well you can change it in many software but not all, anyway i dont like these defaults). I'd say i hate the ribbon. ;D


Title: Re: CCS C 5.xxx
Post by: duende_azul on April 01, 2014, 11:48:00 11:48
CCS 5.023


Title: Re: CCS C 5.xxx
Post by: piccolo on April 01, 2014, 11:55:35 11:55
CCS 5.013
https://mega.co.nz/#!xAIVFCjB!xkIQZdcs398bg2mGKevVhv0bTW-W8PfAlaATpoIYWcU (https://mega.co.nz/#!xAIVFCjB!xkIQZdcs398bg2mGKevVhv0bTW-W8PfAlaATpoIYWcU)
Is it v5.013 or, probably, v5.023?


Title: Re: CCS C 5.xxx
Post by: OrciBorg on April 01, 2014, 12:13:07 12:13
 Is a 5.023.


Title: Re: CCS C 5.xxx
Post by: cjack on April 14, 2014, 09:43:22 21:43
5.024 it's here  ;)

See attached file for link


Title: Re: CCS C 5.xxx
Post by: PaulC on April 15, 2014, 12:20:28 00:20
5.024 it's here  ;)

https://mega.co.nz/#!A8JgnACL!HT8jJkNB4pT-qslI1sXAIPGI9Sno7wqg9XGCdcriW_E (https://mega.co.nz/#!A8JgnACL!HT8jJkNB4pT-qslI1sXAIPGI9Sno7wqg9XGCdcriW_E)

link in txt file please..



Title: Re: CCS C 5.xxx
Post by: duende_azul on April 24, 2014, 10:32:59 22:32
CCS 5.025


Title: Re: CCS C 5.xxx
Post by: ulderico on July 10, 2014, 09:43:00 09:43
PCWHDupd 5.026 here!   :)

See attached file for link


Title: Re: CCS C 5.xxx
Post by: palomino on July 17, 2014, 04:45:59 16:45
Hi.

The link is dead.
 :'(

Rafael


Title: Re: CCS C 5.xxx
Post by: bbarney on July 17, 2014, 10:17:42 22:17
Hi.

The link is dead.
 :'(

Rafael

So I was nice enough to warn you to post and this is how you repay me , your idea of a first post in 2 years after being warned and mine are not the same so I guess you didn't understand you were getting the boot if you didn't shape up I just didn't think the boot was coming out the same day


Title: Re: CCS C 5.xxx
Post by: jellybean442 on July 18, 2014, 12:46:33 00:46
New link for 5.026


Title: Re: CCS C 5.xxx
Post by: jellybean442 on July 20, 2014, 09:27:46 21:27
Link to 5.026 at a different site (requested)


Title: Re: CCS C 5.xxx
Post by: ulderico on September 19, 2014, 09:20:22 09:20
PCWHDupd 5.027 here!   Smiley

See attached file for link


Title: Re: CCS C 5.xxx
Post by: ulderico on November 11, 2014, 02:28:02 14:28
PCWHDupd 5.030 here!    :)

See attached file for link


Title: Re: CCS C 5.xxx
Post by: Diramo on November 12, 2014, 01:49:31 01:49
Sorry, can you share PCWHDupd 5.030 to the different site? I have some problems with downloading, site is blocked in my country.


Title: Re: CCS C 5.xxx
Post by: ulderico on November 12, 2014, 04:07:52 04:07
Test the google  DSN
8.8.8.8
8.8.4.4


Title: Re: CCS C 5.xxx
Post by: marinaio67 on November 12, 2014, 08:11:29 08:11
Sorry, can you share PCWHDupd 5.030 to the different site? I have some problems with downloading, site is blocked in my country.
Try this


Title: Re: CCS C 5.xxx
Post by: Nicolina1988 on December 21, 2014, 03:43:47 15:43
Hi, is there any guide of CCS C changes between major 3->4->5 Compiler generations?
Especially, changes of the syntax of their specific CCS "embedded" functions so people can easily migrate code samples from 3 and 4.


Title: Re: CCS C 5.xxx
Post by: FTL on December 21, 2014, 05:53:00 17:53
Here is a list of updates since V4.001 if that helps. There are a couple of details missing from early V4, but I think it is complete from V4.024 onwards.


Title: Re: CCS C 5.xxx
Post by: jellybean442 on December 23, 2014, 04:47:15 04:47
Here is a list of updates since V4.001 if that helps. There are a couple of details missing from early V4, but I think it is complete from V4.024 onwards.

The biggest change I saw was going from v4.xx to v5.xx -- CCS left their traditional UI and went to a ribbon UI. A lot of people didn't like the new UI, so they stuck with v4.xx. You can see the latest v5 release notes here (http://www.ccsinfo.com/devices.php?page=versioninfo), but it doesn't cover anything v4 and prior.


Title: Re: CCS C 5.xxx
Post by: cjack on December 24, 2014, 03:30:44 15:30
Hi All, a small gift for all of you. Below the download link for version 5.034.

I also decided to write my own keygen (included in rar package). With this keygen you will be able to specify (if you have one) also the PCWHD reference number.
In the license type you can specify if you want to generate PCWHD or SXC keyfiles.

Merry Christmas to all of you!



Title: Re: CCS C 5.xxx
Post by: Old_but_Alive on December 24, 2014, 04:09:31 16:09
what a nice Xmas gift.

many thanks


Title: Re: CCS C 5.xxx
Post by: voltas5 on December 25, 2014, 07:34:11 07:34
Not my intention to spoil the Christmas gift.

But i though we should all know the errors on this version(5.034) seems important for 16F users:
 
    5.035  A delay_us() problem in 5.034 where it takes more ROM than needed is fixed
    5.035  A RAM allocation problem with PIC16 parts that use interrupts and 32 bit math is fixed

In detail: http://www.ccsinfo.com/devices.php?page=versioninfo (http://www.ccsinfo.com/devices.php?page=versioninfo)


Title: Re: CCS C 5.xxx
Post by: cjack on December 25, 2014, 10:06:07 10:06
Uh, very bad  :o
Anyway no problem, below the link to version 5.035 + Keygen  :D


Title: Re: CCS C 5.xxx
Post by: voltas5 on January 03, 2015, 05:28:20 05:28
With ccs THE HITS JUST KEEP ON COMING

Below problems with 5.035 fixed with 5.036

 5.036  A problem with the IDE finding hex files in alternate output directories is fixed
 5.036  A problem with very large delays on chips with slow clocks is fixed
 5.036  Various IDE tweaks



Title: Re: CCS C 5.xxx
Post by: cjack on January 03, 2015, 10:44:53 22:44
version 5.036 + Keygen, link below  ;)


Title: Re: CCS C 5.xxx
Post by: younder on January 04, 2015, 11:53:06 23:53
version 5.036 + Keygen, link below  ;)


Hi, I was not able to run the Keygen. There was just no message... Tried to open it with admin rights as well as in compatibility mode but it didn't work.
PS. I'm using Windows 7 Ultimate edition.
Any help would be appreciated!
Thanks!


Title: Re: CCS C 5.xxx
Post by: pickit2 on January 05, 2015, 12:11:23 00:11
check your download, you should have two files, the kgen is 796kb, it works ok.


Title: Re: CCS C 5.xxx
Post by: Jatayu on January 05, 2015, 06:52:00 06:52
On Windows 7 Ultimate x64 keygen also doesn't work.
But on Win XP it works fine. So, just copied keyfiles from Win XP to Win 7.


Title: Re: CCS C 5.xxx
Post by: Rute on January 05, 2015, 08:19:24 08:19
On Win7 64 Professional keygen work perfect  8)


Title: Re: CCS C 5.xxx
Post by: danifox on January 05, 2015, 11:23:34 11:23
The keygen works, at least on Win7 x64. However, Nod32 detects Win32/Packed.MoleboxVS.N, but I supose it is a false positive because I used it and my computer is just fine. Thank you very much for the upload.


Title: Re: CCS C 5.xxx
Post by: cjack on January 06, 2015, 09:45:43 09:45
Hi Guys, I think some compatibility issues with MoleBox, used to pack the keygen executable.
Below the link to download unpacked keygen, sure that will run just fine  ;) And no more false positive!



Title: Re: CCS C 5.xxx
Post by: younder on January 11, 2015, 07:51:22 19:51
Hi Guys, I think some compatibility issues with MoleBox, used to pack the keygen executable.
Below the link to download unpacked keygen, sure that will run just fine  ;) And no more false positive!


Thanks cjack! It's working now in 7 Ultimate x64.


Title: Re: CCS C 5.xxx
Post by: voltas5 on January 24, 2015, 06:37:36 06:37
 Update on updates:

 yet another update for CCS 5.036:

 5.037  The PIC24 printf() %w no longer forces the leading zeros
 5.037  Extra trailing commas in initializers now generate a warning
 5.037  Some issues with pre-processor continuation lines (\) are now fixed
 5.037  Optimization bugs dealing with some ROM pointers and clear_interrupts(INT_RB) are fixed
 5.037  The new dsPIC33EV parts have been added



Title: Re: CCS C 5.xxx
Post by: apurahman on January 24, 2015, 05:32:25 17:32
CCS C 5.036 Download Link Work Fine.
Thanks


Title: Re: CCS C 5.xxx
Post by: duende_azul on January 26, 2015, 11:18:48 23:18
Last versión: 5.037


Title: Re: CCS C 5.xxx
Post by: voltas5 on January 27, 2015, 05:50:07 05:50
If using version 5.037 please note the below problems:

5.038  A problem with clear_interrupts() on some interrupts is fixed


Title: Re: CCS C 5.xxx
Post by: duende_azul on January 27, 2015, 05:32:40 17:32
more fixes..

5.039  A problem with clear_interrupts() on some PIC24 interrupts is fixed


Title: Re: CCS C 5.xxx
Post by: kreutz on January 28, 2015, 04:54:44 04:54
Even more fixes...

 5.040  An underserved warning about a #define blocking a C ID is fixed
 5.040  Memory allocation issues from 5.039 are fixed
 5.040  A bug with bit arrays indexed with constants inside structures is fixed


Title: Re: CCS C 5.xxx
Post by: apurahman on January 29, 2015, 11:08:16 11:08
Please post ccs c 5.040 or 5.039 download link.


Title: Re: CCS C 5.xxx
Post by: younder on January 31, 2015, 04:19:54 16:19
Hi, I cannot see the attachemnt.. could you please post the link?


Title: Re: CCS C 5.xxx
Post by: pickit2 on January 31, 2015, 08:12:33 20:12
Hi, I cannot see the attachemnt.. could you please post the link?
#94 has link for 5.037
#90 has link for KG
There has been no posts for version above 5.037 


Title: Re: CCS C 5.xxx
Post by: duende_azul on February 11, 2015, 03:39:14 03:39
Version 5.040..  new bugs and more fun  ;)


Title: Re: CCS C 5.xxx
Post by: CHJAY on February 13, 2015, 03:12:29 15:12
A new release of the CCS C compiler for PICmicro(r) microcontrollers
has been released. The new version is: 5.041

Recent changes include:
5.041  An access violation for some users starting the PIC24 Wizard is fixed
5.041  A problem with %w where if the digit after the . was 0 it did not output on the PIC24 is fixed
5.041  Syntax errors that should have appeared for poorly formed bit_test() calls now appear
5.041  A bug is fixed that occurred with packed structures inside unpacked structures accessed with ->
5.041  Some issues with bit arrays inside non-RAM structures is fixed
5.041  An error for two RS232 ports without stream names is removed


Updated:  PIC12F1612
Updated:  PIC16F1613
New:      PIC16F1614
New:      PIC16F1615
New:      PIC16F1618
New:      PIC16F1619


Title: Re: CCS C 5.xxx
Post by: voltas5 on February 14, 2015, 06:37:59 06:37
I would like to add to that list:

5.042  An error 103 on Win7/8 computers with full access control enabled is fixed

New Version currently: 5.042


Title: Re: CCS C 5.xxx
Post by: CHJAY on February 14, 2015, 11:14:50 11:14
Wow, CCS released a new version in a few days...

http://www.ccsinfo.com/devices.php?page=versioninfo


Title: Re: CCS C 5.xxx
Post by: nagkiller on February 14, 2015, 12:17:54 12:17
lol

The version I was using is 5.012 !!!

Many updates!!!    ;)


Title: Re: CCS C 5.xxx
Post by: Old_but_Alive on February 14, 2015, 12:33:25 12:33
I guess the only positive is that all software has bugs, and at least CCS are quick to issues updates.
I see lots of complaints on the Mikro site criticising  no updates for new PICs etc etc.

CCS should do more testing though


Title: Re: CCS C 5.xxx
Post by: gan_canny on February 14, 2015, 12:52:30 12:52
Rapid versioning often is the best of both worlds. The user can save off a trusted version at any time but if the user suspects a defect in the trusted version there is always  a newer version available that might fix the issue. Some compilers are rarely updated so if there is an issue months may go by before it is resolved.
Anyway some compiler writers sharpen their tools every day, others twice yearly, so the tool is sometimes blunt and won't cut. A sharp tool does cut but care is needed to avoid a bleeding edge.


Title: Re: CCS C 5.xxx
Post by: nagkiller on February 14, 2015, 01:41:29 13:41
Although I am using an older version, it's really great to see that has updates.

Nothing is 100% sure!!! However, they work for it!!!

And this is important!!!

 ;D


Title: Re: CCS C 5.xxx
Post by: danifox on February 14, 2015, 03:33:10 15:33
It's good to see that they update CCS frequently, but I think that they should test their software more deeply before releasing new versions. As a student, I have developed my project under an older version and I can't complain about it because I didn't pay for it. However, once I get a job and I have to make the decision  of buying a compiler, I have doubts about whether CCS is a trustable one or not.


Title: Re: CCS C 5.xxx
Post by: FTL on February 14, 2015, 04:00:58 16:00
It is good that they seem to create versions that support newer chips quickly. But . . . .

The quality of their code base must truly be terrible. It is probably written by one programmer that has created a mess and does not know how to fix it properly.

The types of bugs that keep getting fixed mean that the code is certainly poorly tested. I have managed programmers in the past that just had no idea of how to create a quality product. One guy would consider the code complete if it worked for one test case. Once he flagged a few hundred lines of code as complete, I could always find at least 10 bugs by simply providing test data that was not well-formed. i.e. Try to add something that was already there, or maybe add to the beginning or end of the data, or add some data with an invalid field. He would never code or test for those sort of edge conditions. Before I came along, he would ship that sort of code out to customers. After I left, he continued doing that sort of thing and the company is now pretty much bankrupt, just supporting one or two remaining customers, but not making any money at it.

I will give CCS credit though in that they have a difficult product to test. You can't just create a set of test cases and do automated testing. To properly test that code, you need to load it into a PIC and test it. But that often needs specialized hardware to test each function. The other thing they have to deal with is the huge number of PICs that Microchip produces. It would be pretty much impossible to have a hardware test setup for every feature of every PIC.

Some companies solve the rapid release issues by creating beta and production releases. in theory, the production releases come out less often and have been more fully tested, while the beta releases have only passed unit testing, and not full integration testing. the problem here is that CCS does not even do a good job of unit testing. There have been several bugs fixed in CCS 5 over the last year of so where the bug was reported as something like, "fixed an issue introduced with V5.xxx", where xxx was just released a couple of days ago.

Overall, I need to really trust a compiler. When I have a hard to find bug, I need to now that it is my code, not the compiler that had an issue. Many moons ago (in the previous century), when I wrote tens of thousands of lines of code under a Borland C++ compiler running under OS2, I did find a bug in the compiler generated code. I spent over a week looking for it in my code (it was a large complex system and the bug intermittently caused a crash in seemingly random places). Working with what you know is a buggy product makes that process much more difficult. You need to be able to trust your tools - especially with a compiler.


Title: Re: CCS C 5.xxx
Post by: mario2000 on February 16, 2015, 03:34:23 15:34

   The CCS compiler, from version 5.037 onwards, the PcdWiz.exe for PIC24 not work,
   giving error when running.   :o


Title: Re: CCS C 5.xxx
Post by: duende_azul on February 16, 2015, 05:52:59 17:52
CCS 5.042

Link fixed .. forgive my mistake.


Title: Re: CCS C 5.xxx
Post by: danifox on February 16, 2015, 06:14:01 18:14
CCS 5.042

https://mega.co.nz/#!RUxHHCRL!vS92zzrPZbyImK52bciGAors6ghdvf7mDhqAJdIivYg
Thank you very much but I think you uploaded CCS 5.040 again, instead of 5.042.


Title: Re: CCS C 5.xxx
Post by: mario2000 on February 16, 2015, 06:20:40 18:20
CCS 5.042

https://mega.co.nz/#!RUxHHCRL!vS92zzrPZbyImK52bciGAors6ghdvf7mDhqAJdIivYg

The error continues


Title: Re: CCS C 5.xxx
Post by: duende_azul on February 16, 2015, 08:32:36 20:32
Thank you very much but I think you uploaded CCS 5.040 again, instead of 5.042.

You're right .. it's fixed.


Title: Re: CCS C 5.xxx
Post by: luiz_a2software on February 20, 2015, 09:33:20 09:33
link dead


Title: Re: CCS C 5.xxx
Post by: praksk on February 20, 2015, 01:52:08 13:52
link dead

Try this link...


Title: Re: CCS C 5.xxx
Post by: mario2000 on February 20, 2015, 02:11:46 14:11
link dead

Link mega pcwhdupd+PcdWiz+CCSUniversalKeygen  ;)


Title: Re: CCS C 5.xxx
Post by: towlerg on February 20, 2015, 02:18:33 14:18
link dead

Copy and paste the whole link, not just the underscored bit.


Title: Re: CCS C 5.xxx
Post by: Interprog on February 21, 2015, 08:57:24 08:57
Quote
Posted by: duende_azul
Insert Quote
CCS 5.042

https://mega.co.nz/#!ZZxlwADK!oi9cAjsRze5h4YgJJfk70Q0CmwF3asefnUprq5FvbaE

Link fixed .. forgive my mistake.

Link and Software are OK  :D


Title: Re: CCS C 5.xxx
Post by: voltas5 on March 18, 2015, 05:59:15 05:59
A new release of the CCS C compiler for PICmicro(r) microcontrollers
has been released. The new version is: 5.043

Recent changes include:
5.043  Forward referencing a 'rom' data item with & in an initializer is now accepted
5.043  The default fuse settings have changed back to the way they were in older compilers
5.043  Fixed a type conversion problem between float and int in some relational expressions on a dsPIC
5.043  The address used for & on large "rom" structures when passed to a  built in function on PIC24 is fixed
5.043  setup_wdt() in newer 12 bit parts no longer glitches the pull-ups
5.043  A number of updates have been made for the new EV chips


Updated:  PIC16F1784
Updated:  PIC16F1786
Updated:  PIC16F1787
Updated:  PIC16F1788
Updated:  PIC16F1789


Title: Re: CCS C 5.xxx
Post by: duende_azul on March 20, 2015, 06:46:38 18:46
Last version:

CCS 5.043


Title: Re: CCS C 5.xxx
Post by: voltas5 on March 21, 2015, 10:01:42 10:01
A new release of the CCS C compiler for PICmicro(r) microcontrollers
has been released. The new version is: 5.044

Recent changes include:
5.044  Fixed a bug in PCD in subtraction of 32 bit numbers in complex expresions involving the -> operator
5.044  A warning in string.h is now gone
5.044  Corrected a formatting issue in %W (%LU, %LD should not have been affected)
5.044  A file signing issue has been resolved


Updated:  PIC16F648A
Updated:  PIC18F65J94


Title: Re: CCS C 5.xxx
Post by: duende_azul on March 23, 2015, 02:47:00 14:47
Version 5.044

New version in five minutes...  :P


Title: Re: CCS C 5.xxx
Post by: voltas5 on April 18, 2015, 07:23:50 07:23
5.045 Another version and some more fixes from CCS

 5.045  #locate now issues a warning if you locate a variable on top of another
 5.045  A PIC24 problem with the < and > operators on floats with interrupts is fixed
 5.045  A problem with multiple compilation units and some static variables not being zeroed is fixed
 5.045  A warning in string.h has now been eliminated
 5.045  A bug allocating multiple odd sized rom structures in PIC24 is fixed


Updated:  PIC12F1571
Updated:  PIC12F1572
New:      PIC16F1574
New:      PIC16F1575
New:      PIC16F1578
New:      PIC16F1579
New:      PIC16F1764
New:      PIC16F1765
New:      PIC16F1768
New:      PIC16F1769



Title: Re: CCS C 5.xxx
Post by: duende_azul on April 21, 2015, 04:19:27 04:19
Version 5.045


Title: Re: CCS C 5.xxx
Post by: voltas5 on May 22, 2015, 06:05:50 06:05
A new release of the CCS C compiler for PICmicro(r) microcontrollers
has been released. The new version is: 5.046

Recent changes include:
5.046  Fixed an problem with -> where the target was a bit field of another structure on PCM parts
5.046  An IDE issue with error files kept outside the project directory is fixed
5.046  A wrong checksum in "#ID checksum" when using #fill_rom is fixed
5.046  A PIC24 problem with oversized printf widths on %LU and %LD is fixed
5.046  Support for auto clock tuning is added for chips that have this feature
5.046  A #USE RS232 bug is fixed when buffers larger than 256 are specified


Updated:  PIC16F1614
Updated:  PIC16F1615
Updated:  PIC16F1618
Updated:  PIC16F1619


Title: Re: CCS C 5.xxx
Post by: duende_azul on May 23, 2015, 10:24:59 22:24
CCS 5.046
Last version.. again..  :P


Title: Re: CCS C 5.xxx
Post by: voltas5 on June 20, 2015, 11:31:02 11:31
------------------------------------------------------------------------------------------------
                      CUSTOM COMPUTER SERVICES, INC.
------------------------------------------------------------------------------------------------

A new release of the CCS C compiler for PICmicro(r) microcontrollers
has been released. The new version is: 5.047

Recent changes include:
5.047  A bug converting some floating point numbers just below zero to an integer is fixed.
5.047  A bug with 32 bit enum's is fixed
5.047  A problem with the 1705 comparator is fixed
5.047  IDE mouse-over improved for structures and ROM variables


New:      PIC16C99
Updated:  PIC16F1503


Title: Re: CCS C 5.xxx
Post by: duende_azul on June 23, 2015, 07:35:19 19:35
5.047


Title: Re: CCS C 5.xxx
Post by: CHJAY on June 27, 2015, 07:14:52 07:14
A new release of the CCS C compiler for PICmicro(r) microcontrollers
has been released. The new version is: 5.048

Recent changes include:
5.048  Compiler now does type checking on EXTERNs
5.048  A compiler IDE hang problem with some complex structures is fixed


Title: Re: CCS C 5.xxx
Post by: duende_azul on June 28, 2015, 02:54:12 14:54
Version 5.048


Title: Re: CCS C 5.xxx
Post by: voltas5 on September 09, 2015, 06:16:27 06:16
CURRENT SOFTWARE VERSIONS

 Version 5.049
 
 
RECENT CHANGES

 5.049  Added support for the new and different 24 bit GS chips and the 16F183xx chips
 5.049  A problem with PIC24 function pointers inside a structure in large memory spaces is fixed
 5.049  Debugger issue with some floating point numbers is fixed
 5.049  Fixed a bug involving signed ints in a switch statement
 5.049  An inline assembly error when using an indirect goto is fixed
 5.049  Debugger now shows a full 32 bit enum as it should

Updated:  PIC12F1840
Updated:  PIC12LF1840T39A
Updated:  PIC12LF1840T48A
Updated:  PIC16F1619
New:      PIC16F18313
New:      PIC16F18323
New:      PIC16F18324
New:      PIC16F18325
New:      PIC16F18344
New:      PIC16F18345
Updated:  PIC18F85J94


Title: Re: CCS C 5.xxx
Post by: younder on September 13, 2015, 03:10:43 15:10
Can anyone share the link for 5.049?


Title: Re: CCS C 5.xxx
Post by: duende_azul on September 21, 2015, 09:27:22 21:27
Last version: 5.049



Title: Re: CCS C 5.xxx
Post by: voltas5 on October 02, 2015, 06:18:53 06:18
CURRENT SOFTWARE VERSIONS

Version 5.050
 
RECENT CHANGES

 5.050  Support for the new 4x chips is in
 5.050  An incorrect warning concerning enum assignments is removed
 5.050  A linker bug that sometimes combined global variables with the same name is fixed
 5.050  Added USB and TCP/IP wizards for 24 bit parts
 5.050  Fixed a bug in #USE PWM for parts with more than 6 remappable OC pins
 5.050  Added a PLL_WAIT option to #use delay to wait for the PLL to start up
 5.050  Fixed a bug in tx_buffer_available() where the wrong count was returned
 5.050  Fixed a bug when negative number were used with %W on 24 bit parts
 5.050  Added a feature to use OSCTUNE on 24 bit parts to get the requested clock speed


Updated:  PIC16F1705
Updated:  PIC16F1782
Updated:  PIC16F1783


Title: Re: CCS C 5.xxx
Post by: duende_azul on October 05, 2015, 05:50:24 17:50
 :-\  last version...


Title: Re: CCS C 5.xxx
Post by: voltas5 on October 23, 2015, 06:05:29 06:05
CURRENT SOFTWARE VERSIONS

Version 5.051
 
RECENT CHANGES
A new release of the CCS C compiler for PICmicro(r) microcontrollers
has been released. The new version is: 5.051

Recent changes include:
5.051  A linker bug affecting multiple compilation unit builds is fixed
5.051  A segmentation fault for some Linux compiles is fixed
5.051  An optimization error involving << with mixed byte and dword operands is fixed
5.051  Fixed a syntax error with spi_write4() and spi_read4() functions for 24 bit parts
5.051  Fixed a syntax error with #pin_select for some PIC18 devices
5.051  Fixed a bug when #opt compress is used on some programs
5.051  Fixed an issue with #use pwm and MCP1911x devices
5.051  The 24 bit Wizard now has a MODBUS configuration page


Updated:  PIC16F1503

------------------------------------------------------------------------------------------------


Title: Re: CCS C 5.xxx
Post by: duende_azul on November 09, 2015, 09:20:16 21:20
Finally... new last versión...    ::)   5.051



Title: Re: CCS C 5.xxx
Post by: voltas5 on December 24, 2015, 05:13:11 05:13
A new release of the CCS C compiler for PICmicro(r) microcontrollers
has been released. The new version is: 5.052

Recent changes include:
5.052  Variable length argument functions now allow a single parameter
5.052  A bug with some 16 bit additions done in a call to spi_write() has been fixed
5.052  A problem with the bit order in lcd_symbol() when used with 16 bit segments is fixed


Updated:  PIC16F505
Updated:  PIC16F1829
Updated:  PIC18F25K80
Updated:  PIC18F26K80
Updated:  PIC18F45K80
Updated:  PIC18F46K80
Updated:  PIC18F65K80
Updated:  PIC18F65J94
Updated:  PIC18F66K80
Updated:  PIC18F66J94
Updated:  PIC18F66J99
Updated:  PIC18F67J94
Updated:  PIC18F85J94
Updated:  PIC18F86J94
Updated:  PIC18F86J99
Updated:  PIC18F87J94
Updated:  PIC18F95J94
Updated:  PIC18F96J94
Updated:  PIC18F96J99
Updated:  PIC18F97J94
Updated:  PIC16F1773
Updated:  PIC16F1776


Title: Re: CCS C 5.xxx
Post by: CHJAY on January 04, 2016, 12:55:15 12:55
A new release of the CCS C compiler for PICmicro(r) microcontrollers
has been released. The new version is: 5.052 <- should be 5.053?

Recent changes include:
5.053  A corrupted device database in the V5.052 release is fixed





Title: Re: CCS C 5.xxx
Post by: Nicolina1988 on January 05, 2016, 03:04:01 03:04
Why you don't just give the official changelog URL link instead of posting such stupid informative posts?
http://www.ccsinfo.com/devices.php?page=versioninfo


Title: Re: CCS C 5.xxx
Post by: duende_azul on January 07, 2016, 02:50:42 02:50
New year, new version... 5.053


Title: Re: CCS C 5.xxx
Post by: voltas5 on January 22, 2016, 05:00:13 05:00
NEW VERSION OUT -  Version 5.054

http://www.ccsinfo.com/devices.php?page=versioninfo (http://www.ccsinfo.com/devices.php?page=versioninfo)


Title: Re: CCS C 5.xxx
Post by: voltas5 on February 04, 2016, 06:51:39 06:51
NEW VERSION OUT -  Version 5.055

http://www.ccsinfo.com/devices.php?page=versioninfo (http://www.ccsinfo.com/devices.php?page=versioninfo)


Title: Re: CCS C 5.xxx
Post by: voltas5 on March 02, 2016, 10:00:00 10:00
New Version out 5.056

http://www.ccsinfo.com/devices.php?page=versioninfo (http://www.ccsinfo.com/devices.php?page=versioninfo)


Title: Re: CCS C 5.xxx
Post by: cjack on March 14, 2016, 06:01:31 18:01
Version 5.056  ;)



Title: Re: CCS C 5.xxx
Post by: Old_but_Alive on March 14, 2016, 06:13:53 18:13
anyone got a link that doesnt require login/signup/generalaccount rubbish


Title: Re: CCS C 5.xxx
Post by: ratovarius on March 15, 2016, 08:08:57 20:08
same last file in mega, 5.056


Title: Re: CCS C 5.xxx
Post by: Old_but_Alive on April 14, 2016, 09:55:19 21:55
you do run the risk of being muted for these useless posts.

I also want ( need) the update, but pickit2 has a wrath.

I always wait for a kind soul to oblige


Title: Re: CCS C 5.xxx
Post by: pickit2 on April 14, 2016, 10:10:09 22:10
I have no power in this topic, but as the old man says, "I hate such posts".
I also know anyone who uses software knows when there is an update, There no need to advertise such updates.


Title: Re: CCS C 5.xxx
Post by: gan_canny on April 15, 2016, 06:45:24 06:45
I find these posts as to the status of the software useful. What isn't useful are the multiple posts saying it isn't useful.
Ooops I may have just added to the useless chatter about useless posts.
 Hope I don't get muted for a useless post commenting on useless posts


Title: Re: CCS C 5.xxx
Post by: MGLSOFT on April 19, 2016, 06:22:36 18:22
New Version out 5.057

http://www.ccsinfo.com/devices.php?page=versioninfo (http://www.ccsinfo.com/devices.php?page=versioninfo)

 :-X :-X ;D


Title: Re: CCS C 5.xxx
Post by: pickit2 on April 19, 2016, 09:45:52 21:45
why this posts after I said posting software is updated.
is a waste of forum bandwidth, Built into most software is an update trigger.
No need to just post software updated.


Title: Re: CCS C 5.xxx
Post by: cbcelikcan on April 22, 2016, 07:36:22 19:36
CCSC PCWHD New version out 5.058

http://www.ccsinfo.com/devices.php?page=versioninfo

 5.058  A debugger problem with some 24 bit parts is fixed.
 5.058  Some device database problems with certain parts are fixed
 5.058  Some warning problems are cleaned up
 5.058  New RS232_BUFFER_ERRORS variable for use when using buffered RS232
 5.058  Second ADC module now fully supported for the 16F18855
 5.058  #use pwm and setup_vref() functions fixed for some chips


Title: Re: CCS C 5.xxx
Post by: Old_but_Alive on April 22, 2016, 07:41:46 19:41
@pickit2

get yer gun out !!!


Title: Re: CCS C 5.xxx
Post by: pickit2 on April 23, 2016, 11:27:54 11:27
CCSC PCWHD New version out 5.058

http://www.ccsinfo.com/devices.php?page=versioninfo

 5.058  A debugger problem with some 24 bit parts is fixed.
 5.058  Some device database problems with certain parts are fixed
 5.058  Some warning problems are cleaned up
 5.058  New RS232_BUFFER_ERRORS variable for use when using buffered RS232
 5.058  Second ADC module now fully supported for the 16F18855
 5.058  #use pwm and setup_vref() functions fixed for some chips

did you miss the post #154 ?


Title: Re: CCS C 5.xxx
Post by: cjack on April 26, 2016, 08:24:25 08:24
Version 5.058  .... enjoy ;)


Title: Re: CCS C 5.xxx
Post by: cjack on May 21, 2016, 12:18:46 12:18
Version 5.059  :o


Title: Re: CCS C 5.xxx
Post by: Ahmad_k on June 26, 2016, 09:04:19 21:04
STOP POSTING ABOUT NEW VERSION IF YOU DON'T HAVE A LINK FOR IT


Title: Re: CCS C 5.xxx
Post by: cjack on July 04, 2016, 02:50:37 14:50
Version 5.061


Title: Re: CCS C 5.xxx
Post by: duende_azul on August 23, 2016, 02:21:01 02:21
Versión 5.062.


Title: Re: CCS C 5.xxx
Post by: duende_azul on September 19, 2016, 11:47:21 23:47
Version 5.063



Title: Version 5.064
Post by: duende_azul on November 01, 2016, 06:10:47 06:10
last version again...


Fixed... Sorry guys...


Title: Re: CCS C 5.xxx
Post by: spasbyspas on November 01, 2016, 07:27:48 07:27
Best regards sincerely, but in the archive is stored version 5.063.
... OK, now is fixed!


Title: Re: CCS C 5.xxx
Post by: nagkiller on November 02, 2016, 12:45:22 12:45
The new link above is for version 5.064!!!

For me, the version 5.063  has a number of bugs, in projects that already compiled in previous versions, this release happen several problems, which has been fixed in the new version.
At least that was tested so far...



Title: Re: CCS C 5.xxx
Post by: duende_azul on November 29, 2016, 05:43:55 17:43
Version 5.065  ;)



Title: Re: CCS C 5.xxx
Post by: duende_azul on December 28, 2016, 04:01:32 04:01
Version 5.066


Title: Re: CCS C 5.xxx
Post by: duende_azul on February 28, 2017, 10:52:23 10:52
Version 5.069


Title: Re: CCS C 5.xxx
Post by: cjack on March 17, 2017, 09:15:40 21:15
Version 5.070


Title: Re: CCS C 5.xxx
Post by: duende_azul on April 21, 2017, 03:14:37 03:14
Version 5.071


Title: Re: CCS C 5.xxx
Post by: duende_azul on May 19, 2017, 12:17:34 00:17
Version 5.072



Title: Re: CCS C 5.xxx
Post by: Old_but_Alive on May 19, 2017, 07:50:18 07:50
it looks like v 5073 has some problems, so 5074 should be along real soon  ;D


Title: Re: CCS C 5.xxx
Post by: duende_azul on May 25, 2017, 10:34:42 22:34
New bugs update...  :D

bugs Versión 5.073


Title: Re: CCS C 5.xxx
Post by: juabba on August 18, 2017, 03:43:42 03:43
hi
any expectation about 074 availability here at sonsivri
best regards
juan


Title: Re: CCS C 5.xxx
Post by: GabGol on August 27, 2017, 09:12:20 21:12
Has anyone the 5.075 version?


Title: Re: CCS C 5.xxx
Post by: comlekciler on August 28, 2017, 05:46:59 05:46
There is no version 5.075, still version 5.074.

http://www.ccsinfo.com/devices.php?page=versioninfo


Title: Re: CCS C 5.xxx
Post by: LuoPan19770708 on August 29, 2017, 03:46:37 03:46
Perhaps GabGol got the version from dream.


Title: Re: CCS C 5.xxx
Post by: cjack on September 12, 2017, 11:16:59 23:16
Version 5.074  ;)


Title: Re: CCS C 5.xxx
Post by: duende_azul on November 04, 2017, 01:09:42 13:09
Version 5.075   ;D


Title: Re: CCS C 5.xxx
Post by: duende_azul on January 23, 2018, 01:54:05 13:54
Version 5.076


Title: Re: CCS C 5.xxx
Post by: metal on January 23, 2018, 02:06:55 14:06
man... 8 pages of v5.0xx... amazing indeed... I am looking at the first page's date, this is when I was newly married :D
since then I and this compiler got ***e.d up :D


Title: Re: CCS C 5.xxx
Post by: mcr on January 23, 2018, 02:39:57 14:39
Same here, but I was two and a half years earlier on the wife-husband thing

 ;D


Title: Re: CCS C 5.xxx
Post by: duende_azul on April 03, 2018, 02:34:26 02:34
Version 5.077   :P


Title: Re: CCS C 5.xxx
Post by: Nicolina1988 on April 07, 2018, 10:04:40 22:04
 ;D This time, CCS released the next one (5.078) too quickly after 77. On change log they use word "some" ... No good signs.
Let see ...



Title: Re: CCS C 5.xxx
Post by: duende_azul on April 08, 2018, 09:04:14 21:04
Version 5.078  ;D


Title: Re: CCS C 5.xxx
Post by: sukumar on May 23, 2018, 06:01:12 18:01
The above link is working. Found one more link for 5.078


Title: Re: CCS C 5.xxx
Post by: nagkiller on June 19, 2018, 12:56:31 00:56
Many updates.


Title: Re: CCS C 5.xxx
Post by: nagkiller on June 22, 2018, 11:54:50 23:54
Could anyone explain, how do I view log update for the lastest version?


Title: Re: CCS C 5.xxx
Post by: comlekciler on June 23, 2018, 06:12:46 06:12
Could anyone explain, how do I view log update for the lastest version?

http://www.ccsinfo.com/devices.php?page=versioninfo


Title: Re: CCS C 5.xxx
Post by: max on July 02, 2018, 09:07:42 21:07
Hi CCS C 5.xxx users,

Can someone suggest which version is stable?

Regards


Title: Re: CCS C 5.xxx
Post by: Old_but_Alive on July 03, 2018, 07:33:02 07:33
they are all stable.

choose the  latest one v5.078


Title: Re: CCS C 5.xxx
Post by: cjack on July 17, 2018, 04:20:56 16:20
Version 5.079   :D


Title: Re: CCS C 5.xxx
Post by: egstudio on August 24, 2018, 11:28:39 11:28

Hi, I'm searching for the CCS compiler v5.054...can anyone help me ?  thanks in advance


Title: Re: CCS C 5.xxx
Post by: MetaMetal on August 24, 2018, 12:21:50 12:21
v5.054 seems not to have been linked.
It seem not to be even if looking for.
Though it is regrettable....

I am waiting for a v5.080. :)


Title: Re: CCS C 5.xxx
Post by: pickit2 on August 24, 2018, 04:30:34 16:30
Perhaps GabGol got the version from dream.
lol
GabGol was warned to start posting and that was his post.


Title: Re: CCS C 5.xxx
Post by: duende_azul on August 26, 2018, 11:36:37 11:36
Version 5.0.80


Title: Re: CCS C 5.xxx
Post by: MetaMetal on December 21, 2018, 10:31:53 10:31
hmm...
5.082 went out without 5.081 going out.


Title: Re: CCS C 5.xxx
Post by: Old_but_Alive on December 21, 2018, 12:05:20 12:05
5.081 did go out, so it looks like you are just asking for the latest 5.082 since '81 wasnt posted here.


Title: Re: CCS C 5.xxx
Post by: ulderico on December 21, 2018, 12:21:44 12:21
Are you sure that v5.081 has not left?
Merry Christmas!


Title: Re: CCS C 5.xxx
Post by: pickit2 on December 21, 2018, 02:56:16 14:56
Zero point one 0.01 updates are often pulled due to errors.
there are a few members in here on a mute as all their posts are asking for a 0,01
update to be patched, without testing if original patch was still working.


Title: Re: CCS C 5.xxx
Post by: Old_but_Alive on December 21, 2018, 03:36:21 15:36
@pickit2

The CCS updates are full installation installs, NOT patch updates.
They only require the licence crg files.

The poster from my point of view was asking for a new set of install files.

I would like them also, usually because they include bug fixes, and new micro support.

I never ask for newer updates because that is begging, and verbotten on this site.

If a poster wants to supply thats fine, and there are also many thanks to the person who does the post.


Title: Re: CCS C 5.xxx
Post by: kreutz on February 13, 2019, 10:01:02 22:01
Quick question:
Is the 45 days Demo on the vendor's website always the latest version?

Note: I just read that it is limited in examples and chips supported... :( but I would like to know the answer to that question anyways.


Title: Re: CCS C 5.xxx
Post by: Nicolina1988 on February 13, 2019, 11:11:45 23:11
@ kreutz:  Why you don't ask the vendor? Actually only they should know. Also this question is kind of off-topic. If you need anything particular, find the appropriate discussion and ask. Believe this place is not exactly here.


Title: Re: CCS C 5.xxx
Post by: tomywong on February 13, 2019, 11:31:15 23:31
@kreutz : You can check here,
hxxp://www.ccsinfo.com/downloads.php#utilities

At the moment, latest is v5.082


Title: Re: CCS C 5.xxx
Post by: kreutz on February 14, 2019, 10:48:58 22:48
@ kreutz:  Why you don't ask the vendor? Actually only they should know. Also this question is kind of off-topic. If you need anything particular, find the appropriate discussion and ask. Believe this place is not exactly here.

AFAIK the thread's title is "CCS 5.xxx".  Here we are supposed to discuss CCS 5.xxx issues and all questions are on topic. This thread is not to just download attachments.


Title: Re: CCS C 5.xxx
Post by: MetaMetal on March 08, 2019, 07:36:29 07:36
..nightmare.. again.

V5.083 had gone out before v5.082 was published.
(In this forum)

Though I think that I use CCS-C easily
How about you?


Title: Re: CCS C 5.xxx
Post by: ulderico on April 08, 2019, 07:42:02 07:42
Versión 5.082  ;D


Title: Re: CCS C 5.xxx
Post by: Old_but_Alive on April 08, 2019, 05:18:10 17:18
since CCS is on 5.084, its a little out of date


Title: Re: CCS C 5.xxx
Post by: ulderico on April 18, 2019, 10:56:53 10:56
On the web I found the 5.083 version, Old_but_Alive if you want the latest version you can connect on this link: http://www.ccsinfo.com/downloads.php
Regards


Title: Re: CCS C 5.xxx
Post by: MGLSOFT on April 20, 2019, 12:21:39 12:21
Someone has the new version, it is 5.085 the last one, and it fixes problems of 5.083 and 5.084.
Thank you! ;D


Title: Re: CCS C 5.xxx
Post by: smeagol on May 07, 2019, 11:19:39 11:19
Please update the link if possible..
As the links posted on this page are not working
It would be great to get a working link....

Thanks


Title: Re: CCS C 5.xxx
Post by: pickit2 on May 07, 2019, 01:13:54 13:13
Please update the link if possible..
As the links posted on this page are not working
It would be great to get a working link....

Thanks
You was warned to start posting. not to start begging.


Title: Re: CCS C 5.xxx
Post by: pickit2 on May 12, 2019, 10:28:42 22:28
Link is dead
Did you miss my post, just above yours?


Title: Re: CCS C 5.xxx
Post by: comlekciler on May 13, 2019, 10:03:47 10:03
Version : 5.083


Title: Re: CCS C 5.xxx
Post by: HackAndCrack on May 13, 2019, 02:44:39 14:44
Version : 5.083

mega.nz or Mediafire link, please. At the above page, it says "These files are not available until tomorrow, because the owner has reached the daily traffic limit."


Title: Re: CCS C 5.xxx
Post by: comlekciler on May 13, 2019, 03:35:14 15:35
Version: 5.083 (For MediaFire)


Title: Re: CCS C 5.xxx
Post by: Old_but_Alive on August 17, 2019, 04:29:34 16:29
no new updates since may , latest is 5.087 whats happening ?

I know F all


Title: Re: CCS C 5.xxx
Post by: jellybean442 on August 30, 2019, 11:39:15 11:39
no new updates since may , latest is 5.087 whats happening ?

Just read the newsletter from CCS about v5.088 and I see the CCS programmers have been busy!

In May 2019, CCS added this functionality:
Tech Note: New i2c functions for the CCS C Compiler!
Tech Note: The CCS C Compiler now supports Dual Core Processors!

Then a few days ago, CCS added this functionality:
Tech Note: New Message based SPI functions in the CCS C Compiler!
Tech Note: New Advanced RFID driver in the CCS C Compiler!
Tech Note: New Graphic LCD functions in the CCS C Compiler!

They must have hired some new programmers. I haven't seen such a flurry of new features for quite a while from CCS. I hope they have been thorough in their debugging and testing!


Title: Re: CCS C 5.xxx
Post by: johnmosborneuk on September 17, 2019, 10:07:59 22:07
Version 5.088  :D


Title: Re: CCS C 5.xxx
Post by: johnmosborneuk on September 21, 2019, 10:59:04 22:59
Looks like their developers have been busy again  :D

5.089  #rom crc16 problem affecting some programs is fixed
 5.089  An optimization bug affecting K42 parts is fixed
 5.089  Fixed an issue with setting break points in the debugger on some Enhanced 16 devices
 5.089  Fixed an issue with reading and writing eeprom memory with the debugger on the PIC16F183xx family
 5.089  Updated i2c_read() function so for 1 param it figures out if it is stream or ACK.
 5.089  Added a new i2c_write_slave() function so slaves can push data to the master in an ISR without waiting
 5.089  Added MAX_BAUD option to HW #use spi() to make the baud rate <= instead of as close as possible



Title: Re: CCS C 5.090 ?
Post by: PIC_dude on October 07, 2019, 06:13:53 06:13
New version again! Looks like 5.089 had a lot of issues that has been resolved.

A new release of the CCS C compiler for PICmicro(r) microcontrollers has been released. The new version is: 5.090

Recent changes include:
5.090  An optimization bug affecting most PIC18 parts and the baseline PIC16 parts is fixed
5.090  Added a debugger for the PIC16F177x family
5.090  Improved error detection for when an incorrect stream identifier is passed to I2C functions

Updated:  PIC16F1773
Updated:  PIC16F1776
Updated:  PIC16F1777
Updated:  PIC16F1778
Updated:  PIC16F1779
Updated:  PIC16F18857

So I do have a request: Can anyone upload to Mega? Please...


Title: Re: CCS C 5.xxx
Post by: jellybean442 on October 07, 2019, 01:11:49 13:11
Version 5.090 :D

5.090  An optimization bug affecting most PIC18 parts and the baseline PIC16 parts is fixed
5.090  Added a debugger for the PIC16F177x family
5.090  Improved error detection for when an incorrect stream identifier is passed to I2C functions

Updated:  PIC16F1773
Updated:  PIC16F1776
Updated:  PIC16F1777
Updated:  PIC16F1778
Updated:  PIC16F1779
Updated:  PIC16F18857


Title: Re: CCS C 5.xxx
Post by: johnmosborneuk on October 08, 2019, 12:13:08 12:13
CCS seem very busy these days  :P


Title: Re: CCS C 5.xxx
Post by: Old_but_Alive on October 08, 2019, 03:26:11 15:26
not as busy as Micro$oft  :D


Title: Re: CCS C 5.xxx
Post by: cjack on October 31, 2019, 06:43:11 06:43
Version 5.091  ;D


Title: Re: CCS C 5.xxx
Post by: cjack on December 22, 2019, 09:58:22 09:58
Small Christmas gift :D
Version 5.092


Title: Re: CCS C 5.xxx
Post by: cjack on February 24, 2020, 08:35:34 08:35
Version 5.093  :D


Title: Re: CCS C 5.xxx
Post by: emreonal69 on July 02, 2020, 08:40:52 20:40
Version 5.093  :D
Version 5.094 please


Title: Re: CCS C 5.xxx
Post by: cjack on July 11, 2020, 04:08:06 16:08
Version 5.094  ;D
Enjoy!


Title: Re: CCS C 5.xxx
Post by: glenjoy on July 24, 2020, 11:50:59 23:50
THere is always something new with CCS.


Title: Re: CCS C 5.xxx
Post by: emreonal69 on September 23, 2020, 08:18:14 08:18
Version 5.094  ;D
Enjoy!
thank you, what about 5.095 , could you share this version?


Title: Re: CCS C 5.xxx
Post by: pickit2 on September 23, 2020, 10:52:56 22:52
Version 5.094 please
thank you, what about 5.095 , could you share this version?
Well what about 5.095 ?
we are not a library or an online order service.
Your post in forum.


Title: Re: CCS C 5.xxx
Post by: emreonal69 on September 23, 2020, 11:15:02 23:15
Well what about 5.095 ?
we are not a library or an online order service.
Your post in forum.
so whats your mean, I didnt tell you or anyone else a inconvenient thing, he is a friend from the forum and I just asked to him , its rather normal.


Title: Re: CCS C 5.xxx
Post by: pickit2 on September 24, 2020, 08:19:11 08:19
so whats your mean, I didnt tell you or anyone else a inconvenient thing, he is a friend from the forum and I just asked to him , its rather normal.
And what to what Value to the Forum is such posts.?

Your Total Post Count is Now 3.


Title: Re: CCS C 5.xxx
Post by: ulderico on September 25, 2020, 12:47:41 12:47
Version 5.095


Title: Re: CCS C 5.xxx
Post by: bluemonkey on October 29, 2020, 04:16:12 04:16
Version 5.095 isn't available anymore, could you please reupload it? TIA!


Title: Re: CCS C 5.xxx
Post by: hamid9543 on October 30, 2020, 11:35:09 11:35
Version 5.095

Version 5.095 isn't available anymore, could you please reupload it?


Title: Re: CCS C 5.xxx
Post by: metal on October 30, 2020, 11:48:29 11:48
here you go


Title: Re: CCS C 5.xxx
Post by: cjack on November 19, 2020, 09:57:10 21:57
Version 5.097
Enjoy  ;)


Title: Re: CCS C 5.xxx
Post by: cjack on January 09, 2021, 09:18:18 09:18
Version 5.099  ;D
Happy New Year to everybody!


Title: Re: CCS C 5.xxx
Post by: cjack on January 20, 2021, 06:29:55 06:29
Version 5.100  :o
CCS it's updating so fast! Enjoy  ;D


Title: Re: CCS C 5.xxx
Post by: cjack on January 26, 2021, 09:23:39 21:23
Version 5.101   ;D


Title: Re: CCS C 5.xxx
Post by: danymogh on February 12, 2021, 08:21:11 20:21
can someone please upload the old licenses or the keygen please?


Title: Re: CCS C 5.xxx
Post by: oxygen007m on February 12, 2021, 09:33:18 21:33
Keygen link :


Title: Re: CCS C 5.xxx
Post by: MrGG on February 20, 2021, 06:50:45 06:50
All my browsers are reporting errors due to virus, anyone experiencing the same?


Title: Re: CCS C 5.xxx
Post by: MetaMetal on February 20, 2021, 04:42:03 16:42
Why did you write to this thread?
Do you get a warning when you look at this thread?

My browser gives no warning.


Title: Re: CCS C 5.xxx
Post by: MrGG on February 21, 2021, 12:57:37 00:57
It is not the thread, it is the last file from last link posted, so be very careful if you disable the antivirus.


Title: Re: CCS C 5.xxx
Post by: Magnox on February 21, 2021, 02:00:08 02:00
Browsers often do. It doesn't look that bad, in fact it looks positively benign compared to many:

https://www.virustotal.com/gui/file/dc5a9ea080a78da4d14aaab6bfecb5d5d0fbfc3f8aef187638f29961e429708c/detection

Regardless, always run such things in a sandbox and copy out the key/file. Standard practice... like condoms and, these days, masks.


Title: Re: CCS C 5.xxx
Post by: cjack on February 27, 2021, 09:48:41 09:48
Version 5.103  ;D


Title: Re: CCS C 5.xxx
Post by: M@X77 on March 05, 2021, 12:52:09 12:52
Hi, thanks for updates, I've just a question, no problem when update already installed program, but if I install ex-novo, PIC-C continually asks update options, is there a method to ovid this?
-
Thanks
Max


Title: Re: CCS C 5.xxx
Post by: jellybean442 on May 15, 2021, 01:08:42 01:08
Hi, thanks for updates, I've just a question, no problem when update already installed program, but if I install ex-novo, PIC-C continually asks update options, is there a method to ovid this?

Go to the PIC-C installation directory and delete the file named ccsdownload.exe - no more annoying requests.


Title: Re: CCS C 5.xxx
Post by: cjack on May 23, 2021, 08:30:48 08:30
Version 5.104  :D


Title: Re: CCS C 5.xxx
Post by: CHJAY on July 01, 2021, 04:33:11 04:33
CCS Newsletter June/2021

https://www.ccsinfo.com/pdfs/June-2021-Newsletter.pdf

 (previous one,  Aug/2020)
https://www.ccsinfo.com/pdfs/August-2020-Newsletter.pdf


Title: Re: CCS C 5.xxx
Post by: titi on July 01, 2021, 09:35:40 09:35
Here is all the docs about CCS

https://www.ccsinfo.com/pdfs/ (https://www.ccsinfo.com/pdfs/)

Best regards.


Title: Re: CCS C 5.xxx
Post by: cjack on July 24, 2021, 04:49:41 16:49
Version 5.105  8)


Title: Re: CCS C 5.xxx
Post by: nagkiller on September 25, 2021, 09:58:29 21:58
Recently, I needed new registry files, I had a lot of trouble finding files that weren't viruses or other kinds of tricks, I finally found one that actually worked or didn't have an expired link.

The link is an old medicine, but it still works on CCS version 5 105, which the friend above shared.


Title: Re: CCS C 5.xxx
Post by: cjack on January 08, 2022, 10:34:22 10:34
Version 5.106  8)


Title: Re: CCS C 5.xxx
Post by: despic on January 25, 2022, 01:22:03 13:22
Hello, apparently version 5.106 has problems with the dsPIC33 family, this is corrected in version 5.107


Title: Re: CCS C 5.xxx
Post by: cjack on February 04, 2022, 10:56:07 10:56
Version 5.107  ;D


Title: Re: CCS C 5.xxx
Post by: cjack on April 29, 2022, 07:23:34 07:23
Version 5.108  ;)


Title: Re: CCS C 5.xxx
Post by: duende_azul on May 04, 2022, 03:39:52 15:39
The file has a virus.. could you check it?


Title: Re: CCS C 5.xxx
Post by: mick on May 04, 2022, 04:04:11 16:04

"The file has a virus.. could you check it?"
Clean with Panda


Title: Re: CCS C 5.xxx
Post by: sphinx on May 04, 2022, 04:32:30 16:32
virustotal says 0


Title: Re: CCS C 5.xxx
Post by: CHJAY on May 05, 2022, 08:16:45 08:16
The file has a virus.. could you check it?

no virus detected by Windows10 Defender


Title: Re: CCS C 5.xxx
Post by: Manuel on May 05, 2022, 04:16:19 16:16
no detection for Symantec

X!


Title: Re: CCS C 5.xxx
Post by: duende_azul on May 06, 2022, 04:00:35 04:00
no virus detected by Windows10 Defender
Windows 10 defender..  

I downloaded it again and now there is no warning. Is rare.


Title: Re: CCS C 5.xxx
Post by: pbraida on May 06, 2022, 10:37:04 10:37
No detect using Kaspersky.


Title: Re: CCS C 5.xxx
Post by: conquerertr on May 09, 2022, 03:00:35 03:00
Version 5.108  ;)
THX


Title: Re: CCS C 5.xxx
Post by: Manuel on May 09, 2022, 11:38:47 11:38
Pls conquerertr , use the THANK YOU button, it works better i think.

:-D

X!


Title: Re: CCS C 5.xxx
Post by: pickit2 on May 12, 2022, 01:18:23 01:18
A Mute works better

User is in Deep Sleep Mode.


Title: Re: CCS C 5.xxx
Post by: cjack on May 17, 2022, 06:53:27 06:53
Version 5.109  8)


Title: Re: CCS C 5.xxx
Post by: cjack on October 15, 2022, 05:15:29 17:15
Version 5.110  8)


Title: Re: CCS C 5.xxx
Post by: cjack on October 22, 2022, 08:50:09 08:50
Version 5.112


Title: Re: CCS C 5.xxx
Post by: cjack on December 05, 2022, 05:21:02 05:21
Version 5.113


Title: Re: CCS C 5.xxx
Post by: cjack on January 19, 2023, 05:22:44 05:22
Version 5.114


Title: Re: CCS C 5.xxx
Post by: Eddy71 on January 28, 2023, 10:51:43 10:51
In this version  the key generator been not changed?


Title: Re: CCS C 5.xxx
Post by: tanveerriaz on January 28, 2023, 11:42:02 11:42
SCG-PCWHD-keygen working this ver.


Title: Re: CCS C 5.xxx
Post by: despic on March 23, 2023, 08:22:00 08:22
Version 5.114 has problems with the use of the SPI module, apparently with the most recent PICs, for example with the PIC18F16Q41, I hope that problem will be solved with version 5.115


Title: Re: CCS C 5.xxx
Post by: jellybean442 on March 25, 2023, 09:30:29 09:30
Version 5.114 has problems with the use of the SPI module, apparently with the most recent PICs, for example with the PIC18F16Q41, I hope that problem will be solved with version 5.115

The release notes for 5.115 mention a couple changes relating to SPI, but I don't know if that covers your specific issue.

 5.115  Fixed some header file defines for PIC16F180xx family.
 5.115  Fixed the PCD #use rs232() when using the transmit buffer to not lose some characters.
 5.115  Fixed an issue with setup_vref() function for PIC18F67J11 family.
 5.115  Updated #use spi() for PIC18F45K50 family so the alternate HW DO pin can be used with it.
 5.115  Updated how #use spi() sets up the SPI baud rate when using HW SSP peripheral on some PIC16/18 parts.
 5.115  #opt compress now excludes functions with #asm as-is.


Title: Re: CCS C 5.xxx
Post by: cjack on March 25, 2023, 09:53:26 09:53
Version 5.115  8)


Title: Re: CCS C 5.xxx
Post by: cjack on October 12, 2023, 05:00:43 17:00
Version 5.116  8)


Title: Re: CCS C 5.xxx
Post by: ero on October 13, 2023, 06:32:58 06:32
I kindly ask to someone upload again the SCG-PCWHD-keygen which is not exist anywhere.
I checked the forum I found some links but they are already dead.

Thanks
Ero


Title: Re: CCS C 5.xxx
Post by: fofo on October 13, 2023, 10:44:09 10:44
SCG-PCWHD-keygen-105


Title: Re: CCS C 5.xxx
Post by: ero on October 13, 2023, 01:54:36 13:54
Thank you but I can not load that one which is full trojan inside.

ero


Title: Re: CCS C 5.xxx
Post by: giappolo on October 13, 2023, 04:45:34 16:45
Tested with Norton 360, file is good


Title: Re: CCS C 5.xxx
Post by: patchjack on October 14, 2023, 08:30:14 08:30
Tested with Norton 360, file is good
How to use the keygen?


Title: Re: CCS C 5.xxx
Post by: forter on October 14, 2023, 08:38:44 08:38
Kaspersky finds nothing!


Title: Re: CCS C 5.xxx
Post by: pickit2 on October 14, 2023, 09:32:51 09:32
How to use the keygen?

open keygen
input Name    <username>
input Company      <anything>
select where the 4 licence *.crg files will generated
keygen will generate the 4 codes & close


Title: Re: CCS C 5.xxx
Post by: sphinx on October 14, 2023, 10:28:16 10:28
Just wondering if anything has changed in 116 version since in XP it says not valid x32 application.
 i did have a look at their website but cant find info on it

thnax in advance


Title: Re: CCS C 5.xxx
Post by: sphinx on November 04, 2023, 08:48:29 08:48
i am answering my question on this one, the installer seems to be changed and not installing on xp but working on 7 i copied installed files to xp and software doesnt complain.

i have compiled some tiny program files and those seems to work in proteus simulation.


/sphinx

p.s. perhaps time to upgrade  to w7 from xp.


Title: Re: CCS C 5.xxx
Post by: despic on March 17, 2024, 07:41:09 19:41
The new version v5.117 is now available, for those of us who had problems with the SPI of the new PIC18... it seems that this version will solve it!


Title: Re: CCS C 5.xxx
Post by: PIC_dude on April 01, 2024, 09:40:07 09:40
The new version v5.117 is now available, for those of us who had problems with the SPI of the new PIC18... it seems that this version will solve it!
Can you put the link? Or maybe cjack? Please!  8)


Title: Re: CCS C 5.xxx
Post by: jellybean442 on May 03, 2024, 05:56:33 05:56
The v5.117 release looks like the usual... fix one problem and bury it in a bunch of minor changes. lol From their newsletter:

Recent changes include:
5.117  IDE COMPILER > CLEAN function now deletes .hex files.  .ccspjt files are are NOT deleted
5.117  Improved RTOS error message added when a task is not defined.
5.117  Updated Debugger not showing RAM for parts with more than 64K RAM.
5.117  Fixed the USE RS232 receive_buffer= option when used with over 4K RAM.
5.117  Fixed spi_read() function to properly wait on newer PIC 18 devices when a parameter is passed to it to clock out.
5.117  Updated i2c_slaveaddr() function to update all slave address registers for newer PIC18 devices.
5.117  #pin_select  now accepts PORTF pins on the dsPIC33CK1024MP710 family.
5.117  All CN pins are now available for PIC24FJ64GB106, PIC24FJ64GB108 and PIC24FJ64GB110 devices.
5.117  Updated PCD Wizard TCP/IP to fix an issue with displaying web pages on some parts.

New:      PIC16F17154
New:      PIC16F17155
New:      PIC16F17156
New:      PIC16F17174
New:      PIC16F17175
New:      PIC16F17176
New:      PIC16F18154
New:      PIC16F18155
New:      PIC16F18156
New:      PIC16F18174
New:      PIC16F18175
New:      PIC16F18176
Updated:  PIC24FJ64GB106
Updated:  PIC24FJ64GB108
Updated:  PIC24FJ64GB110