Compiling for WP7601 with Dev Studio. I’ve been working with Release 8. I wanted to go to release 9 as it’s the latest and according to our Sierra Wireless Rep, release 10 is due out soon. However, compiling the app is no problem, but when it tries to link the files, it says it can’t find them. I have the directive in the component.def in the cxxflags: section for the path to the libraries which are all .so as:
-L./ComponentName/lib/
If I go back to Release 8, it still compiles fine.
I’ve tried various things, including looking at the folder in the ds/workspace and pointing to that, but it still doesn’t find them. Any clues to why this isn’t working?