What are you trying to do?
With the "dockerless" CLI from v4, aztec compile gives this error when trying to compile any contract on linux/arm64:
AVM Transpiler is not enabled. Please enable it to use bb aztec_process
Code Reference
Try to compile any contract on linux/arm64.
Aztec Version
v4.0.0-devnet.2-patch.0 and v4.0.0-devnet.2-patch.1
OS
Linux
Browser (if relevant)
No response
Node Version
24
Additional Context
This seems to be where the error came from, indicating the linux/arm64 bb binary isn't compiled with ENABLE_AVM_TRANSPILER flag for some reason.
|
throw_or_abort("AVM Transpiler is not enabled. Please enable it to use bb aztec_process."); |
What are you trying to do?
With the "dockerless" CLI from v4,
aztec compilegives this error when trying to compile any contract onlinux/arm64:Code Reference
Try to compile any contract on
linux/arm64.Aztec Version
v4.0.0-devnet.2-patch.0 and v4.0.0-devnet.2-patch.1
OS
Linux
Browser (if relevant)
No response
Node Version
24
Additional Context
This seems to be where the error came from, indicating the
linux/arm64bb binary isn't compiled withENABLE_AVM_TRANSPILERflag for some reason.aztec-packages/barretenberg/cpp/src/barretenberg/api/aztec_process.cpp
Line 230 in 9dbf240