View previous topic :: View next topic |
Author |
Message |
deelip_prusty
Joined: 01 Oct 2007 Posts: 2
|
Help me ....New User of CCS |
Posted: Wed Oct 03, 2007 12:43 am |
|
|
Hi
All,
I am new to Firmware world.I have MPLAB IDE 7.52 , CCS Compiler , LCM Hybrid Demo board and MPlab LCD2 debugger.
I created a new project in that IDE with some existing sample code , and compiled it.It shows BUILD succeed .But in the Project Tree it shows 18f452.h file not found.
Is there any other settings ,after installing the complier in MPLAB IDE.
Please Give some Useful docs for a beginner.
Please any one help me on this. |
|
|
Ttelmah Guest
|
|
Posted: Wed Oct 03, 2007 2:08 am |
|
|
Simple question. _Which_ 'CCS Compiler'?.
There are three.
PCB - handles '12' chips.
PCM - handles '16' chips.
PCH - handles '18' chips.
Then there are 'windows' versions, and 'suites', which contain more than one compiler part. So (for instance), 'PCWH', has all three of the actual compilers, and the windows 'front end'.
If your compiler does not include 18F452.h, then it is almost certainly one of the PCB, or PCM versions, which don't support this chip...
Best Wishes |
|
|
ckielstra
Joined: 18 Mar 2004 Posts: 3680 Location: The Netherlands
|
|
Posted: Wed Oct 03, 2007 9:53 am |
|
|
Quote: | I created a new project in that IDE with some existing sample code , and compiled it.It shows BUILD succeed .But in the Project Tree it shows 18f452.h file not found. | This is an MPLAB problem, not the compiler. MPLAB automatically adds new include files to your project when detected during compile, but old files are never removed from the project tree. In MPLAB right click the include file with error and select 'remove'. |
|
|
Guest
|
|
Posted: Thu Oct 04, 2007 12:41 am |
|
|
Thanx a ton for such soon response.
Friends as I am a beginner ,Could any one give me some sample documents through which can able to write firmware.
Will b very grateful to him. |
|
|
|