I am trying to build an EXE target for the ARMI platform of the Nokia 9210. I have a call to Dll::Tls(), and I am including the EUSER.lib as a library. However, I am getting the following error:
undefined reference to `Dll::Tls(void)'
In previous posts it has been suggested to include edllstub.lib for the 9200 SDK. Is there a similar library that must be included for the 9210?