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

Update GCC #3

Open
extrowerk opened this issue Nov 2, 2020 · 2 comments
Open

Update GCC #3

extrowerk opened this issue Nov 2, 2020 · 2 comments

Comments

@extrowerk
Copy link
Owner

extrowerk commented Nov 2, 2020

The GCC branch in Foundry27 still gets updates from Blackberry Inc.:

http://community.qnx.com/viewvc/tools/?root=core-dev-tools&system=exsy1011
svn checkout --username guest http://f27svn.qnx.com/svn/repos/core-dev-tools

We should get the latest, greatest, we don't want to run some old software on our phones, right?

@extrowerk extrowerk changed the title Update GCC even further Update GCC Nov 2, 2020
@extrowerk
Copy link
Owner Author

extrowerk commented Nov 3, 2020

Howto:

You need to register first at Foundry27 (it seems). USERNAME is your username (eg. your email address).

svn checkout --depth empty --username USERNAME http://f27svn.qnx.com/svn/repos/core-dev-tools/tools/TOOL/branches/
cd branches/
svn up 710_release

OR
svn checkout --depth empty --username USERNAME http://f27svn.qnx.com/svn/repos/core-dev-tools/tools/TOOL/tags/
cd tags/
svn up 710_release

TOOLS can be one of:
binutils, gcc, libmpc, libgmp, libmpfr

Maybe it is possible with only one command, but i dont know svn too much.

@extrowerk
Copy link
Owner Author

I think GCC5.4.0 won't get updte anymore. I keep open this issue however.

There is a release_704 (GCC 5.4.0) branch in Foundry27, but it isn't tagged, if we ever met any instability or problem we can try to build that branch.

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

1 participant