We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
glog will not compile on jetson tx2 (or possibly other 64bit arm processors) due to the outdated config file
config.sub config.guess
A pull request for a fix has been requested as on Sep.2016 but not merged to glog yet
A quick fix is to manually change the config files to a up to date script in
catkin_ws/build/glog_catkin/glog_src-prefix/src/glog_src
to http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD and http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
fixes the problem
The text was updated successfully, but these errors were encountered:
See also google/glog#122 . Thanks for this fix.
Sorry, something went wrong.
Thanks,
@rikba I have tried using the mentioned pull request to build, but it doesn't seem to work on the Jetson
No branches or pull requests
glog will not compile on jetson tx2 (or possibly other 64bit arm processors) due to the outdated config file
A pull request for a fix has been requested as on Sep.2016 but not merged to glog yet
A quick fix is to manually change the config files to a up to date script in
to
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
and
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
fixes the problem
The text was updated successfully, but these errors were encountered: