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,146 次查看
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,604 次查看
397028133
Contributor III

Thank you for your reply.This problem has solved.

在原帖中查看解决方案

2 回复数
3,604 次查看
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,605 次查看
397028133
Contributor III

Thank you for your reply.This problem has solved.