picj1984
Joined: 01 Mar 2010 Posts: 73
|
Can't get CCS on my new machine to work (Windows 7) |
Posted: Thu Jun 17, 2010 9:15 pm |
|
|
This is probably pretty dumb....
I'm switching from XP to Windows 7 on a new machine. I have the latest compiler version: 4.109
I also just downloaded the latest version of MPLAB IDE: version 8.53
I can't get anything to compile. It can't seem to do anything (including finding the .h file) ... It's probably something super simple but I've been trying to figure it out for a couple hours so I thought I'd try my luck on here.
Here's the errors the compiler is spitting out:
Code: |
Clean: Deleting intermediary and output files.
Clean: Deleted file "test.ESYM".
Clean Warning: File "C:\Program Files (x86)\PICC\Projects\test.o" doesn't exist.
Clean: Deleted file "test.ERR".
Clean: Done.
Executing: "C:\Program Files (x86)\PICC\Ccsc.exe" +FM "test.c" +DF +LN +T +A +M +Z +Y=9 +EA
*** Error 18 "test.c" Line 1(9,20): File can not be opened
Not in project "C:\Program Files (x86)\PICC\Projects\16f1934.h"
*** Error 111 "test.c" Line 2(7,32): Unknown keyword in #FUSES "NOPROTECT"
*** Error 128 "test.c" Line 3(9,17): A #DEVICE required before this line
*** "test.c" Line 4: Error #99: Option invalid No Internal Osc
*** "test.c" Line 57: Error #128: A #DEVICE required before this line
5 Errors, 0 Warnings.
Halting build on first failure as requested.
BUILD FAILED: Thu Jun 17 22:13:28 2010
|
|
|