I'm getting close to completing the make for my server package! Two issues:
There is no resolution of wstrlen or wstrncpy. Is there a package for the OMAP-L137 that I can include to resolve these?
I'm getting messages at the end of the make that say "warning: relocation type is static base-relative, but references symbol "_MBX_process_data" defined in section ".mbx"; references to section ".mbx" are not relative to any static base, so this relocation connot be performed (type = 'R_C60Base" (80), file = ..., offset = 0x0000038c, section = ".text:algControl")
and similar things (for other mailboxes, etc. I'm not sure how to fix this. I'm assuming the codec library has to remain static base-relative, but what about .mbx? Can that be made relative to a static base? Any suggestions welcome.