Part Number: CC1350
Tool/software: TI C/C++ Compiler
Hello,
I created a C shared library project using the New->Project wizard and declared it as a dependency to my GCC project (uartecho sample project). Despite the dependency and the subsequent entry in the library search path, the build fails with the error that it cannot find the library (e.g. -lSharedLib).
Michael