I see that the MC9S12ZVLA64 is similar with MC9S12ZVL128 (please see the RM in link https://www.nxp.com/docs/en/reference-manual/MC9S12ZVLRM.pdf for more information). I also check the header file and it is similar too. So we can work around by generate LinStack configuration for MC9S12ZVLA64 then change the include file in file lin_hw_cfg.h from: #include <MC9S12ZVL128.h>
to : #include <MC9S12ZVLA64.h>
#define _MC9S12ZVL128_H /* linstack using this define so we need to add it */