View previous topic :: View next topic |
Author |
Message |
terry Guest
|
MPLAB6 linker problem |
Posted: Mon Sep 27, 2004 4:02 am |
|
|
How do I stop MPLAB from trying to run a linker with PCM. I get the following error messge:
Clean: Deleting intermediary and output files.
Clean: Done.
Executing: "F:\PICC\V3190\PICC\Ccsc.exe" sensortx1.c
No Errors
Skipping link step. Not all sources built successfully.
BUILD FAILED: Mon Sep 27 10:54:18 2004
The .hex file is generated OK so I could ignore the BUILD FAILED message.
Regards |
|
|
Ttelmah Guest
|
Re: MPLAB6 linker problem |
Posted: Mon Sep 27, 2004 7:09 am |
|
|
terry wrote: | How do I stop MPLAB from trying to run a linker with PCM. I get the following error messge:
Clean: Deleting intermediary and output files.
Clean: Done.
Executing: "F:\PICC\V3190\PICC\Ccsc.exe" sensortx1.c
No Errors
Skipping link step. Not all sources built successfully.
BUILD FAILED: Mon Sep 27 10:54:18 2004
The .hex file is generated OK so I could ignore the BUILD FAILED message.
Regards |
In the 'language tool' setup, there should be two different references for the CCS compiler. One is called something like 'CCS C Compiler', while the other refers to the chip versions (PIC12/4/16/18). This fault is caused by having the wrong one selected. Why there are the two references, I don't know!. If you haven't got the second reference, run "ccsc +setup", to create it.
Best Wishes |
|
|
Guest
|
|
Posted: Fri Oct 29, 2004 3:57 pm |
|
|
I am havng the exact same problem. I get a "Skipping link step. Not all sources built successfully" after a successful compile. Unfortunately there is only one entry in the Language Toolsuite for CCS C Compiler and nothing like PIC12/4/16/18. Any suggestions?
Thanks a lot,
Mark |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
|
Guest
|
|
Posted: Fri Oct 29, 2004 5:06 pm |
|
|
Sorry about my previous post. I missed the last line about the ccs +setup. Problem is solved. Thanks for the help.
mark |
|
|
|