Build process failed: org.eclipse.core.runtime.AssertionFailedException: null argument:

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

Build process failed: org.eclipse.core.runtime.AssertionFailedException: null argument:

905 次查看
benjaminmj
Contributor II

Not building using command line but builds in gui.

0 项奖励
回复
4 回复数

900 次查看
benjaminmj
Contributor II

i'm using ecd to build libraries first. That's when this happens.

0 项奖励
回复

866 次查看
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @benjaminmj,

What version of MCUXpresso are you using? What steps are you following when building via a GUI and what steps are you taking when building via the command line?

BR,
Edwin.

0 项奖励
回复

826 次查看
benjaminmj
Contributor II

Hi @EdwinHz 

I'm using Codewarrior Development Studio for MicroControllers v11.1. I'm new to this.

I have a .wsd file to load the libraries, when i drag the file to the gui and build the libraries it builds.
.\ecd.exe -build -data "$WROKSPACEDIR" -project "$PROJECTDIR/Source\Node_Board\Freescale_MQX_4_0\shell\build\cw10\shell_NodeBoard" -config "Release"

Below is the content for .wsd file
<project>
<name>shell_NodeBoard</name>
<path>..\..\..\shell\build\cw10\shell_NodeBoard</path>
<open>true</open>
<reference>bsp_NodeBoard</reference>
<reference>mfs_NodeBoard</reference>
<reference>psp_NodeBoard</reference>
<activeconfig>Debug</activeconfig>
<buildreferences config="Debug">false</buildreferences>
<buildreferences config="Release">false</buildreferences>
</project>
<project>

标记 (4)
0 项奖励
回复

788 次查看
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @benjaminmj,

Thanks for the clarification. And what MCU are you using? From the log you share I see that you are also using MQX, is this correct?

 

0 项奖励
回复