Created attachment 8301 [details] build log It seems that script file include "carriage return". I can't build image's on linux environment. Following branches has been checked. * 2018.08.x 2018.11.x 2019.02.x 2019.05.x 2019.08.x 2019.11.x master --> git 17638bc3ada60c7cedc71f4a546c7b75fae6113e
Helllo Daniel, would suspect something with your (local) git configuration options, check the output from:
Hello Daniel, would suspect something with your (local) git configuration options, check the output from: $ git config --global core.autocrlf Or try as quick workaround a buildroot release download (avoiding git) from https://buildroot.org/download.html Regards, Peter
with following commands $ git config --global core.autocrlf it turns true. I reconfig to input, it works. Thanks for the instructions.