How do I add a new (different) toolchain?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How do I add a new (different) toolchain?

93 次查看
davenadler
Senior Contributor I

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 EditorTool 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

 

0 项奖励
1 回复

72 次查看
HangZhang
NXP Employee
NXP Employee

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

0 项奖励