ВходНаше всё Теги codebook 无线电组件 Поиск Опросы Закон Пятница
3 мая
96914
quarter (14.08.2007 13:33, просмотров: 48881)
Помогите разобраться с PICC 9.60! Сравнительно большой проект для pic16f876a был удачно откомпилирован на PICCv9.50pl2: Executing: "C:\Program Files\HI-TECH Software\PICC\9.50\bin\picc.exe" -C -E"GM.cce" "GM.C" -O"GM.obj" -Zg9 -O -ASMLIST -Q -MPLAB -16F876A Advisory[1207] : some of the command line options you are using are now obsolete Advisory[1208] : use --help option or refer to the user manual for option details Executing: "C:\Program Files\HI-TECH Software\PICC\9.50\bin\picc.exe" -E"GM.lde" "D:\Ruslan\WORK\GE\PIC16F876\GM.obj" -M"GM.map" -O"GM.cof" -O"GM.hex" -Q -MPLAB -16F876A Advisory[1207] : some of the command line options you are using are now obsolete Advisory[1208] : use --help option or refer to the user manual for option details Memory Usage Map: Program space: CODE used 1910h ( 6416) of 2000h words ( 78.3%) CONST used 4D1h ( 1233) of 2000h words ( 15.1%) ENTRY used 16h ( 22) of 2000h words ( 0.3%) STRING used 0h ( 0) of 2000h words ( 0.0%) Data space: BANK0 used 5Ch ( 92) of 60h bytes ( 95.8%) BANK1 used 50h ( 80) of 50h bytes (100.0%) BANK2 used 60h ( 96) of 60h bytes (100.0%) BANK3 used 60h ( 96) of 60h bytes (100.0%) COMBANK used 1h ( 1) of 10h bytes ( 6.3%) EEPROM space: EEDATA used E8h ( 232) of 100h bytes ( 90.6%) ID Location space: IDLOC used 0h ( 0) of 4h bytes ( 0.0%) Configuration bits: CONFIG used 1h ( 1) of 1h word (100.0%) Summary: Program space used 1DF7h ( 7671) of 2000h words ( 93.6%) Data space used 16Dh ( 365) of 170h bytes ( 99.2%) EEPROM space used E8h ( 232) of 100h bytes ( 90.6%) ID Location space used 0h ( 0) of 4h bytes ( 0.0%) Configuration bits used 1h ( 1) of 1h word (100.0%) Loaded D:\Ruslan\WORK\GE\PIC16F876\GM.cof. BUILD SUCCEEDED: Tue Aug 14 11:07:25 2007 ----------------------------------------------------------------- Поставил PICC 9.60 с таблеткой (пробовал и на лицензионном 9.60), вот результат: Executing: "C:\Program Files\HI-TECH Software\PICC\std\9.60\bin\picc.exe" -C -E"GM.cce" "GM.C" -O"GM.obj" -Zg9 -O -ASMLIST -Q-MPLAB -16F876A Advisory[1207] : some of the command line options you are using are now obsolete Advisory[1208] : use --help option or refer to the user manual for option details Executing: "C:\Program Files\HI-TECH Software\PICC\std\9.60\bin\picc.exe" -E"GM.lde" "D:\Ruslan\WORK\GE\PIC16F876\GM.obj" -M"GM.map" -O"GM.cof" -O"GM.hex" -Q -MPLAB -16F876A Advisory[1207] : some of the command line options you are using are now obsolete Advisory[1208] : use --help option or refer to the user manual for option details Error[491] : can't find 0x60 words for psect "rbss_0" in segment "BANK0" Error[593] : can't find 0x3 words (0x3 withtotal) for psect "intsave" in segment "BANK0" Error[593] : can't find 0x2 words (0x2 withtotal) for psect "code_ptr" in segment "BANK0" Error[593] : can't find 0x1 words (0x1 withtotal) for psect "intsave" in segment "BANK0" Error[593] : can't find 0x1 words (0x1 withtotal) for psect "intsave" in segment "BANK0" Error[593] : can't find 0x1 words (0x1 withtotal) for psect "intsave" in segment "BANK0" Error[593] : can't find 0x1 words (0x1 withtotal) for psect "intsave" in segment "BANK0" Error[593] : can't find 0x1 words (0x1 withtotal) for psect "intsave" in segment "BANK0" Error[593] : can't find 0x1 words (0x1 withtotal) for psect "intsave" in segment "BANK0" Error[593] : can't find 0x1 words (0x1 withtotal) for psect "intsave" in segment "BANK0" BUILD FAILED: Tue Aug 14 08:34:37 2007 Кто сталкивался с подобной проблемой? Поделитесь впечатлениями.