I am importing an old FW project into CCS v8.3.1.00004. My CPU target is TMS320F2811. After compiling my project I get: "error #10234-D: unresolved symbols remain". I checked that all the library(.lib) and header(.h) files are referenced correctly in Project Properties → Build → Linker → File Search Path. All of the listed undefined symbols (typedef, functions, params) are declared correctly in my header files. What could cause this error?