LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 42 Building LabVIEW EXE - SHA3-256 File Checksum

al_g_0-1719944736917.png

 

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

0 Kudos
Message 1 of 2
(169 Views)

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.

0 Kudos
Message 2 of 2
(142 Views)