Skip to content

ARM64 compilation errors #19709

Jul 27, 2024 · 6 comments · 8 replies
Discussion options

You must be logged in to vote

hedgehog-fog: I suspect there's an issue with the modifications you made to lines 21388 and 21409 of build_visit script. The quotations appear to be incorrect. I compared line 124629 of your log file to a log file from a version that compiled. Notice the quotations are not in the same place.

Your configure command:
'../src/configure <snip>         CFLAGS=-std=c++11' -fPIC '-O2             CXXFLAGS=-std=c++11' -fPIC '-O2  
                                        ^^^^^^^^^^^^^^^^^^                            ^^^^^^^^^^^^^^^^^^ 

Working configure command    
'../src/configure <snip          CFLAGS="-std=c++11  -m64 -fPIC  -O2" CXXFLAGS="-std=c++11  -m64 -fPIC  -O2" 

Replies: 6 comments 8 replies

Comment options

You must be logged in to vote
1 reply
@JustinPrivitera
Comment options

Comment options

You must be logged in to vote
1 reply
@JustinPrivitera
Comment options

Comment options

You must be logged in to vote
2 replies
@hedgehog-fog
Comment options

@hedgehog-fog
Comment options

Comment options

You must be logged in to vote
1 reply
@hedgehog-fog
Comment options

Answer selected by hedgehog-fog
Comment options

You must be logged in to vote
1 reply
@biagas
Comment options

Comment options

You must be logged in to vote
2 replies
@biagas
Comment options

@tharman-git
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants