Go to Post How easy will it be for a driver to control 5-6 different motions at once? Most drivers only have two hands. - Kevin Sevcik [more]
Home
Go Back   Chief Delphi > Technical > Programming
CD-Media   CD-Spy  
portal register members calendar search Today's Posts Mark Forums Read FAQ rules

 
 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Spotlight this post!  
Unread 11-02-2006, 18:13
Adrien's Avatar
Adrien Adrien is offline
Registered User
FRC #1414 (IHOT)
Team Role: Leadership
 
Join Date: Jan 2005
Rookie Year: 2004
Location: Atlanta, GA
Posts: 13
Adrien is an unknown quantity at this point
Send a message via MSN to Adrien
Problem with idata_user_routines.o?

Hi,

When trying to build my code in MPLAB 7.20, I get a strange error:
Quote:
Clean: Deleting intermediary and output files.
Clean: Deleted file "C:\FIRST\2006\FINAL CODE 2-07-06\camera.o".
Clean: Deleted file "C:\FIRST\2006\FINAL CODE 2-07-06\camera_menu.o".
Clean: Deleted file "C:\FIRST\2006\FINAL CODE 2-07-06\eeprom.o".
Clean: Deleted file "C:\FIRST\2006\FINAL CODE 2-07-06\ifi_startup.o".
Clean: Deleted file "C:\FIRST\2006\FINAL CODE 2-07-06\ifi_utilities.o".
Clean: Deleted file "C:\FIRST\2006\FINAL CODE 2-07-06\main.o".
Clean: Deleted file "C:\FIRST\2006\FINAL CODE 2-07-06\serial_ports.o".
Clean: Deleted file "C:\FIRST\2006\FINAL CODE 2-07-06\terminal.o".
Clean: Deleted file "C:\FIRST\2006\FINAL CODE 2-07-06\tracking.o".
Clean: Deleted file "C:\FIRST\2006\FINAL CODE 2-07-06\tracking_menu.o".
Clean: Deleted file "C:\FIRST\2006\FINAL CODE 2-07-06\user_routines.o".
Clean: Deleted file "C:\FIRST\2006\FINAL CODE 2-07-06\user_routines_fast.o".
Clean: Done.
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8722 "camera.c" -fo="camera.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa- -nw=2066 -D_FRC_BOARD
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8722 "camera_menu.c" -fo="camera_menu.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa- -nw=2066 -D_FRC_BOARD
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8722 "eeprom.c" -fo="eeprom.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa- -nw=2066 -D_FRC_BOARD
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8722 "ifi_startup.c" -fo="ifi_startup.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa- -nw=2066 -D_FRC_BOARD
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8722 "ifi_utilities.c" -fo="ifi_utilities.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa- -nw=2066 -D_FRC_BOARD
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8722 "main.c" -fo="main.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa- -nw=2066 -D_FRC_BOARD
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8722 "serial_ports.c" -fo="serial_ports.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa- -nw=2066 -D_FRC_BOARD
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8722 "terminal.c" -fo="terminal.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa- -nw=2066 -D_FRC_BOARD
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8722 "tracking.c" -fo="tracking.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa- -nw=2066 -D_FRC_BOARD
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8722 "tracking_menu.c" -fo="tracking_menu.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa- -nw=2066 -D_FRC_BOARD
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8722 "user_routines.c" -fo="user_routines.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa- -nw=2066 -D_FRC_BOARD
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8722 "user_routines_fast.c" -fo="user_routines_fast.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa- -nw=2066 -D_FRC_BOARD
Executing: "C:\mcc18\bin\mplink.exe" /l"C:\mcc18\lib" "18f8722.lkr" "C:\FIRST\2006\FINAL CODE 2-07-06\camera.o" "C:\FIRST\2006\FINAL CODE 2-07-06\camera_menu.o" "C:\FIRST\2006\FINAL CODE 2-07-06\eeprom.o" "C:\FIRST\2006\FINAL CODE 2-07-06\ifi_startup.o" "C:\FIRST\2006\FINAL CODE 2-07-06\ifi_utilities.o" "C:\FIRST\2006\FINAL CODE 2-07-06\main.o" "C:\FIRST\2006\FINAL CODE 2-07-06\serial_ports.o" "C:\FIRST\2006\FINAL CODE 2-07-06\terminal.o" "C:\FIRST\2006\FINAL CODE 2-07-06\tracking.o" "C:\FIRST\2006\FINAL CODE 2-07-06\tracking_menu.o" "C:\FIRST\2006\FINAL CODE 2-07-06\user_routines.o" "C:\FIRST\2006\FINAL CODE 2-07-06\user_routines_fast.o" "C:\FIRST\2006\FINAL CODE 2-07-06\FRC_library.lib" /o"camera.cof" /M"camera.map"
MPLINK 3.90, Linker
Copyright (c) 2004 Microchip Technology Inc.
Error - section '.idata_user_routines.o' can not fit the section. Section '.idata_user_routines.o' length=0x0000010b
Errors : 1

BUILD FAILED: Sat Feb 11 18:06:42 2006
What does this mean?

I'm using Kevin Watson's "Bells and Whistles" camera code and I've added a bunch of code, running the drive, our shooter, and our harvester.

Can anyone shed any light on this subject? Thank you.
 


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
The best thing you can do when reporting a problem .. Brandon Martus CD Forum Support 1 08-02-2006 07:46
Need a realistic Statics Problem sanddrag Technical Discussion 10 05-12-2005 15:07
Programming Problem: Extremely Frustrating chantilly_team Programming 19 12-02-2005 23:00
The problem with scouting... archiver 2001 10 23-06-2002 23:49
Major problem with chipphua motors aka Scott White Motors 18 19-03-2002 19:44


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

The Chief Delphi Forums are sponsored by Innovation First International, Inc.


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