I'm using KDS-2.0.0 and KSDK-1.1.0 and have some troubles. I want to link KSDK from libraries and not include the sw into my project.
This could be done from Project->Properties->Processor Expert -> Kinetis SDK Specific


In KDS-1.1 I could select
platform_lib AND hal_lib AND startup_lib
Now I could select
(platform_lib OR hal_lib) AND startup_lib
There is no HELP available that I've found so I have selected platform_lib AND startup_lib.
Is there any explanation regarding this choice?
When making my project now I got a message telling about an unneeded file:


But when this file is removed my project will NOT link:


When investigating this, I've found that SystemInit() is located in the file which was presumed no longer needed.
Is this a bug in KDS? Or is there some additional flag that I need to set?