Gnu Make build environment for NXP's S32K14x series platform
CLGPL-2.1
S32k14x_build_env
Gnu Make build environment for NXP's S32K14x series platform
pre-requisites
check if gnu make is installed if not please install it
verify gnu make is installed
Alternate method is to use Windows subsystem linux ( WSL ) and trigger the build using make commands directly
HOW to use it
make sure the appropriate linker files are updated properly ( s32k146 in this case )
update the src , include and other folder with all relevant code
Run the windows batch file -> launch_build.bat .
The above environment will compile and build it under "build" folder which will pick all the subfolder under the current directory and generate all the object and dependency files and will also generate the final <>.elf and <>.srec files post a successful build
NOTE -> The same logic can be used to generate / build for other platform series as well , just need to make sure all the startup code / linker files are used appropriately