|
Re: Error - section 'InterruptVectorLow'
It's linking together 2 user_routines_fast objects, each of which have a definition for a section named InterruptVectorLow. It links
C:\Documents and Settings\sferron\Desktop\FrcCode2005v2.4\user_rout ines_fast.o
and
C:\FrcCode2005v2.4\user_routines_fast.o
You need to make sure it only links one of each .o file or you'll run into lots of errors.
|