Lil Programming Help here!!!

Does anyone know what I can do about this?


Executing: "c:\mcc18\bin\c18demo.exe" -p=18F8520 "main.c" -fo="main.o" -D_FRC_BOARD -D_SIMULATOR -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
Executing: "c:\mcc18\bin\c18demo.exe" -p=18F8520 "user_routines_fast.c" -fo="user_routines_fast.o" -D_FRC_BOARD -D_SIMULATOR -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
Executing: "c:\mcc18\bin\c18demo.exe" -p=18F8520 "user_routines.c" -fo="user_routines.o" -D_FRC_BOARD -D_SIMULATOR -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
Executing: "c:\mcc18\bin\c18demo.exe" -p=18F8520 "printf_lib.c" -fo="printf_lib.o" -D_FRC_BOARD -D_SIMULATOR -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
Executing: "c:\mcc18\bin\c18demo.exe" -p=18F8520 "ifi_utilities.c" -fo="ifi_utilities.o" -D_FRC_BOARD -D_SIMULATOR -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
Executing: "c:\mcc18\bin\c18demo.exe" -p=18F8520 "ifi_startup.c" -fo="ifi_startup.o" -D_FRC_BOARD -D_SIMULATOR -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
Executing: "c:\mcc18\bin\mplink.exe" /l"C:\mcc18\lib" "18f8520user.lkr" "C:\Documents and Settings
ycboe.BHSO-NTKBK-2O3\Desktop\IFI\FrcCode\main.o" "C:\Documents and Settings
ycboe.BHSO-NTKBK-2O3\Desktop\IFI\FrcCode\user_routines_fast.o" "C:\Documents and Settings
ycboe.BHSO-NTKBK-2O3\Desktop\IFI\FrcCode\user_routines.o" "C:\Documents and Settings
ycboe.BHSO-NTKBK-2O3\Desktop\IFI\FrcCode\printf_lib.o" "C:\Documents and Settings
ycboe.BHSO-NTKBK-2O3\Desktop\IFI\FrcCode\ifi_utilities.o" "C:\Documents and Settings
ycboe.BHSO-NTKBK-2O3\Desktop\IFI\FrcCode\ifi_startup.o" "C:\Documents and Settings
ycboe.BHSO-NTKBK-2O3\Desktop\IFI\FrcCode\FRC_library.lib" /m"FrcCode.map" /o"FrcCode.cof"
MPLINK 3.40, Linker
Copyright (c) 2003 Microchip Technology Inc.
Errors    : 0

MP2COD 3.40, COFF to COD File Converter
Copyright (c) 2003 Microchip Technology Inc.
Error - Source file 'C:\Documents and Settings
ycboe.BHSO-NTKBK-2O3\Desktop\IFI\FrcCode\main.c' name exceeds file format maximum of 62 characters.
Errors    : 1

BUILD FAILED: Wed Mar 24 18:08:35 2004

I don’t know what this is for, but judging by the:

Error - Source file ‘C:\Documents and Settings
ycboe.BHSO-NTKBK-2O3\Desktop\IFI\FrcCode\main.c’ name exceeds file format maximum of 62 characters.
Errors : 1

I would say move that file or set of files out of that folder and put it somewhere else.

Yeah, ur file path is too long, put ur folder right in the C drive or on the Desktop, that should do it

Desktop might be bad, depending on how deep a folder system you use…desktop will go under C:\windows\desktop. Best to just use root directory (C: ).
edit: already got in desktop…definately just go root folder…

Yes your file path is to long. It can only be so long so just put it in the root folder (C:). That should fix your problem