Hello,
I am trying for a coupe of days now to compile the TIesr_model_build. Compilation so far only seems to go through with an Intel processor based Linux. To a certain extent.
What makes it impossible to complete so far is the following error:
/usr/bin/ld: cannot find -lTIesrFA_ALSA
As instructed in the writeup for the product I use the command:
make LinuxDebugGnu
after a command: make LinuxDebugGnu STEP="clean"
The final error report says: Makefile:126: recipe for target 'TestTIestFA' failed
All .mk scripts are automatically generated it seems, so I wouldn't touch them. I have the library libasound2-dev installed.
Any advice is appreciated.