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

Use gcc10 eventually #3179

Closed
dhalbert opened this issue Jul 21, 2020 · 2 comments · Fixed by #3752
Closed

Use gcc10 eventually #3179

dhalbert opened this issue Jul 21, 2020 · 2 comments · Fixed by #3752
Assignees
Labels
Milestone

Comments

@dhalbert
Copy link
Collaborator

dhalbert commented Jul 21, 2020

The arm gcc10 toolchain is available in preview form here: https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads (currently second item in downloads list). This preview was released in late June, 2020, and is not recommended for production use.

MicroPython has had to make some changes to fix compile errors: gcc 10 optimises memset to call itself.

Compilation speed benchmarks: https://github.com/nordlow/compiler-benchmark

@dhalbert dhalbert added this to the Long term milestone Jul 21, 2020
@tannewt tannewt self-assigned this Jul 21, 2020
@tannewt
Copy link
Member

tannewt commented Jul 22, 2020

I did have to bring in the patch Damien made. It didn't start without it.

@tannewt
Copy link
Member

tannewt commented Dec 14, 2020

@dhalbert dhalbert linked a pull request Dec 14, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants