where I can change the build order of different projects?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

where I can change the build order of different projects?

ソリューションへジャンプ
927件の閲覧回数
p_schroeder
Contributor II

I use MQX 4.2 for my application. When the MQX-projects and the project for my application are open, I get hundreds of errors when I build all. But when I close my application project, build then the MQX projects, open afterwards my application project again, the build works without errors. Is there a possibility to change the build order for the projects I have opened?

ラベル(1)
1 解決策
738件の閲覧回数
Carlos_Mendoza
NXP Employee
NXP Employee

Hi Patric,

In order to modify the build order of the projects in your workspace please follow these steps:

- Go to menu Window > Preferences

pastedImage_0.png

- Click on General > Workspace > Build Order

pastedImage_1.png

- Uncheck the option "Use default build order"

- Now you should be able to modify the build order of the projects, once you finish click on "Apply" then "OK"

Hope it helps!

Best Regards,

Carlos Mendoza

Technical Support Engineer

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

元の投稿で解決策を見る

2 返答(返信)
739件の閲覧回数
Carlos_Mendoza
NXP Employee
NXP Employee

Hi Patric,

In order to modify the build order of the projects in your workspace please follow these steps:

- Go to menu Window > Preferences

pastedImage_0.png

- Click on General > Workspace > Build Order

pastedImage_1.png

- Uncheck the option "Use default build order"

- Now you should be able to modify the build order of the projects, once you finish click on "Apply" then "OK"

Hope it helps!

Best Regards,

Carlos Mendoza

Technical Support Engineer

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

738件の閲覧回数
p_schroeder
Contributor II

Thanks a lot! It works now.