I'm using MCUxpresso 11.9
We need to use several different compilers to support testing (on PC) and embedded target:
- embedded target (cross GCC provided by NXP)
- PC target (using PC MinGW)
- PC target 2 (using a different PC MinGW)
For the first toolchain I filled in details for MinGW without troubles, for details see:
https://www.eclipse.org/forums/index.php/t/1105927/
Now I need to add an additional complete PC toolchain.
In MCUxpresso I see this list of toolchains:
How do I add another toolchain to the list (ie MinGW_13_3 after the existing MinGW); then I can set the appropriate paths and select this choice for a project (as I did previously for MinGW)?
Thanks!
Best Regards, Dave
Hi @davenadler
To add another toolchain to the list in MCUxpresso 11.9, follow these steps:
1. Open MCUxpresso IDE.
2. Go to Window > Preferences.
3. Go to C/C++ > Core Build Toolchains.
4.Click Add to add new toolchain.
Hope this will help you.
BR
Hang