Sean Marks
12-01-2008, 10:54
I recently updated to MPLAB v8.00, and the C18 v3.10 compiler. I downloaded the 2007 default code.
Now my problem is that when I started up MPLAB, the default untitled workspace came up. I created a new workspace for my project, gave it a title, and a location to save it.
I then copied and added all the files in the default code folder to my project. Most of it worked fine, but the .c files were not added into the source section. The header files were properly added, but not the source(.c) They were instead placed in the "other files" section.
When I compile it says "NO SOURCE FILES: BUILD FAILED!" or something like that. Why is it doing this and how can I put the source files back into the source section?
EDIT: I have a new problem. I managed to add the .c files to the source section by changing the filter for the source section from *.asm to *.c. But now when i try to compile it. it says
"Clean: Deleting intermediary and output files.
Clean: Done.
Skipping file. There is no tool to process the file with the given suffix.
Halting build on first failure as requested.
BUILD FAILED: Sat Jan 12 11:14:15 2008"
Now I'm just confused. I never had these problems last year, so I'm just lost.
EDIT:NEW PROBLEM! After redownloading, I used the workspace found inthe default code and everything came up. I then "made" the code and I came up with a series of errors such as
"Error - Coff file format for 'ifi_library.o' is out of date.
Error - Could not build member 'ifi_library.o' in library file 'C:\Documents and Settings\Owner.FIRST_LAPTOP_3\My Documents\Programming Code 2008\FRC 2008 Code v1\FRC_library_8722.lib'."
Once again, I am using the most recent code, so I'm at a loss.
Now my problem is that when I started up MPLAB, the default untitled workspace came up. I created a new workspace for my project, gave it a title, and a location to save it.
I then copied and added all the files in the default code folder to my project. Most of it worked fine, but the .c files were not added into the source section. The header files were properly added, but not the source(.c) They were instead placed in the "other files" section.
When I compile it says "NO SOURCE FILES: BUILD FAILED!" or something like that. Why is it doing this and how can I put the source files back into the source section?
EDIT: I have a new problem. I managed to add the .c files to the source section by changing the filter for the source section from *.asm to *.c. But now when i try to compile it. it says
"Clean: Deleting intermediary and output files.
Clean: Done.
Skipping file. There is no tool to process the file with the given suffix.
Halting build on first failure as requested.
BUILD FAILED: Sat Jan 12 11:14:15 2008"
Now I'm just confused. I never had these problems last year, so I'm just lost.
EDIT:NEW PROBLEM! After redownloading, I used the workspace found inthe default code and everything came up. I then "made" the code and I came up with a series of errors such as
"Error - Coff file format for 'ifi_library.o' is out of date.
Error - Could not build member 'ifi_library.o' in library file 'C:\Documents and Settings\Owner.FIRST_LAPTOP_3\My Documents\Programming Code 2008\FRC 2008 Code v1\FRC_library_8722.lib'."
Once again, I am using the most recent code, so I'm at a loss.