Author Topic: PCM PIC C Compiler von CCS  (Read 600 times)

Offline Josifosky

  • Стручњак
  • ***
  • Posts: 125
PCM PIC C Compiler von CCS
« Opened on 05.04.2014, Saturday, 18:07:05 (Edited 05.04.2014, Saturday, 20:59:39) »
Дали досега има некој програмирано чип преку овој компајлер? Имам некој фајлови што треба да ги ставам во микроконтролеров но неможам да го најдам овој Компајлер.. за MPLAB ми излегува следниот проблем

Code: [Select]
Clean: Deleting intermediary and output files.
Clean Warning: File "C:\Users\Magde\Desktop\Diffcon\LCD_D.p1" doesn't exist.
Clean: Deleted file "C:\Users\Magde\Desktop\Diffcon\16F877.H.ERR".
Clean: Deleted file "C:\Users\Magde\Desktop\Diffcon\DiffCon.HEX".
Clean: Deleted file "C:\Users\Magde\Desktop\Diffcon\DiffCon.LST".
Clean: Deleted file "C:\Users\Magde\Desktop\Diffcon\DiffCon.ERR".
Clean: Deleted file "C:\Users\Magde\Desktop\Diffcon\LCD_D.ERR".
Clean: Done.
Executing: "C:\Program files\Picc\CCSC.exe" +FH "DiffCon.c" +EXPORT  +DF +LN +T +A +M +Z +Y=9 +EA  #__18F452=TRUE
*** Error 24 "C:\Program Files\PICC\devices\16F877.h" Line 11(9,18): Unknown device type    -- Try PCM
C:\Users\Magde\Desktop\Diffcon\DiffCon.o ===>  1 Errors,  0 Warnings.
Build Failed.
Executing: "C:\Program files\Picc\CCSC.exe" +FH "LCD_D.C" +EXPORT  +DF +LN +T +A +M +Z +Y=9 +EA  #__18F452=TRUE
*** Error 128 "LCD_D.c" Line 0(0,0): A #DEVICE required before this line
C:\Users\Magde\Desktop\Diffcon\LCD_D.o ===>  1 Errors,  0 Warnings.
Build Failed.
Skipping link step.  Not all sources built successfully.
BUILD FAILED: Sat Apr 05 18:03:19 2014