Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   MPLAB Issues (http://www.chiefdelphi.com/forums/showthread.php?t=43098)

jcatt 01-02-2006 18:18

MPLAB Issues
 
I have just made so modifications to the CMUCam Default code and I am having an issue building or making the .hex file. I keep on getting

Quote:

Clean: Deleting intermediary and output files.
Clean: Deleted file "C:\Documents and Settings\ellicd8714\Desktop\frc_camera\camera.o".
Clean: Deleted file "C:\Documents and Settings\ellicd8714\Desktop\frc_camera\camera_menu .o".
Clean: Deleted file "C:\Documents and Settings\ellicd8714\Desktop\frc_camera\eeprom.o".
Clean: Deleted file "C:\Documents and Settings\ellicd8714\Desktop\frc_camera\ifi_startup .o".
Clean: Deleted file "C:\Documents and Settings\ellicd8714\Desktop\frc_camera\ifi_utiliti es.o".
Clean: Deleted file "C:\Documents and Settings\ellicd8714\Desktop\frc_camera\main.o".
Clean: Deleted file "C:\Documents and Settings\ellicd8714\Desktop\frc_camera\serial_port s.o".
Clean: Deleted file "C:\Documents and Settings\ellicd8714\Desktop\frc_camera\terminal.o" .
Clean: Deleted file "C:\Documents and Settings\ellicd8714\Desktop\frc_camera\tracking.o" .
Clean: Deleted file "C:\Documents and Settings\ellicd8714\Desktop\frc_camera\tracking_me nu.o".
Clean: Deleted file "C:\Documents and Settings\ellicd8714\Desktop\frc_camera\user_routin es.o".
Clean: Deleted file "C:\Documents and Settings\ellicd8714\Desktop\frc_camera\user_routin es_fast.o".
Clean: Done.
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8722 /i"C:\mcc18\h" "camera.c" -fo="C:\DOCUME~1\ELLICD~1\Desktop\FRC_CA~1\camera.o " -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa- -nw=2066 -D_FRC_BOARD
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8722 /i"C:\mcc18\h" "camera_menu.c" -fo="C:\DOCUME~1\ELLICD~1\Desktop\FRC_CA~1\camera_m enu.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa- -nw=2066 -D_FRC_BOARD
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8722 /i"C:\mcc18\h" "eeprom.c" -fo="C:\DOCUME~1\ELLICD~1\Desktop\FRC_CA~1\eeprom.o " -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa- -nw=2066 -D_FRC_BOARD
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8722 /i"C:\mcc18\h" "ifi_startup.c" -fo="C:\DOCUME~1\ELLICD~1\Desktop\FRC_CA~1\ifi_star tup.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa- -nw=2066 -D_FRC_BOARD
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8722 /i"C:\mcc18\h" "ifi_utilities.c" -fo="C:\DOCUME~1\ELLICD~1\Desktop\FRC_CA~1\ifi_util ities.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa- -nw=2066 -D_FRC_BOARD
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8722 /i"C:\mcc18\h" "main.c" -fo="C:\DOCUME~1\ELLICD~1\Desktop\FRC_CA~1\main.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa- -nw=2066 -D_FRC_BOARD
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8722 /i"C:\mcc18\h" "serial_ports.c" -fo="C:\DOCUME~1\ELLICD~1\Desktop\FRC_CA~1\serial_p orts.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa- -nw=2066 -D_FRC_BOARD
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8722 /i"C:\mcc18\h" "terminal.c" -fo="C:\DOCUME~1\ELLICD~1\Desktop\FRC_CA~1\terminal .o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa- -nw=2066 -D_FRC_BOARD
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8722 /i"C:\mcc18\h" "tracking.c" -fo="C:\DOCUME~1\ELLICD~1\Desktop\FRC_CA~1\tracking .o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa- -nw=2066 -D_FRC_BOARD
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8722 /i"C:\mcc18\h" "tracking_menu.c" -fo="C:\DOCUME~1\ELLICD~1\Desktop\FRC_CA~1\tracking _menu.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa- -nw=2066 -D_FRC_BOARD
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8722 /i"C:\mcc18\h" "user_routines.c" -fo="C:\DOCUME~1\ELLICD~1\Desktop\FRC_CA~1\user_rou tines.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa- -nw=2066 -D_FRC_BOARD
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8722 /i"C:\mcc18\h" "user_routines_fast.c" -fo="C:\DOCUME~1\ELLICD~1\Desktop\FRC_CA~1\user_rou tines_fast.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa- -nw=2066 -D_FRC_BOARD
Couldn't locate build tool. Check tool locations.
Link step failed.
BUILD FAILED: Wed Feb 01 18:09:32 2006

Any Suggestions would be helpfull?

Thanks, Jonathan Catt(1251)

Cuog 01-02-2006 18:20

Re: MPLAB Issues
 
try compiling user_routines_fast by itself then the whole project again and see if that works(sometimes it does) and check to make sure all the files are properly utilized.

CaseyKasem_1251 01-02-2006 18:42

Re: MPLAB Issues
 
Quote:

Originally Posted by Cuog
try compiling user_routines_fast by itself then the whole project again and see if that works(sometimes it does) and check to make sure all the files are properly utilized.

Thx we tried that didnt work i searched the forum and found that the language tool locations were not set to where we installed them so we set those and it worked perfectally thx for the help though.

Cuog 02-02-2006 17:49

Re: MPLAB Issues
 
oh well at least you got it working.


All times are GMT -5. The time now is 04:58.

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