Bug report: MQX 4.1 Linux build scripts.

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

Bug report: MQX 4.1 Linux build scripts.

954 次查看
billpringlemeir
Contributor V

All of the master Linux builds scripts use the following idiom,

$(cd path && ./build_gcc_arm.sh nopause)

The $() are not needed.  This is like $(echo ls).  Ie, the output of the commands (stdout) will be run as a command.  The lines should only be,

cd path && ./build_gcc_arm.sh nopause
标记 (3)
0 项奖励
回复
1 回复

804 次查看
soledad
NXP Employee
NXP Employee

Hi Bill,

It is always helpfully to receive customer’s feedback, thank you for your comment.


Have a great day,
Sol

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