Hello,
I am working on TMS320C66x, and i need to inline some functions.
So i put them in a header file (or in .inl file refered by a header,both ways) and try to build my project.
The problem comes when i increase the optimization level.The projects builds successfully under no optimization,(off or none) but the linker fails to link them and returns :
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking;
Has anyone encountered,similar issues?
Is is because am not utilizing some kind of flag in the compiler options?
Thanks
BR
George