06-11-2009, 10:12 PM
|
#2
|
Trưởng lão PIC bang
Tham gia ngày: Feb 2006
Nơi Cư Ngụ: Tp. HCM, Việt Nam
Bài gửi: 3,025
:
|
Trích:
Nguyên văn bởi npbaoduy
Sau khi em xài dược một thời gian (1-2 tháng gì đó ko nhớ rõ) thì hôm nay biên dịch chương trình trong C30 nó luôn báo lỗi sau:
Code:
Microchip MPLAB C30 License Manager Version v3_20 (Build Date Aug 24 2009).
Copyright (c) 2008 Microchip Technology Inc. All rights reserved.
The MPLAB C30 license has expired.
Options have been disabled due to expired license
Visit http://www.microchip.com/ to purchase a new key.
và không biên dịch được.
Em đã tải và cài phiên bản Student mà? Không biết phải làm sao? Có ai biết chỉ em giúp? Không lẽ phải tải về cài lại?
|
Không có chuyện đó đâu bạn. Tôi dùng phiên bản 3.12 từ khi vừa phát hành đến giờ vẫn biên dịch bình thường:
Trích:
Microchip MPLAB C30 License Manager Version v3.12 (Build Date Jan 30 2009).
Copyright (c) 2008 Microchip Technology Inc. All rights reserved.
The MPLAB C30 license has expired.
pic30-coff-cc1.exe: warning: Options have been disabled due to expired license
Visit http://www.microchip.com/ to purchase a new key.
Executing: "F:\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=30F4012 "Vidu4-5.o" -o"Vidu4C30.cof" -Wl,-L"F:\Microchip\MPLAB C30\lib",--script="p30f4012.gld",--defsym=__MPLAB_BUILD=1,--heap=0,-Map="Vidu4C30.map",--report-mem
Program Memory [Origin = 0x100, Length = 0x7f00]
section address length (PC units) length (bytes) (dec)
------- ------- ----------------- --------------------
.text 0x100 0x52a 0x7bf (1983)
.const 0x62a 0xc 0x12 (18)
.init 0x636 0x88 0xcc (204)
.dinit 0x6be 0x88 0xcc (204)
.isr 0x746 0x2 0x3 (3)
Total program memory used (bytes): 0x96c (2412) 4%
Data Memory [Origin = 0x800, Length = 0x800]
section address alignment gaps total length (dec)
------- ------- -------------- -------------------
.nbss 0x800 0 0x2 (2)
.ndata 0x802 0 0x2 (2)
.nbss 0x804 0 0x2 (2)
.data 0x806 0 0x8e (142)
.bss 0x894 0 0x2 (2)
Total data memory used (bytes): 0x96 (150) 7%
Dynamic Memory Usage
region address maximum length (dec)
------ ------- ---------------------
heap 0 0 (0)
stack 0x896 0x76a (1898)
Maximum dynamic memory (bytes): 0x76a (1898)
Executing: "F:\Microchip\MPLAB C30\bin\pic30-bin2hex.exe" "E:\PICProjects\Vidu4C30\Vidu4C30.cof"
Loaded E:\PICProjects\Vidu4C30\Vidu4C30.cof.
----------------------------------------------------------------------
Release build of project `E:\PICProjects\Vidu4C30\Vidu4C30.mcp' succeeded.
Fri Nov 06 22:07:38 2009
----------------------------------------------------------------------
BUILD SUCCEEDED
|
Thân,
|
|
|