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

Ensure full compiler version version displayed in RPM name for recent gcc versions #111

Closed
tswilliams opened this issue Apr 4, 2018 · 1 comment
Assignees
Labels

Comments

@tswilliams
Copy link
Collaborator

Originally pointed out by Jeroen Hegeman - https://svnweb.cern.ch/trac/cactus/ticket/2315#comment:15 ...

In modern versions of gcc - e.g. gcc7 - only the compiler's major version is printed when the -dumpversion flag is used; for these recent versions of gcc, the -dumpfullversion flag can be used to print the full version string. i.e. major.minor.patch. The full output can be obtained from all gcc versions using the command gcc -dumpfullversion -dumpversion

The makefiles should be updated so that a 3-tuple of version numbers is included in the uHAL RPM names when using any version of gcc (or e.g. clang).

@tswilliams
Copy link
Collaborator Author

All done. Closing.

jhegeman pushed a commit to jhegeman/ipbus-software that referenced this issue Dec 6, 2021
…2018.3

Resolve 'null range' critical warning in Vivado 2018.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant