Replies: 3 comments 3 replies
-
What errors are you getting during compilation? More tests can be performed by the configure script to check for these errors. If a feature doesn't work, the configure script should not enable it. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply. Our target hardware arch is intel But the cross compiler
|
Beta Was this translation helpful? Give feedback.
-
In |
Beta Was this translation helpful? Give feedback.
-
Our cross compiler version gcc 4.x.x is very old.
Even though it passes these SSE AVX sanity tests in
configure
, it cannot compile libsodium successfully with these arguments turned on, the compiler crashes with internal errors atemmintrin.h
header files.My question is how can I modify
configure
orconfigure.ac
so I can manually control the result of these tests? I just want to turn them off one by one and check which one is the culprit.Thanks for help!
Beta Was this translation helpful? Give feedback.
All reactions