Opened 4 years ago
Last modified 14 months ago
#834 closed enhancement
Build with GCC 11.1 — at Initial Version
Reported by: | Jiri Svoboda | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.14.1 |
Component: | helenos/unspecified | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
HelenOS is currently built with GCC forked from 8.2.0, an old version released nearly 3 years ago. We need to move to latest version (11.1 as of writing).
Unfortunately since we are now maintaining our fork with HelenOS OS target, moving to new version is not as easy as editing one line in toolchain.sh and fixing possible build issues.
I guess what needs to be done is
- pull upstream changes to https://github.com/HelenOS/gcc
- create new branch in https://github.com/HelenOS/gcc based on latest release
- rebase changes from 8.2.0 branch to this new branch
- edit
toolchain.sh
to point to the new branch - verify build on all architectures
Note:
See TracTickets
for help on using tickets.