We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hi all, I am using XC164CS board.when i build my source code linker error occurs.How to overcome the following linker error.What is the reason for such error?.The help is not very clear to me.waiting for your reply. Build target 'Target 1' linking... *** ERROR L127: UNRESOLVED EXTERNAL SYMBOL SYMBOL: Convol MODULE: real_T_FFT.obj (REAL_T_FFT) *** ERROR L128: REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: Convol MODULE: real_T_FFT.obj (REAL_T_FFT) ADDRESS: 1BAAH Target not created Thanks in advance Chris
"What is the reason for such error?. The help is not very clear to me" In what way unclear? Here is the description: L127: "The specified external symbol, requested in the specified module, has no corresponding PUBLIC symbol in any of the input files." http://www.keil.com/support/man/docs/l166/l166_l127.htm In your case, "The specified external symbol" is Convol; is there a Public definition of Convol anywhere in your Project?