I'm not sure I can follow.
The linker usually writes S19 as one of its output formats, it does not read them (well not in the usual setup at least).
Does your actually aplication already contain some values at 0xEE08?
No, that's not supported. The linker only allows to have one initialized value at one address. You have to eclude that area from the segments in the prm.
If there is something already linked there, then that's just a conflict and not a legal setup.
Daniel