Can build project, but cannot update pin changes

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

Can build project, but cannot update pin changes

2,402件の閲覧回数
curtis_hendrix
Contributor I

I'm working on code that was created by another team.  I can successfully build the project, but I cannot update any changes made with the Pin Config utility.  The "Update Project" button is grayed out with the message "Action is not available, because no toolchain project was detected in the configuration directory".

How do I fix this?
pastedImage_1.png

0 件の賞賛
返信
5 返答(返信)

2,240件の閲覧回数
marek-trmac
NXP Employee
NXP Employee

Hi Curtis,

switch to `Develop` perspective and check the project - look into Problems view and Error Log view to find what issues are reported for the project. The typical root-cause is that you do not have SDK package assigned to the project, so SDK project cannot be loaded.

Regards

Marek

Regards,
Marek


NOTE: If you find the answer useful, kindly click on [ACCEPT AS SOLUTION] button
0 件の賞賛
返信

2,240件の閲覧回数
curtis_hendrix
Contributor I

I had 2 warnings about an Include path not found.  They were part of the Assembler settings under Project Properties -> C/C++ Build -> Settings ->MCU Assembler -> General.  They weren't needed so I removed them from the project, which removed the two warnings.

pastedImage_1.png

I did a clean build of the project and "Update Project" is still grayed out with the same error message in the Pins configuration.

0 件の賞賛
返信

2,240件の閲覧回数
marek-trmac
NXP Employee
NXP Employee

And Error Log?

Regards,
Marek


NOTE: If you find the answer useful, kindly click on [ACCEPT AS SOLUTION] button
0 件の賞賛
返信

2,240件の閲覧回数
curtis_hendrix
Contributor I

See attached.

0 件の賞賛
返信

2,240件の閲覧回数
marek-trmac
NXP Employee
NXP Employee

Hi Curtis,

I can see the following exception in your log:

java.lang.Exception: org.eclipse.core.runtime.CoreException: The project 'Project_Name' has no nature com.nxp.mcuxpresso.core.datamodels.sdkNature

This means the SDK project nature was not initialized properly and this is the root cause why you cannot use SDK specific features in Pins/Clocks/Peripherals. Please follow your project with MCU IDE team, to get help on this problem: https://community.nxp.com/community/mcuxpresso/mcuxpresso-ide

Regards

Marek

Regards,
Marek


NOTE: If you find the answer useful, kindly click on [ACCEPT AS SOLUTION] button
0 件の賞賛
返信