Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect selection of gcc version: expected 4.3.x, got 8.2.0 #5

Open
freemp opened this issue Sep 16, 2021 · 1 comment
Open

Incorrect selection of gcc version: expected 4.3.x, got 8.2.0 #5

freemp opened this issue Sep 16, 2021 · 1 comment

Comments

@freemp
Copy link

freemp commented Sep 16, 2021

Here's what I did...

$ git clone git://git.buildroot.net/buildroot
$ cd buildroot
$ git checkout -b minimal 2018.02

From that point on I followed the instructions in the README. Running make results in this:

...
>>> toolchain-external-custom  Patching
>>> toolchain-external-custom  Configuring
Incorrect selection of gcc version: expected 4.3.x, got 8.2.0
make[1]: *** [package/pkg-generic.mk:240: /home/test/build/build/toolchain-external-custom/.stamp_configured] Error 1
make: *** [Makefile:16: _all] Error 2

What am I missing?

@romainreignier
Copy link
Owner

Indeed, I could reproduce your issue on a Ubuntu Bionic Docker, this is strange, I would need more testing and maybe update Buildroot.
Thanks for the report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants