Pic16f84A, problem att skapa projectfil.
Postat: 2 april 2006, 21:17:24
Skapar en projekt fil i Mplab och bifogar både en *.lkr och en sorce fil *.asm För PIC16f84 krets. Efter detta kompilerar jag utan att ändra i *.asm filen. Konstigt nog ger dett a mig ett fel som blir detta.
Clean: Deleting intermediary and output files.
Clean: Done.
Executing: "C:\Program\Microchip\MPASM Suite\MPAsmWin.exe" /q /p16F84A "f84atmpo.asm" /l"f84atmpo.lst" /e"f84atmpo.err" /o"f84atmpo.o"
Message[301] C:\PROGRAM\MICROCHIP\MPASM SUITE\P16F84.INC 37 : MESSAGE: (Processor-header file mismatch. Verify selected processor.)
Executing: "C:\Program\Microchip\MPASM Suite\MPLink.exe" "C:\Program\Microchip\MPASM Suite\LKR\16f84a.lkr" "C:\Program\Microchip\MPASM Suite\Template\Object\f84atmpo.o" /o"Test.cof" /M"Test.map"
MPLINK 3.94, Linker
Copyright (c) 2005 Microchip Technology Inc.
Error - section 'INT_VECTOR' can not fit the absolute section. Section 'INT_VECTOR' start=0x00000004, length=0x00000010
Errors : 1
Ska ju inte bli fel när man skapar project tycker jag.speciellt när jag inte har ändrat i någon fil.
Clean: Deleting intermediary and output files.
Clean: Done.
Executing: "C:\Program\Microchip\MPASM Suite\MPAsmWin.exe" /q /p16F84A "f84atmpo.asm" /l"f84atmpo.lst" /e"f84atmpo.err" /o"f84atmpo.o"
Message[301] C:\PROGRAM\MICROCHIP\MPASM SUITE\P16F84.INC 37 : MESSAGE: (Processor-header file mismatch. Verify selected processor.)
Executing: "C:\Program\Microchip\MPASM Suite\MPLink.exe" "C:\Program\Microchip\MPASM Suite\LKR\16f84a.lkr" "C:\Program\Microchip\MPASM Suite\Template\Object\f84atmpo.o" /o"Test.cof" /M"Test.map"
MPLINK 3.94, Linker
Copyright (c) 2005 Microchip Technology Inc.
Error - section 'INT_VECTOR' can not fit the absolute section. Section 'INT_VECTOR' start=0x00000004, length=0x00000010
Errors : 1
Ska ju inte bli fel när man skapar project tycker jag.speciellt när jag inte har ändrat i någon fil.