i'm using ecd to build libraries first. That's when this happens.
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.
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>
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?