1
Internet / Re: Problems with OpenSSL library after update.
« on: February 04, 2026, 05:29:59 pm »
It is a bit tricky case.
OS4Team added (may be 7 years ago or more) AVX support on user`s request and it works fine. Of course, the application which is supposed to use AVX has to be compiled and linked properly. It means all the data has to be aligned in accordance with the AVX requirements.
My investigation has shown than we can reach the necessary alignment but we have to provide the following:
- compilation has to be done to ".elf" (not ".obj")
- the linker has to understand ".elf"
These two are very far from OS4Team interest and activity. What OS4Team can do to help is only remove AVX support, but for me it sounds stupid.
OS4Team added (may be 7 years ago or more) AVX support on user`s request and it works fine. Of course, the application which is supposed to use AVX has to be compiled and linked properly. It means all the data has to be aligned in accordance with the AVX requirements.
My investigation has shown than we can reach the necessary alignment but we have to provide the following:
- compilation has to be done to ".elf" (not ".obj")
- the linker has to understand ".elf"
These two are very far from OS4Team interest and activity. What OS4Team can do to help is only remove AVX support, but for me it sounds stupid.
