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:
Tool Chain Editor
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