Hi,
Given that the LLCE and the PFE are internal modules, there is a need of the HOST to initialize them or at least have the references needed.
The LLCE module itself is provided with precompiled binaries, then the application itself is loaded to the HOST (not the LLCE) and it needs to create the link to the used functions and structures by adding the components, even though the HOST itself may not interface with the module directly.
If not, then the compiler will issue different errors to non-referenced functions, due to the application itself not having the needed peripherals/modules.
In summary, the HOST needs the references of the functions to be used on the application. If the function is being compiled in the HOST, the compiler will look into the HOST application to find the reference to this function.
Please, let us know if this information was helpful or not.