0

I'm using Buildroot 2020.02 to compile an embedded OS.

When I try to change the toolchain configuration by make xconfig or make O=outputX xconfig, the xconfig window open but when I click on an option (for example Toolchain), nothing appear on the right section so I can't configure buildroot.

Anyone know how to fix this problem? How can I do to reinstall xconfig?

Foundly

Luca Ceresoli
  • 1,591
  • 8
  • 19
Zebulo
  • 71
  • 1
  • 5
  • Works fine here. Where did you download Buildroot from? Can you try with a clean copy of Buildroot? If using git: `git clean -xdf && git reset --hard && git checkout 2020.02 && make xconfig`. If using a tarball, re-extract it into an empty directory. – Luca Ceresoli Jul 17 '20 at 11:33
  • I download buildroot with this command : git clone https://git.buildroot.net/buildroot . I try the clean copy but the results was the same. Thanks for your answer anyway. – Zebulo Jul 20 '20 at 11:10

0 Answers0