-
Notifications
You must be signed in to change notification settings - Fork 9
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
Issues with using Makefile.toolchain #6
Comments
hmm, the idea behind buildroot-submodule is that you should never commit the output directory... what is the exact error you see ? that sounds weird... |
But actually there's a bigger problem. Once the toolchain is built, you get this error when running
|
thejpster
changed the title
Issue with instructions when building in CI
Issues with using Makefile.toolchain
Jun 8, 2018
I think the key is the last note: use make oldconfig then make toolchain.From what I recall we don't have the automatic make oldconfig for that target and buildroot neither. I'm mostly using the toolchain with gdb so I do a regular build but I think I've seen this issue already.Le 8 juin 2018 4:11 PM, Boucman <[email protected]> a écrit :hmm, the idea behind buildroot-submodule is that you should never commit the output directory... what is the exact error you see ? that sounds weird...
—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or mute the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you follow the instructions around using
make -f Makefile.toolchain toolchain
, but you don't commit the ./toolchain/output directory, you will get a build error when subsequently runningmake -f Makefile.toolchain toolchain
in a fresh checkout.Executing
make -f Makefile.toolchain oldconfig
first seems to make things work. It might be useful to add this to the README.The text was updated successfully, but these errors were encountered: