Log in

View Full Version : 'tracking' flag


zdeswarte
20-02-2005, 11:31
We are using a flag called 'tracking'. It is defined as an external int. The linker can't find it and we get the following error message:Error - could not find definition of symbol 'tracking' in file 'C:\thereal2005code\FrcCode2005v2.4\user_routines. o'

Does anyone know where this variable is defined?

SpeakerSilenced
20-02-2005, 12:46
Have you defined the variable as "int tracking" on top of the file? I modify user_routines.c and on top of that file is a section where you define user variables... you should define it there. Atleast I think.

zdeswarte
20-02-2005, 13:24
I think our problem is that the file is missing where 'tracking' is created. Does anyone know what this file is?

Mark McLeod
20-02-2005, 13:53
I think our problem is that the file is missing where 'tracking' is created. Does anyone know what this file is?user_routines_fast.c line 40