-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Raspbian Buster #30
Comments
@takacsd Thanks for addressing this issue.
Thanks for confirming it. Glad it worked for you.
Yup, I recently compiled separate exclusive binaries for Raspbian Buster OS which can be found here: https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Exclusive%20%20Toolchains/Raspbian%20Buster%20Cross-Compiler%20Toolchains/
This is a Unofficial non-profit Repository (not associated with GCC or raspberry pi community) , which was earlier created for my research projects but I made it open-sourced for public interest. The repository is divided into following parts:
Hence, Each binary has built targeting specific OS only. But you may ask why it is not documented? The answer is the Exclusive Toolchain binaries are still in beta-testing state and hasn't been tested well by the community. Also, Buster hasn't been replaced by many developers in their Raspberry Pi Hardware as it is still buggy. I compiled these buster toolchains just for testing only, once it is matured enough and get tested, It will be moved to primary Cross/Native Compiler section and will be documented. Temporary Solution:For now, I'm not closing this issue and tagging it at the top for everyone to see. Once it get accepted by community and enough requests are made I'll add it to primary section, and then i'll close it. |
It is totally clear, I'm also just doing a hobby project. But if you would put this same table somewhere in the wiki, that would already help a lot.
Hard to give testing feedback if we don't know it's existence. 😉 Just my two cents. Anyway thanks for the work you put in this already. |
@takacsd Very convincing argument. I'm adding this in docs right now. Thanks |
This comment has been minimized.
This comment has been minimized.
Realeasing support for Raspbian Buster(Debian 10) ARM/ARM64 Toolchains #35 |
Hi,
I was fighting for days to cross compile Qt for my new Pi Zero with your toolchais, and I almost gave up and reverted back to the gcc 4.6 what every tutorial suggests, when finally I stumble upon #27 (which starts with a problem I already resolved) and more specifically this comment: #27 (comment)
First of all, thanks for the toolchain here (even though the link is not right): #27 (comment)
It worked and solved my issues instantly.
But please, even if you don't want to make this toolchain "official", make it more clear that the current toolchains only support Stretch and not Buster, because that's not mentioned anywhere in the wiki or Readme.md.
Other than that, keep up the good work!
The text was updated successfully, but these errors were encountered: