I am using compiler 7.3.1 and ran into the following errors when linking:
<Linking>
error: cannot find file "-l"
error: cannot find file "-lC:\Daves_DSP_Main\5900\Libs\NDK\lib\NETTOOL.LIB"
error: cannot find file
"-lC:\Daves_DSP_Main\5900\LIBS\Diagnostics\Release\Diagnostics.lib"
The paths are set in the project settings, and are correct. I also checked that the files exist where they should be. I don't understand why it is looking for file "-l" or adding -l to the beginning of the file path.
Thanks for any help you can provide, I have been stuck on this for several days.