Sonsivri
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
March 29, 2024, 11:04:13 11:04


Login with username, password and session length


Pages: [1] 2  All
Print
Author Topic: Microchip C30 V 3.0 compiler full  (Read 163601 times)
0 Members and 2 Guests are viewing this topic.
MicroMaster
Junior Member
**
Offline Offline

Posts: 66

Thank You
-Given: 92
-Receive: 87


« on: December 01, 2007, 05:11:00 05:11 »

Hello

Here is the C30 full from Microcohip. No need to crack. Just install and work.


http://rapidshare.com/files/72340023/MPLABC30fullWithDoc.rar
Thanks a lot.

I have uploaded Microchip Masters CD ROM also .please see e books section

MM

« Last Edit: August 31, 2008, 01:08:44 13:08 by pickit2 » Logged

MicroMaster

"Don't worry about people stealing your ideas. If your ideas are any good, you'll have to ram them down people's throats."
                           Howard Aiken.
mris99
Junior Member
**
Offline Offline

Posts: 35

Thank You
-Given: 7
-Receive: 16


« Reply #1 on: December 07, 2007, 08:54:52 20:54 »

It asks for serial number. What is it?
Logged
50caliber
Active Member
***
Offline Offline

Posts: 141

Thank You
-Given: 174
-Receive: 863



« Reply #2 on: December 08, 2007, 12:10:55 00:10 »

It asks for serial number. What is it?


Look in the License.txt file.

Logged
mbandala
Senior Member
****
Offline Offline

Posts: 279

Thank You
-Given: 130
-Receive: 305



« Reply #3 on: March 14, 2008, 11:11:23 23:11 »

The best compiler for dsPICs! Many thanks.

Here you have some links to books that use this compiler

http://rapidshare.com/files/99576172/LHFSD.zip

http://rapidshare.com/files/99579429/Intelligent_sensor_design_using_the_Microchip_dsPIC_embedded_technology.pdf

http://rapidshare.com/files/98509222/Programming_16-Bit_PIC_Microcontrollers_in_C-Goleech.org.rar
Logged

Feel free to press "thank you" if you think you have found something useful! -^
sevesa
Newbie
*
Offline Offline

Posts: 8

Thank You
-Given: 0
-Receive: 0


« Reply #4 on: March 14, 2008, 11:30:04 23:30 »

http://ww1.microchip.com/downloads/en/DeviceDoc/MPLAB_C30_v3_02-Full.exe

new c30 c compiler


Logged
2funpars
Newbie
*
Offline Offline

Posts: 13

Thank You
-Given: 46
-Receive: 6


« Reply #5 on: March 19, 2008, 10:55:03 10:55 »

it asks for serial??
Logged
mbandala
Senior Member
****
Offline Offline

Posts: 279

Thank You
-Given: 130
-Receive: 305



« Reply #6 on: March 19, 2008, 02:06:43 14:06 »

it asks for serial??

Try MTI074042127
Logged

Feel free to press "thank you" if you think you have found something useful! -^
2funpars
Newbie
*
Offline Offline

Posts: 13

Thank You
-Given: 46
-Receive: 6


« Reply #7 on: March 22, 2008, 04:36:51 16:36 »

is this C30 compiler add-on? it doesnt contain a file to launch..
Logged
Robi
Newbie
*
Offline Offline

Posts: 20

Thank You
-Given: 54
-Receive: 1


« Reply #8 on: March 23, 2008, 03:30:16 15:30 »

is this C30 compiler add-on? it doesnt contain a file to launch..
Files to run are in the BIN folder. C30 is a command line suite which you can call from MPLAB IDE. Open the project wizard, select a 16 bit device, select Microchip C30 toolsuite in the language toolsuite and create a new project file.
Logged
heatcon
Guest
« Reply #9 on: March 31, 2008, 04:19:45 04:19 »

 i m looking for the c-complier for 16series pic mcu.kindly tell us where can i get the crake version.
