Hi Brian,
I have created a ticket with number 03269508 and the same title as this one.
When I installed the toolbox in R2018b I had issues with the default GCC compiler location, because the toolbox now installs in a folder path that contains a space, i.e.,
C:\Users\NeilRutland\AppData\Roaming\MathWorks\MATLAB Add-Ons\Toolboxes\NXP_MBDToolbox_S32K1xx
In R2018b Prerelease it installed in a different folder, i.e.,
C:\Users\NeilRutland\Documents\MATLAB\Add-Ons\Toolboxes\NXP_MBDToolbox_S32K1xx\
Most of the build process handled the space in the path, but in the linking phase (from memory) one of the options couldn’t handle it. I worked around it by copying the folder
..\tools\gcc-6.3-arm32-eabi
to
C:\NXP\gcc-6.3-arm32-eabi
and setting the environment variable
GCC_S32K_TOOL=C:\NXP\gcc-6.3-arm32-eabi
I also had to add
C:\NXP\gcc-6.3-arm32-eabi\bin
to the end of the PATH environment variable otherwise gmake failed in the build process.
Best regards,
Neil