ERROR: ParseError at /home/ubuntu/bin/fsl-release-bsp/sources/base/conf/local.conf:30: unparsed line: 'IMAGE_INSTALL_append="gcc g++ binutils libgcc libgcc-dev libstdc++'

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

ERROR: ParseError at /home/ubuntu/bin/fsl-release-bsp/sources/base/conf/local.conf:30: unparsed line: 'IMAGE_INSTALL_append="gcc g++ binutils libgcc libgcc-dev libstdc++'

ソリューションへジャンプ
4,144件の閲覧回数
397028133
Contributor III

ERROR: ParseError at /home/ubuntu/bin/fsl-release-bsp/sources/base/conf/local.conf:30: unparsed line: 'IMAGE_INSTALL_append="gcc g++ binutils libgcc libgcc-dev libstdc++'

1 解決策
3,602件の閲覧回数
397028133
Contributor III

Thank you for your reply.This problem has solved.

元の投稿で解決策を見る

2 返答(返信)
3,602件の閲覧回数
gusarambula
NXP TechSupport
NXP TechSupport

Hello,

It seems that the parse error is due to a syntax mistake on the configuration file. Please try opening and closing with quotation marks and leaving a space before gcc.

IMAGE_INSTALL_append = " gcc g++ binutils libgcc libgcc-dev libstdc++"

Regards,

3,603件の閲覧回数
397028133
Contributor III

Thank you for your reply.This problem has solved.