Thanks for that link, and I apologize but we're using the Windows version of CodeWarrior and that doc says it applies to the Linux version only. Is there a Windows answer?
Btw, I have a Linux version of toolchain I'd really like to use, and tried calling it from an 'external makefile' project by using WSL, but keep getting this error whether I try to run "wsl make" as the build command, run a batch file that invokes "wsl make" or put "wsl" in front of each call to the compiler and linker inside my external makefile:
'wsl' is not recognized as an internal or external command, operable program or batch file.
Is there a way to run wsl based build tools ffrom windows codewarrior?