Bug 12386 - carriage return issue when "make menuconfig"
Summary: carriage return issue when "make menuconfig"
Status: RESOLVED WONTFIX
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2019.11
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-06 02:23 UTC by Daniel Li
Modified: 2019-12-06 23:53 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
build log (1.76 KB, text/plain)
2019-12-06 02:23 UTC, Daniel Li
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Li 2019-12-06 02:23:49 UTC
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
Comment 1 Peter Seiderer 2019-12-06 21:47:47 UTC
Helllo Daniel,

would suspect something with your (local) git configuration options,
check the output from:
Comment 2 Peter Seiderer 2019-12-06 21:50:26 UTC
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
Comment 3 Daniel Li 2019-12-06 23:53:43 UTC
with following commands

$ git config --global core.autocrlf

it turns true.

I reconfig to input, it works.


Thanks for the instructions.