I want to try MCUXPresso for vscode
Firstly, I use "MCUXpresso Installer" to install MCUXpresso SDK Developer、Zephyr Developer、Matter Developer、ARM GNU ToolChain、Standalone Toolchain Add-ons and all debug probes softwares successfully。

Secondly, I create “SDK_25.03.00_FRDM-MCXN236” with all tool-chain

Third, I install "MCUXPresso for vscode" and install the sdk successfully, and I import a "hello world" demo,however,when I try to build the hello_world project,software output that
"arm-none-eabi-gcc.exe: fatal error: cannot execute 'cc1': CreateProcess: No such file or directory
compilation terminated.
ninja: build stopped: subcommand failed.
build finished with error(s). "

What‘s the problem of this?