Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   Lil Programming Help here!!! (http://www.chiefdelphi.com/forums/showthread.php?t=27126)

hybrid 24-03-2004 18:11

Lil Help here!!!
 
Does anyone know what I can do about this?
Code:

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\nycboe.BHSO-NTKBK-2O3\Desktop\IFI\FrcCode\main.o" "C:\Documents and Settings\nycboe.BHSO-NTKBK-2O3\Desktop\IFI\FrcCode\user_routines_fast.o" "C:\Documents and Settings\nycboe.BHSO-NTKBK-2O3\Desktop\IFI\FrcCode\user_routines.o" "C:\Documents and Settings\nycboe.BHSO-NTKBK-2O3\Desktop\IFI\FrcCode\printf_lib.o" "C:\Documents and Settings\nycboe.BHSO-NTKBK-2O3\Desktop\IFI\FrcCode\ifi_utilities.o" "C:\Documents and Settings\nycboe.BHSO-NTKBK-2O3\Desktop\IFI\FrcCode\ifi_startup.o" "C:\Documents and Settings\nycboe.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\nycboe.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


Gadget470 24-03-2004 18:15

Re: Lil Help here!!!
 
I don't know what this is for, but judging by the:
Quote:

Error - Source file 'C:\Documents and Settings\nycboe.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.

JoshJ 24-03-2004 18:19

Re: Lil Help here!!!
 
Yeah, ur file path is too long, put ur folder right in the C drive or on the Desktop, that should do it

10intheCrunch 24-03-2004 19:45

Re: Lil Programming Help here!!!
 
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....

CrashZero 25-03-2004 09:18

Re: Lil Programming Help here!!!
 
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


All times are GMT -5. The time now is 08:38.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi