install gcc and toolchain on target rfs
11-21-2016
06:05 PM
1,366件の閲覧回数
sabeel_syed
NXP Employee
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Please help to get a reciepe to install tool chain on target.
This would let compile on the target platform.
please let us know any suggession on how to do it.
1 返信
11-22-2016
10:40 PM
973件の閲覧回数
b36401
NXP Employee
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
You can include such lines
IMAGE_FEATURES += " \
dev-pkgs \
tools-sdk \
"
into local.conf file to add gcc compiler into building image.
Have a great day,
Victor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------