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
bazel build //main:test --platforms=@bazel_embedded//platforms:cortex_m0
no such target '@platforms//cpu:wasm64': target 'wasm32' not declared in package 'cpu'
no such target '@platforms//cpu:wasm64': target 'wasm64' not declared in package 'cpu'
I had to manually add the 2 cpu to ../external/platforms/cpu/BUILD . Then it compiled.
The text was updated successfully, but these errors were encountered:
When building my simple test project as follows:
I had to manually add the 2 cpu to ../external/platforms/cpu/BUILD . Then it compiled.
The text was updated successfully, but these errors were encountered: