Skip to main content
Graduate II
March 6, 2023
Question

Trying to compile Ultrasound FFT from SW_Source using QT and getting an error message that libhs_datalog.dll is corrupt.

  • March 6, 2023
  • 15 replies
  • 6013 views

The specific message is LNK1107: invalid or corrupt file cannot read at 0x3F8

    This topic has been closed for replies.

    15 replies

    Visitor II
    November 25, 2023

    @SimonePradolini 

    Hi SPRAD.1,
    Any progress to resolve this issue? 

    Technical Moderator
    November 29, 2023

    Hello,

    I'm sorry, but the maintenance release planned for the last quarter has been moved to the end of the year.

     

    Best regards

    Super User
    November 29, 2023

    which year exactly ?

    because end of 2023 is now close.

    Technical Moderator
    November 29, 2023

    We're testing now the package. If no issues will come up in the next days, the package should be online in wk51 '23, else in wk3 '24.

     

    Best regards

    Visitor II
    November 29, 2023

    @SimonePradolini 

    The wk51'23 is making my project in risk but better than nothing. 

    If it's wk3'24, my project will be completely dead. So, please, please provide it wk51 and early is even better. Thank a lot in advance.

    ST Employee
    November 30, 2023

    The DLL included in the UltrasoundFFT project within X-CUBE-MEMSMIC1 is not corrupted as stated in the compiler message, it is simply meant to be compiled with GCC and not MSVC.

    When you load the project, if you select MinGW 32-bit as a compiler, you are able to compile everything without any issue.

    Visitor II
    December 1, 2023

    @Davide G Yes, it works. Thank you, Thank you so much for help.