You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we have mixed code with bad separation between targets, which leads to issues like: #215 or (tested by @poszu on windows):
= note: Creating library D:\a\athena\athena\target\release\deps\athena_vmlib.dll.lib and object D:\a\athena\athena\target\release\deps\athena_vmlib.dll.exp␍
libathena_vm-60dbed9579a2451d.rlib(athena_vm-60dbed9579a2451d.athena_vm.8053e8118ec650d7-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol _end referenced in function _ZN81_$LT$athena_vm..heap..SimpleAlloc$u20$as$u20$core..alloc..global..GlobalAlloc$GT$5alloc17h0620a1c26337143bE
The text was updated successfully, but these errors were encountered:
Right now we have mixed code with bad separation between targets, which leads to issues like: #215 or (tested by @poszu on windows):
The text was updated successfully, but these errors were encountered: