-
Notifications
You must be signed in to change notification settings - Fork 89
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
Linker error: SHF_MERGE section size (456) must be a multiple of sh_entsize (32) #156
Comments
This seems to be specific to the avx2 kernel, the generic c kernel does not have this issue. |
Hi, I've never encountered such an issue. |
Thanks for the reply! This is on an |
Sorry for the late reply. I installed clang-12 on ubuntu 20.04 but I could not replicate the issue. This is most likely specific to some (predefined) compiler flag. About HPIPM not compiling with BLASFEO 0.1.3, could you report what the issue is? |
When trying to link the library to do a very basic test, I'm getting the following linker error (this is on clang 12.0.1):
@giaf any ideas how to resolve this? I'm seeing this in both release 0.1.2 and 0.1.3 (I prefer 0.1.2 as HPIPM does not seem to compile with 0.1.3).
The text was updated successfully, but these errors were encountered: