I've continued with my attempts to build the server and am down to a list of warnings about "relocation type is static base-relative, but references symbol "_MBX_collect" defined in section ".mbx"; references to section ".mbx" are not relative to any static base, so this relocation cannot be performed (type = 'R_C60Base' (80), file = .../vqm_results.a674<vqm_results.obj>", offset = 0x00000480, section = ".text:algControl")
(The messages differ slightly, but they are all associated with calls to MBX_post.)
followed by
"warning: output file "vqm_results_server.x674" cannot be loaded and run on a target system"
followed by messages indicating that everything is up to date and complete.
What do the static base-relative messages mean?
Is there a synchonization method that will not run into the same problem?
Is the "cannot be loaded" message associated with the static base-relative message or is ist something else that I need to know about. They are all "warnings", not "errors", but that last one seems to suggest that I'm not getting anywhere.