Hi,
I made a project on C6455 last year. Recently I want to migrate it to C6678, and I've just finished memory allocation on the new platform.
When I build the project, an error accurs that says "error #10234-D: unresolved symbols remain". The unresolved symbol is a function I wrote in serial assembly. There is a C function declaration in the corresponding header file and ".global" declaration in the .sa file.
As the same project was fine on C6455, I'm not sure what's wrong here. Can someone give me some advice?
THX.
Ricky