Technical discussions about the TI c24x DSPs (including the C2401A, C2402A, C2403A, C2406A, F2401, F2402, F2403, F2406, and F2407).
Hi all, i work with ezdsp tms320lf2407a. while compiling my c program in CCS ....i got the following error: undefined first referenced symbol in file --------- ---------------- >> error: symbol referencing errors - example_c.out not build Build Complete, 1 Errors, 0 Warnings, 0 Remarks. Any help on this error will be appreciated. Thanks You can post a message or access and search the archives of this group on DSPRelated.com: http://www.dsprelated.com/groups/c28x/1.php _____________________________________ Note: If you do a simple "reply" with your email client, only the author of this message will receive your answer. You need to do a "reply all" if you want your answer to be distributed to the entire group. _____________________________________ About this discussion group: Archives: http://www.dsprelated.com/groups/f24x/1.php To Post: Send an email to f...@yahoogroups.com Other DSP Related Groups: http://www.dsprelated.com/groups.php Yahoo! Groups Links
The problem is there might have been some minor mistakes in the interrut vector table(IVECT.C).For example in your interrupt vector table if you have enabled an interrupt like TIMER1UISR() and called in the source as TIMERUISR() you will get an error of the following type.So please check the interrupt vector table. You can post a message or access and search the archives of this group on DSPRelated.com: http://www.dsprelated.com/groups/c28x/1.php _____________________________________ Note: If you do a simple "reply" with your email client, only the author of this message will receive your answer. You need to do a "reply all" if you want your answer to be distributed to the entire group. _____________________________________ About this discussion group: Archives: http://www.dsprelated.com/groups/f24x/1.php To Post: Send an email to f...@yahoogroups.com Other DSP Related Groups: http://www.dsprelated.com/groups.php Yahoo! Groups Links