Hi guys,
I'm just starting to port our firmware to the Kinetis platform. I only want to support the armgcc and kds build environments. I could simply request contributors to clone the our repo under the KSDK installation directory and relatively reference KSDK assets but this doesn't seem like a really elegant solution. I'd like to enable our contributors to clone our repo anywhere on their filesystem, set a $KSDK_DIR variable, and let the build system handle the situation.
This seems quite easily achievable with cmake as it can reference environment variables. Unfortunately, I did't find a way to do this with KDS. Is there any way? If not, what's the suggested way?
Thanks in advance!