Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

"PIC18F4550.h" and "mcc18.exe" files are

Status
Not open for further replies.

hkBattousai

Advanced Member level 4
Joined
Jun 16, 2007
Messages
118
Helped
5
Reputation
10
Reaction score
1
Trophy points
1,298
Location
Turkey
Activity points
2,182
mcc18.exe

Today I have decided to program my PIC with C instead of ASM. I have installed MPLAB 8.10 (with Microchip C18 compiler included) and HI-TECH PICC-18 compiler, then associated it with MPLAB.

Created a new Microchip C18 suit project with the new project wizard. As the first hinderance the compiler module 'mcc18.exe' was missing. (I made a google search, people say that in demo versions the compiler file is named 'mcc18demo.exe', but it is also missing).

Then I decided to use HI-TECH PICC-18 suit with MPLAB. This time the header file for my pic was missing. There is no compitable headers for my PIC.

How can I obtain these missing fles? I couldn't find them on the net, can you give me a web link to download, or can you just send them to me if you have?
 

mcc18

You need to set the include and lib path correctly.

Go to Project -> Build options -> project and set them under directories.

Also don't forget to include the controller linker to the project.

Added after 1 minutes:

Those files should be were the MPLAB C18 was installed
 

    hkBattousai

    Points: 2
    Helpful Answer Positive Rating
pic18f4550.h

In Addition:
Menu\Project\Set Language Tools Location
and Menu\Project\Set Language Tools Suite
for path to mcc18.exe, mplink.exe and mplib.exe
If it don't work, I'll send you new C18 Compiler (Ofcourse It worked well)
mailto pmnam2002@yahoo.com
 

    hkBattousai

    Points: 2
    Helpful Answer Positive Rating
mcc18 exe

Thank you for your answers my friends. I'm terribly sorry for posting this topic. If you ask why, I realized that I hadn't installed Microchip C18 compiler by the time I experienced this problem. I had installed Hi-Tech C18 compiler and I messed it with Microchip's compiler.

Thank you again for helping me with my first C18 project.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top