View Single Post
  #1   Spotlight this post!  
Unread 13-02-2005, 14:15
hawk_11's Avatar
hawk_11 hawk_11 is offline
FIRST Survivor
None #9999
 
Join Date: Jan 2005
Rookie Year: 2000
Location: USA
Posts: 18
hawk_11 is an unknown quantity at this point
clib.lib not being read

Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8520 "main.c" -fo="main.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8520 "ifi_utilities.c" -fo="ifi_utilities.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8520 "ifi_startup.c" -fo="ifi_startup.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8520 "printf_lib.c" -fo="printf_lib.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8520 "user_routines_fast.c" -fo="user_routines_fast.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8520 "user_routines.c" -fo="user_routines.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
Executing: "C:\mcc18\bin\mplink.exe" "18f8520user.lkr" "C:\2005 Files\main.o" "C:\2005 Files\ifi_utilities.o" "C:\2005 Files\ifi_startup.o" "C:\2005 Files\printf_lib.o" "C:\2005 Files\user_routines_fast.o" "C:\2005 Files\user_routines.o" "C:\2005 Files\ifi_library.lib" "C:\mcc18\lib\clib.lib" /o"default code.cof"
MPLINK 3.90, Linker
Copyright (c) 2004 Microchip Technology Inc.
Error - could not find file 'clib.lib'.
Errors : 1

BUILD FAILED: Sun Feb 13 14:10:14 2005


clib.lib is not being found when it is right in the project. I compiled clib.lib and it says it is a syntax error. Fixing this syntax error leads to another, then another, and so on. Is this program defective?

Last edited by hawk_11 : 13-02-2005 at 14:52.