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
(events) ❱❱❱ anchor build
info: uninstalling toolchain 'solana'
info: toolchain 'solana' uninstalled
warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
Compiling proc-macro2 v1.0.79
...
Compiling anchor-attribute-program v0.28.0
Compiling anchor-attribute-error v0.28.0
Compiling anchor-derive-space v0.28.0
Compiling base64 v0.13.1
Error: Function _ZN112_$LT$solana_program..instruction..InstructionError$u20$as$u20$solana_frozen_abi..abi_example..AbiEnumVisitor$GT$13visit_for_abi17hd196cb48ec8b8db8E Stack offset of 4608 exceeded max offset of 4096 by 512 bytes, please minimize large stack variables
Error: Function _ZN108_$LT$solana_program..vote..state..CircBuf$LT$I$GT$$u20$as$u20$solana_frozen_abi..abi_example..AbiExample$GT$7example17h4b696142e261c9f4E Stack offset of 4640 exceeded max offset of 4096 by 544 bytes, please minimize large stack variables
Compiling anchor-lang v0.28.0
...
building example project: https://github.com/coral-xyz/anchor/tree/14309ea14639b8042055e1b432bd6be24434970f/tests/events
if let solana v1.18.10 present in ENV/PATH, and
anchor build
got error:Stack offset of 4608 exceeded max offset of 4096 ...
Note: this solana was download from: wget https://github.com/anza-xyz/platform-tools/releases/download/v1.41/platform-tools-linux-x86_64.tar.bz2
while let old version solana present in ENV/PATH,
anchor build
build output so without error.The text was updated successfully, but these errors were encountered: