|
Re: porting camera code to 2005 bot controller
Quote:
|
Originally Posted by dwc309
There are still 3 errors. It looks like a struct definition member needs to be defined. The errors are below.
C:\Microchip\First_Code\fVersion_05\serial_ports.c :387:Error [1205] unknown member 'SENDB' in '__tag_100'
C:\Microchip\First_Code\fVersion_05\serial_ports.c :387:Error [1131] type mismatch in assignment
C:\Microchip\First_Code\fVersion_05\serial_ports.c :481:Error [1205] unknown member 'ADDEN' in '__tag_4'
C:\Microchip\First_Code\fVersion_05\serial_ports.c :481:Error [1131] type mismatch in assignment
C:\Microchip\First_Code\fVersion_05\serial_ports.c :520:Error [1205] unknown member 'SENDB' in '__tag_8'
C:\Microchip\First_Code\fVersion_05\serial_ports.c :520:Error [1131] type mismatch in assignment
|
Clean your intermediate (.o files). Project menu -> Clean or manually delete them. That works sometimes, usually after you make many changes and MPLAB is too stupid to update the files.
__________________
Electrical & Programming Mentor ---Team #365 "The Miracle Workerz"
Programming Mentor ---Team #4342 "Demon Robotics"
Founding Mentor --- Team #1495 Avon Grove High School
2007 CMP Chairman's Award - Thanks to all MOE members (and others) past and present who made it a reality.
 Robot Inspector
"I don't think I'm ever more ''aware'' than I am right after I burn my thumb with a soldering iron"
Last edited by The Lucas : 28-02-2006 at 07:04.
|