谢谢楼上回复。
我用过很多不同类型的MCU了,但是PIC是第一次使用。
网络上可以找到C18,C30可以找到免费的吗?
下载了MPLAB_IDE_V8.7
C18 v3.42 Standard Eval Version
但是编译结果:Executing: "C:\Program Files (x86)\Microchip\mplabc18\v3.42\bin\mcc18.exe" -p=18F24J10 /i"C:\Program Files\Microchip\mplabc18\v3.37.01\h" "main.c" -fo="Object\main.o" --extended -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
MPLAB C18 v3.42 (evaluation)
Copyright 2000-2011 Microchip Technology Inc.
Days remaining until evaluation becomes feature limited: 57
WARNING: Running the compiler in extended mode will not be supported when the evaluation becomes feature limited.
Executing: "C:\Program Files (x86)\Microchip\mplabc18\v3.42\bin\mcc18.exe" -p=18F24J10 /i"C:\Program Files\Microchip\mplabc18\v3.37.01\h" "ccp.c" -fo="Object\ccp.o" --extended -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
MPLAB C18 v3.42 (evaluation)
Copyright 2000-2011 Microchip Technology Inc.
Days remaining until evaluation becomes feature limited: 57
WARNING: Running the compiler in extended mode will not be supported when the evaluation becomes feature limited.
Executing: "C:\Program Files (x86)\Microchip\mplabc18\v3.42\bin\mcc18.exe" -p=18F24J10 /i"C:\Program Files\Microchip\mplabc18\v3.37.01\h" "eusart.c" -fo="Object\eusart.o" --extended -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
MPLAB C18 v3.42 (evaluation)
Copyright 2000-2011 Microchip Technology Inc.
Days remaining until evaluation becomes feature limited: 57
WARNING: Running the compiler in extended mode will not be supported when the evaluation becomes feature limited.
Executing: "C:\Program Files (x86)\Microchip\mplabc18\v3.42\bin\mcc18.exe" -p=18F24J10 /i"C:\Program Files\Microchip\mplabc18\v3.37.01\h" "init.c" -fo="Object\init.o" --extended -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
MPLAB C18 v3.42 (evaluation)
Copyright 2000-2011 Microchip Technology Inc.
Days remaining until evaluation becomes feature limited: 57
WARNING: Running the compiler in extended mode will not be supported when the evaluation becomes feature limited.
Executing: "C:\Program Files (x86)\Microchip\mplabc18\v3.42\bin\mcc18.exe" -p=18F24J10 /i"C:\Program Files\Microchip\mplabc18\v3.37.01\h" "isr.c" -fo="Object\isr.o" --extended -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
MPLAB C18 v3.42 (evaluation)
Copyright 2000-2011 Microchip Technology Inc.
Days remaining until evaluation becomes feature limited: 57
WARNING: Running the compiler in extended mode will not be supported when the evaluation becomes feature limited.
Executing: "C:\Program Files (x86)\Microchip\mplabc18\v3.42\bin\mcc18.exe" -p=18F24J10 /i"C:\Program Files\Microchip\mplabc18\v3.37.01\h" "kick.c" -fo="Object\kick.o" --extended -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
MPLAB C18 v3.42 (evaluation)
Copyright 2000-2011 Microchip Technology Inc.
Days remaining until evaluation becomes feature limited: 57
WARNING: Running the compiler in extended mode will not be supported when the evaluation becomes feature limited.
Executing: "C:\Program Files (x86)\Microchip\mplabc18\v3.42\bin\mcc18.exe" -p=18F24J10 /i"C:\Program Files\Microchip\mplabc18\v3.37.01\h" "strike.c" -fo="Object\strike.o" --extended -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
MPLAB C18 v3.42 (evaluation)
Copyright 2000-2011 Microchip Technology Inc.
Days remaining until evaluation becomes feature limited: 57
WARNING: Running the compiler in extended mode will not be supported when the evaluation becomes feature limited.
Executing: "C:\Program Files (x86)\Microchip\mplabc18\v3.42\bin\mcc18.exe" -p=18F24J10 /i"C:\Program Files\Microchip\mplabc18\v3.37.01\h" "TRxmsg.c" -fo="Object\TRxmsg.o" --extended -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
MPLAB C18 v3.42 (evaluation)
Copyright 2000-2011 Microchip Technology Inc.
Days remaining until evaluation becomes feature limited: 57
WARNING: Running the compiler in extended mode will not be supported when the evaluation becomes feature limited.
Executing: "C:\Program Files (x86)\Microchip\mplabc18\v3.42\mpasm\mpasmwin.exe" /q /p18F24J10 "flash.asm" /l"flash.lst" /e"Object\flash.err" /o"Object\flash.o" /y
Couldn't locate build tool. Check tool locations.
----------------------------------------------------------------------
Release build of project `E:\Microchip\QuickFirm\Firmware\Panel\Panel.mcp' failed.
Language tool versions: mpasmwin.exe v5.45, mcc18.exe v3.42, mplib.exe v4.43
Tue Jun 05 13:50:35 2012
----------------------------------------------------------------------
BUILD FAILED
|