Log in

View Full Version : MPLAB Issues


jcatt
01-02-2006, 18:18
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

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_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" "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_startup. 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_utilitie s.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_ports .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_men u.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_routine s.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_routine s_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
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
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
oh well at least you got it working.