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

How to build everything using our own version of GCC ? #5

Open
jiapei100 opened this issue Jun 9, 2019 · 1 comment
Open

How to build everything using our own version of GCC ? #5

jiapei100 opened this issue Jun 9, 2019 · 1 comment
Assignees

Comments

@jiapei100
Copy link

Just wonder if we can build the source from scratch using our own version of GCC? And the release version number 8.2.1-1.7 seems to be corresponding to GCC version? Does that mean, so far, it's ONLY compatible with GCC 8.2.1-1.7? However, my GCC is ALREADY GCC 8.3.0, can I still build this source?

@ilg-ul
Copy link
Contributor

ilg-ul commented Jun 9, 2019

build the source from scratch using our own version of GCC

yes, the script is public, you can fork the project and tweak it to do whatever you want

8.2.1-1.7 seems to be corresponding to GCC version?

that's correct, it is based on GCC 8.2.1, the commits used by the first ARM release, and it is the 7th release from GNU MCU Eclipse (it took a while to fix lots of bugs).

my GCC is ALREADY GCC 8.3.0, can I still build this source?

I strictly follow ARM releases, and I have no experience with more recent versions. you probably can, but how can you tell for sure the compiler is functioning properly? ARM is also running many validation tests, so when I use their sources I expect my build to be also functional.

@ilg-ul ilg-ul self-assigned this Jun 9, 2019
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