Logged
tavioman
Active Member
***
Offline Offline

Posts: 151

Thank You
-Given: 14
-Receive: 17



« Reply #10 on: April 07, 2008, 06:52:29 06:52 »

Microchip does not make a C compiler for PIC16 series.
Logged

- Brain juice -
RADS
Inactive

Offline Offline

Posts: 6

Thank You
-Given: 2
-Receive: 3


« Reply #11 on: August 01, 2008, 10:25:35 22:25 »

I have downloaded MPLAB C30 version 3_02 compiler as mentioned in the above link.

The compiler is installed successfully. But during compiling the following message appears :

"The current system date is invalid.
Options have been disabled due to invalid licence."

It would be great if anyone can suggest how to resolve the above issue.

 
Logged
Wannabe
Global Moderator
Senior Member
*****
Offline Offline

Posts: 430

Thank You
-Given: 228
-Receive: 285



« Reply #12 on: August 01, 2008, 10:45:22 22:45 »

Four years ago I disassembled C30 and came to this conclusion regarding serial numbers:

Use included license manager (pic30-lm.exe) with the following switches:
-ix=DDMMYYYY : make demo last to date MM/DD-YYYY
-iu=XXX : make demo last XXX days

or finally make it full version
-uMTIxxyy4zzzz (where xx=01-04, yy=01-53, zzzz=0001-9999)

(example: -uMTI035248989 is a valid licensenumber)

According to these findings MTI074042127 would be an invalid serial. There were some date checks, but if I recall correctly I chose xx=01-04 to be on the safe side.
Try using the example above and see if it works better.

The latest version as of today available to download is:
http://ww1.microchip.com/downloads/en/DeviceDoc/MPLAB_C_ComboFull_v3_11.exe

Tried making the examplefiles using serial MTI074042127 and they failed. Using serial MTI035248989 everything was ok.

Regards
  Wannabe
« Last Edit: August 01, 2008, 11:28:29 23:28 by Wannabe » Logged
RADS
Inactive

Offline Offline

Posts: 6

Thank You
-Given: 2
-Receive: 3


« Reply #13 on: August 02, 2008, 11:00:35 11:00 »

Version 3_02 works fine with the example license number. It builds/makes without any limitation.

But the same is not possible with version 3_11.

Is a different license number required ? Could you give any suggestions ?

Regards.
Logged
Wannabe
Global Moderator
Senior Member
*****
Offline Offline

Posts: 430

Thank You
-Given: 228
-Receive: 285



« Reply #14 on: August 02, 2008, 12:01:28 12:01 »

What is not possible with 3.11? Did you try MTI035248989 ?
Logged
RADS
Inactive

Offline Offline

Posts: 6

Thank You
-Given: 2
-Receive: 3


« Reply #15 on: August 02, 2008, 07:54:41 19:54 »

I tried the following:

1) During MPLAB MPLAB_C_ComboFull_v3_11 Installation -In the  "Get Registration Window", entered MTI035248989 in serial number entry.The Installation completes successfully but during making/building project, output window indicates the following :

"Microchip MPLAB C30 License Manager Version v3_11 (Build Date Jul 16 2008).
Copyright (c) 2008 Microchip Technology Inc. All rights reserved.
The MPLAB C30 license manager command-line is invalid.
pic30-coff-cc1.exe: error: License manager failure, please contact your support
representative or http://support.microchip.com"


2) After Installing MPLAB MPLAB_C_ComboFull_v3_11 - Run pic30-lm.exe -uMTI035248989 from DOS prompt .Following message appears next :

"Microchip MPLAB C30 License Manager Version v3_11 (Build Date Jul 16 2008).
Copyright (c) 2008 Microchip Technology Inc. All rights reserved.
Adding License MTI035248989."

Then also, building/making project in MPLAB 8.1 gives the same error as stated in point 1 above.

I request for any other suggestion.
Logged
Wannabe
Global Moderator
Senior Member
*****
Offline Offline

Posts: 430

Thank You
-Given: 228
-Receive: 285



« Reply #16 on: August 02, 2008, 11:55:55 23:55 »

Very strange, I have no problems with my installation  Huh
Is your computer date set correctly?
Try using other serials, according to my earlier posted formula.
Others having the same problems?
Logged
RADS
Inactive

Offline Offline

Posts: 6

Thank You
-Given: 2
-Receive: 3


« Reply #17 on: August 03, 2008, 03:40:53 15:40 »

As you mentioned, I checked the system date & corrected it. Its working now ! Smiley
Logged
piotrsus
Newbie
*
Offline Offline

Posts: 15

Thank You
-Given: 3
-Receive: 2


« Reply #18 on: August 03, 2008, 11:45:11 23:45 »

I have exactly the same problem as RADS.
Please explain how to set the system date?
Logged
Wannabe
Global Moderator
Senior Member
*****
Offline Offline

Posts: 430

Thank You
-Given: 228
-Receive: 285



« Reply #19 on: August 04, 2008, 01:15:06 01:15 »

Go to Control Panel / Date & Time Properties...



If your CMOS battery is dead, you could experience loss of current date every time you turn off/hibernate your computer.
« Last Edit: August 04, 2008, 01:17:37 01:17 by Wannabe » Logged
micropar
Active Member
***
Offline Offline

Posts: 173

Thank You
-Given: 44
-Receive: 13


« Reply #20 on: August 04, 2008, 03:25:43 03:25 »

Hi all,

Can any one post direct download link to Full C30 3v11 version similar to version 3v02 posted above?

Is student version is same as full version?

Thanks in advance with regards,
--micropar--
« Last Edit: August 04, 2008, 03:27:51 03:27 by micropar » Logged
Wannabe
Global Moderator
Senior Member
*****
Offline Offline

Posts: 430

Thank You
-Given: 228
-Receive: 285



« Reply #21 on: August 04, 2008, 12:22:11 12:22 »

Read carefully what I have posted earlier, and you will find...

http://www.sonsivri.com/forum/index.php?topic=7334.msg60908#msg60908
Logged
mbandala
Senior Member
****
Offline Offline

Posts: 279

Thank You
-Given: 130
-Receive: 305



« Reply #22 on: August 04, 2008, 12:51:05 12:51 »

Hi all,

Can any one post direct download link to Full C30 3v11 version similar to version 3v02 posted above?

Is student version is same as full version?

Thanks in advance with regards,
--micropar--

You can also see Microchip's C30 info in order to see how different the full and the student versions are...

http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en010065
Logged

Feel free to press "thank you" if you think you have found something useful! -^
puta
Junior Member
**
 Muted
Offline Offline

Posts: 89

Thank You
-Given: 358
-Receive: 29


« Reply #23 on: August 31, 2008, 12:18:31 00:18 »

Wannabe,

Do you mean to back-date the PC system current date to 8 Apri 2004 to use the License MTI035248989 ?
or, change the date only while the license is applied ? ...

I am not clear about it, and could you plese explain it again

Ta
Logged
Wannabe
Global Moderator
Senior Member
*****
Offline Offline

Posts: 430

Thank You
-Given: 228
-Receive: 285



« Reply #24 on: August 31, 2008, 01:00:57 01:00 »

Sorry, the picture was just an example of how Setting system date dialog should look like.
If everything is ok you should not have to mess with dates, just use the MTI035248989 serial.
At least it works nice for me.
Logged
Pages: [1] 2  All
Print
Jump to:  


DISCLAIMER
WE DONT HOST ANY ILLEGAL FILES ON THE SERVER
USE CONTACT US TO REPORT ILLEGAL FILES
ADMINISTRATORS CANNOT BE HELD RESPONSIBLE FOR USERS POSTS AND LINKS

... Copyright © 2003-2999 Sonsivri.to ...
Powered by SMF 1.1.18 | SMF © 2006-2009, Simple Machines LLC | HarzeM Dilber MC