Closed JaapRood closed 2 years ago
This might be related to being on an Apple Silicon host. I will give that a quick test.
Ah, you've gotten a newer version of a crate that isn't as compatible as one might hope. Let me see what I can do to fix it.
Please give it a try now.
And we're up and running, thanks so much for the super speedy reply and fix! So it was cstr_core
that broke and I got a newer version than what was locked for you locally?
Indeed.
Hey there, so awesome to see people working on this! I'm quite obviously really missing something (all production Rust I've written so far doesn't deal with FFIs or
no_std
), but I can't seem to get a project to build due tocrankstart
compile errors. Going back to basics I tried to run the example as instructed in the README.crank run --release --example hello_world
Yields 18 cases of
expected
i8, found
u8` (see below), all seemingly around pointer stuff, the same thing I'm getting for trying to build / run a standalone project as well, all Here's a sample.Running toolchain:
My gut says I'm probably missing something very basic Rust idea here, but I'm kind of stuck on figuring out what that is. Even the vaguest suggestion might help me out :)