07-02-2024 01:31 PM
I am having trouble building since adding the SHA3-256 function to my code. I am able to get it to build after doing things to the project/code and then the error comes back. For example I added the vi.lib\SHA-3 library to my project and it built, but then later nope. LV2023Q3
07-02-2024 04:03 PM
I can't seem to replicate it anymore, but in the past (LabVIEW 2021) I had build errors with that library. I had been calling "SHA-256 Byte Array Checksum.vi" as a subVI of a malleable VI (inlined as all vims are). I was able to resolve the build errors by wrapping "SHA-256 Byte Array Checksum.vi" in a "normal" non-reentrant, non-inlined VI with normal priority, and called that wrapper in the malleable VI. So, try that at least.
I never got a root cause of the issue; I did notice those VIs are "subroutine" priority and inlined.