Thank you for your prompt reply. I tried it and here are my results. I am running on Windows 10 with cygwin64 in the sc1 directory (I copied the sample directory into c:\tmp):
$ make --version
GNU Make 4.3
Built for x86_64-pc-cygwin
Copyright (C) 1988-2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
$ make compiler=ghsppc debug=yes core=both_0_1
Variable DBGDIR must be set
make: Variable: No such file or directory
make: *** [../common_rules.mak:60: tools_validation] Error 127
Since we don't have Lauterbach for debug, I turned off debug:
$ make compiler=ghsppc debug=no core=both_0_1
Processing C:\tmp\sample\standard\sc3\src\sample3_mc_both_0_1.oil
C:\NXP\AUTOSAR\MPC574xG_AUTOSAR_OS_4_0_92_RTM_1_0_3\ssc\bin\generator\sg.exe -cC:\tmp\sample\standard\sc3\output\obj\sample3_cfg.c -hC:\tmp\sample\standard\sc3\output\obj\sample3_cfg.h -oC:\tmp\sample\standard\sc3\output\bin\sample3_mc_both_0_1.ort -iC:\NXP\AUTOSAR\MPC574xG_AUTOSAR_OS_4_0_92_RTM_1_0_3\ssc\bin\generator -pC:\tmp\sample\standard\sc3\output\obj\Os_prop.h -LC:\tmp\sample\standard\sc3\lcf\sample3_flash.ld -MC:\tmp\sample\standard\sc3\output\obj\sample3.ld C:\tmp\sample\standard\sc3\src\sample3_mc_both_0_1.oil
warning 0109: arg length = 8
My path: C:\NXP\AUTOSAR\MPC574xG_AUTOSAR_OS_4_0_92_RTM_1_0_3\ssc\bin\generator\sg.exe
warning 0109: arg 0: -cC:\tmp\sample\standard\sc3\output\obj\sample3_cfg.c
warning 0109: arg 1: -hC:\tmp\sample\standard\sc3\output\obj\sample3_cfg.h
warning 0109: arg 2: -oC:\tmp\sample\standard\sc3\output\bin\sample3_mc_both_0_1.ort
warning 0109: arg 3: -iC:\NXP\AUTOSAR\MPC574xG_AUTOSAR_OS_4_0_92_RTM_1_0_3\ssc\bin\generator
warning 0109: arg 4: -pC:\tmp\sample\standard\sc3\output\obj\Os_prop.h
warning 0109: arg 5: -LC:\tmp\sample\standard\sc3\lcf\sample3_flash.ld
warning 0109: arg 6: -MC:\tmp\sample\standard\sc3\output\obj\sample3.ld
warning 0109: arg 7: C:\tmp\sample\standard\sc3\src\sample3_mc_both_0_1.oil
my exe C:\NXP\AUTOSAR\MPC574xG_AUTOSAR_OS_4_0_92_RTM_1_0_3\ssc\bin\generator\sg_orig.exe
System Generator for AUTOSAR OS/MPC574xG - Version 4.0.92
Freescale(TM) and the Freescale logo are trademarks of Freescale Semiconductor, Inc.
All other product or service names are the property of their respective owners.
(C) Freescale Semiconductor, Inc. 2017
error 3008: An input file shall be defined
1 error(s), 0 warning(s)
"C:\\tmp\\sample\\standard\\sc3\\output\\obj\\targetcheck.c", line 1: fatal error #2330:
cannot open source file
"C:\tmp\sample\standard\sc3\output\obj\Os_prop.h"
#include "C:\tmp\sample\standard\sc3\output\obj\Os_prop.h"
^
make: *** [../common_rules.mak:81: C:\tmp\sample\standard\sc3\output\obj\targetcheck_sample3.stamp] Error 1
Did I miss something or not configure correctly? Thanks.