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

Script no longer works for older version #35

Open
kubark42 opened this issue Mar 27, 2014 · 2 comments
Open

Script no longer works for older version #35

kubark42 opened this issue Mar 27, 2014 · 2 comments

Comments

@kubark42
Copy link

When installing somewhat older arm toolchains, for example 2009q1-161, https://sourcery.mentor.com/GNUToolchain/release830, the script won't work. It's hard configured to use MAJOR.MINOR-REVISION, which doesn't correspond to the old version style of MAJOR-REVISION.

@jsnyder
Copy link
Owner

jsnyder commented Apr 10, 2014

You could roll back to previous versions that targeted earlier builds. As-is the Makefile doesn't try to interpret anything from the versions to decide what patches to apply, so patches just target the latest version.

@kubark42
Copy link
Author

@jsnyder Thanks for the suggestion. My experience was that I had to go pretty far back in time. The concern is that at some point in the future there will be a necessary bugfix which will be rolled back when checking out historic code.

As an aside, it was difficult in the beginning to figure out that I needed to get the SOURCE_PACKAGE and BIN_PACKAGE values directly from the website URLs. Not sure what there is to be done about it, since it's probably a lot of effort to automate that task.

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