chunda
Joined: 27 Aug 2009 Posts: 1 Location: Guernsey
|
PCD: Simple project won't build through MPLAB |
Posted: Tue Sep 01, 2009 10:09 am |
|
|
Hi,
Running V4.097. Trying to get a simple project to build where I have source in multiple .c files, but when the link stage is run I get the error shown in the compiler window:
Code: |
Project:
Main.
Not Found
"Main"
|
The same sources work fine in MPLAB C30 compiler. Any ideas how to buld this from MPLAB environment, do I need to change a compile option somewhere?
Ouput windows shows:
Quote: | Executing: "C:\Program files\Picc\CCSC.exe" +FD "Application.c" +EXPORT +DF +LN +T +A +M +Z +Y=9 +EA
V:\Projects\Documents\2800\Software\Template\Application.o ===> 0 Errors, 0 Warnings.
Executing: "C:\Program files\Picc\CCSC.exe" +FD "Commands.c" +EXPORT +DF +LN +T +A +M +Z +Y=9 +EA
V:\Projects\Documents\2800\Software\Template\Commands.o ===> 0 Errors, 0 Warnings.
Executing: "C:\Program files\Picc\CCSC.exe" +FD "Response.c" +EXPORT +DF +LN +T +A +M +Z +Y=9 +EA
V:\Projects\Documents\2800\Software\Template\Response.o ===> 0 Errors, 0 Warnings.
Executing: "C:\Program files\Picc\CCSC.exe" +FD "main.c" +EXPORT +DF +LN +T +A +M +Z +Y=9 +EA
V:\Projects\Documents\2800\Software\Template\main.o ===> 0 Errors, 0 Warnings.
Executing: "C:\Program files\Picc\CCSC.exe" +FD LINK="Main.hex=Application.o,Commands.o,Response.o,main.o" +DF +LN +T +A +M +Z +Y=9 +EA |
Thanks
Chunda |
|