This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Unresolved symbols when migration from C6455 to C6678

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