Bug report: MQX 4.1 Linux build scripts.

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

Bug report: MQX 4.1 Linux build scripts.

951件の閲覧回数
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 返信

801件の閲覧回数
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!
-----------------------------------------------------------------------------------------------------------------------