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++'

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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++'

Jump to solution
2,620 Views
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 Solution
2,078 Views
397028133
Contributor III

Thank you for your reply.This problem has solved.

View solution in original post

2 Replies
2,078 Views
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,

2,079 Views
397028133
Contributor III

Thank you for your reply.This problem has solved.