hi
I'm trying to program ezdsp 5505 usb stick
i'm running HTK (Hidden Markov Toolkit) which is a collection of c files. as you can see here,
undefined first referenced
symbol in file
--------- ----------------
_AddInXFormDir ./HVite.obj
_AddMMF ./HVite.obj
_ApplyHMMSetXForm ./HVite.obj
_AttachPreComps ./HVite.obj ...
"AddInXFormDir " "AddMMF" etc. are all function names.
around 100 such errors are generated. all these 100 are user defined functions, defined in various header files which have been included in the include folder.. i dont know why it is still calling it "Undefined symbol". Please help.