Pessoal,
Boa noite,
Comecei a estudar o C18, e ao compilar um programa deu a seguinte mensagem:
----------------------------------------------------------------------
Debug build of project `C:\PIC18\PROJ15002.mcp' started.
Language tool versions: mpasmwin.exe v5.34, mplink.exe v4.34, mcc18.exe v3.34
Preprocessor symbol `__DEBUG' is defined.
Mon Dec 14 18:10:55 2009
----------------------------------------------------------------------
Clean: Deleting intermediary and output files.
Clean: Deleted file "C:\PIC18\PROJ15002.o".
Clean: Done.
Executing: "C:\MCC18\bin\mcc18.exe" -p=18F4550 "PROJ15002.c" -fo="PROJ15002.o" -D__DEBUG -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
Executing: "C:\MCC18\bin\mplink.exe" /p18F4550 "PROJ15002.o" /u_CRUNTIME /u_DEBUG /z__MPLAB_BUILD=1 /z__MPLAB_DEBUG=1 /o"PROJ15002.cof" /M"PROJ15002.map" /W
MPLINK 4.34, Linker
Copyright (c) 2009 Microchip Technology Inc.
Error - could not find file 'c018i.o'.
Errors : 1
Link step failed.
----------------------------------------------------------------------
Debug build of project `C:\PIC18\PROJ15002.mcp' failed.
Language tool versions: mpasmwin.exe v5.34, mplink.exe v4.34, mcc18.exe v3.34
Preprocessor symbol `__DEBUG' is defined.
Mon Dec 14 18:10:56 2009
----------------------------------------------------------------------
BUILD FAILED
Onde devo começar a procurar o erro?
Obrigado.